org.kuali.hr.time.batch.dao
Interface BatchJobDao

All Known Implementing Classes:
BatchJobDaoSpringOjbImpl

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

saveOrUpdate

void saveOrUpdate(BatchJob batchJob)
Save or update a batch job

Parameters:
batchJob -

getBatchJob

BatchJob getBatchJob(Long batchJobId)
Get batch job by id

Parameters:
batchJobId -
Returns:

getBatchJobs

List<BatchJob> getBatchJobs(String hrPyCalendarEntryId)
Get batch jobs by pay calendar id

Parameters:
hrPyCalendarEntryId -
Returns:

getPayCalendarEntries

List<BatchJob> getPayCalendarEntries(String hrPyCalendarEntryId,
                                     String batchJobStatus)
Get pay calendar entries by id and batch job status

Parameters:
hrPyCalendarEntryId -
batchJobStatus -
Returns:


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.