Package org.mifosplatform.infrastructure.jobs.service

Examples of org.mifosplatform.infrastructure.jobs.service.JobRegisterService


     * JobRegisterServiceImpl has a @PostConstruct loadAllJobs() which accesses
     * the database on start-up.
     */
    @Bean
    public JobRegisterService jobRegisterServiceImpl() {
        JobRegisterService mockJobRegisterService = Mockito.mock(JobRegisterService.class);
        return mockJobRegisterService;
    }
View Full Code Here

TOP

Related Classes of org.mifosplatform.infrastructure.jobs.service.JobRegisterService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.