|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BatchJobDao
| Method Summary | |
|---|---|
BatchJob |
getBatchJob(Long batchJobId)
Get batch job by id |
List<BatchJob> |
getBatchJobs(String hrPyCalendarEntryId)
Get batch jobs by pay calendar id |
List<BatchJob> |
getPayCalendarEntries(String hrPyCalendarEntryId,
String batchJobStatus)
Get pay calendar entries by id and batch job status |
void |
saveOrUpdate(BatchJob batchJob)
Save or update a batch job |
| Method Detail |
|---|
void saveOrUpdate(BatchJob batchJob)
batchJob - BatchJob getBatchJob(Long batchJobId)
batchJobId -
List<BatchJob> getBatchJobs(String hrPyCalendarEntryId)
hrPyCalendarEntryId -
List<BatchJob> getPayCalendarEntries(String hrPyCalendarEntryId,
String batchJobStatus)
hrPyCalendarEntryId - batchJobStatus -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||