|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchJob | |
---|---|
org.kuali.hr.time.batch | |
org.kuali.hr.time.batch.dao | |
org.kuali.hr.time.batch.service |
Uses of BatchJob in org.kuali.hr.time.batch |
---|
Subclasses of BatchJob in org.kuali.hr.time.batch | |
---|---|
class |
BatchApproveMissedPunchJob
|
class |
DumbJob
|
class |
EmployeeApprovalBatchJob
|
class |
InitiateBatchJob
|
class |
PayPeriodEndBatchJob
|
class |
SupervisorApprovalBatchJob
|
Uses of BatchJob in org.kuali.hr.time.batch.dao |
---|
Methods in org.kuali.hr.time.batch.dao that return BatchJob | |
---|---|
BatchJob |
BatchJobDaoSpringOjbImpl.getBatchJob(Long batchJobId)
|
BatchJob |
BatchJobDao.getBatchJob(Long batchJobId)
Get batch job by id |
Methods in org.kuali.hr.time.batch.dao that return types with arguments of type BatchJob | |
---|---|
List<BatchJob> |
BatchJobDaoSpringOjbImpl.getBatchJobs(String hrPyCalendarEntryId)
|
List<BatchJob> |
BatchJobDao.getBatchJobs(String hrPyCalendarEntryId)
Get batch jobs by pay calendar id |
List<BatchJob> |
BatchJobDaoSpringOjbImpl.getPayCalendarEntries(String hrPyCalendarEntryId,
String batchJobStatus)
|
List<BatchJob> |
BatchJobDao.getPayCalendarEntries(String hrPyCalendarEntryId,
String batchJobStatus)
Get pay calendar entries by id and batch job status |
Methods in org.kuali.hr.time.batch.dao with parameters of type BatchJob | |
---|---|
void |
BatchJobDaoSpringOjbImpl.saveOrUpdate(BatchJob batchJob)
|
void |
BatchJobDao.saveOrUpdate(BatchJob batchJob)
Save or update a batch job |
Uses of BatchJob in org.kuali.hr.time.batch.service |
---|
Methods in org.kuali.hr.time.batch.service that return BatchJob | |
---|---|
BatchJob |
BatchJobService.getBatchJob(Long batchJobId)
Fetch a BatchJob by a given ID |
BatchJob |
BatchJobServiceImpl.getBatchJob(Long batchJobId)
|
Methods in org.kuali.hr.time.batch.service that return types with arguments of type BatchJob | |
---|---|
List<BatchJob> |
BatchJobService.getBatchJobs(String hrPyCalendarEntryId)
Provides a List of BatchJob objects that match the indicated hrPyCalendarEntryId. |
List<BatchJob> |
BatchJobServiceImpl.getBatchJobs(String hrPyCalendarEntryId)
|
List<BatchJob> |
BatchJobService.getBatchJobs(String hrPyCalendarEntryId,
String batchJobStatus)
Get a List of BatchJob objects for the given parameters. |
List<BatchJob> |
BatchJobServiceImpl.getBatchJobs(String hrPyCalendarEntryId,
String batchJobStatus)
|
Methods in org.kuali.hr.time.batch.service with parameters of type BatchJob | |
---|---|
void |
BatchJobService.saveBatchJob(BatchJob batchJob)
Saves or updates the provided BatchJob. |
void |
BatchJobServiceImpl.saveBatchJob(BatchJob batchJob)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |