|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.hr.time.batch.service.BatchJobServiceImpl
public class BatchJobServiceImpl
Constructor Summary | |
---|---|
BatchJobServiceImpl()
|
Method Summary | |
---|---|
BatchJob |
getBatchJob(Long batchJobId)
Fetch a BatchJob by a given ID |
List<BatchJob> |
getBatchJobs(String hrPyCalendarEntryId)
Provides a List of BatchJob objects that match the indicated hrPyCalendarEntryId. |
List<BatchJob> |
getBatchJobs(String hrPyCalendarEntryId,
String batchJobStatus)
Get a List of BatchJob objects for the given parameters. |
void |
saveBatchJob(BatchJob batchJob)
Saves or updates the provided BatchJob. |
void |
setBatchJobDao(BatchJobDao batchJobDao)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchJobServiceImpl()
Method Detail |
---|
public void setBatchJobDao(BatchJobDao batchJobDao)
public BatchJob getBatchJob(Long batchJobId)
BatchJobService
getBatchJob
in interface BatchJobService
batchJobId
- Database ID of the BatchJob to fetch.
public List<BatchJob> getBatchJobs(String hrPyCalendarEntryId)
BatchJobService
getBatchJobs
in interface BatchJobService
hrPyCalendarEntryId
- The id of PayCalendarEntries objects to match.
public List<BatchJob> getBatchJobs(String hrPyCalendarEntryId, String batchJobStatus)
BatchJobService
getBatchJobs
in interface BatchJobService
hrPyCalendarEntryId
- The pay calendar entry we are looking for.batchJobStatus
- Only jobs of this status will be returned.
public void saveBatchJob(BatchJob batchJob)
BatchJobService
saveBatchJob
in interface BatchJobService
batchJob
- The object to save.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |