Uses of Class
org.kuali.kfs.sys.batch.BatchJobStatus

Packages that use BatchJobStatus
org.kuali.kfs.sys.batch.service   
org.kuali.kfs.sys.batch.service.impl   
org.kuali.kfs.sys.businessobject.lookup   
org.kuali.kfs.sys.web.struts   
 

Uses of BatchJobStatus in org.kuali.kfs.sys.batch.service
 

Methods in org.kuali.kfs.sys.batch.service that return BatchJobStatus
 BatchJobStatus SchedulerService.getJob(String groupName, String jobName)
          Gets a single job based on its name and group.
 

Methods in org.kuali.kfs.sys.batch.service that return types with arguments of type BatchJobStatus
 List<BatchJobStatus> SchedulerService.getJobs()
          Get all jobs known to the scheduler wrapped within a BusinessObject-derived class.
 List<BatchJobStatus> SchedulerService.getJobs(String groupName)
           
 

Methods in org.kuali.kfs.sys.batch.service with parameters of type BatchJobStatus
 Date SchedulerService.getNextStartTime(BatchJobStatus job)
          Returns the next start time for the given job.
 

Uses of BatchJobStatus in org.kuali.kfs.sys.batch.service.impl
 

Methods in org.kuali.kfs.sys.batch.service.impl that return BatchJobStatus
 BatchJobStatus SchedulerServiceImpl.getJob(String groupName, String jobName)
           
 

Methods in org.kuali.kfs.sys.batch.service.impl that return types with arguments of type BatchJobStatus
 List<BatchJobStatus> SchedulerServiceImpl.getJobs()
           
 List<BatchJobStatus> SchedulerServiceImpl.getJobs(String groupName)
           
 

Methods in org.kuali.kfs.sys.batch.service.impl with parameters of type BatchJobStatus
 Date SchedulerServiceImpl.getNextStartTime(BatchJobStatus job)
           
 

Uses of BatchJobStatus in org.kuali.kfs.sys.businessobject.lookup
 

Methods in org.kuali.kfs.sys.businessobject.lookup with parameters of type BatchJobStatus
 boolean BatchJobStatusLookupableHelperServiceImpl.doesModuleServiceHaveJobStatus(BatchJobStatus job)
           
 

Uses of BatchJobStatus in org.kuali.kfs.sys.web.struts
 

Methods in org.kuali.kfs.sys.web.struts that return BatchJobStatus
 BatchJobStatus KualiBatchJobModifyForm.getJob()
           
 

Methods in org.kuali.kfs.sys.web.struts with parameters of type BatchJobStatus
 void KualiBatchJobModifyForm.setJob(BatchJobStatus job)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.