|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchJobService
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. |
Method Detail |
---|
BatchJob getBatchJob(Long batchJobId)
batchJobId
- Database ID of the BatchJob to fetch.
List<BatchJob> getBatchJobs(String hrPyCalendarEntryId)
hrPyCalendarEntryId
- The id of PayCalendarEntries objects to match.
List<BatchJob> getBatchJobs(String hrPyCalendarEntryId, String batchJobStatus)
hrPyCalendarEntryId
- The pay calendar entry we are looking for.batchJobStatus
- Only jobs of this status will be returned.
void saveBatchJob(BatchJob batchJob)
batchJob
- The object to save.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |