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

All Known Implementing Classes:
BatchJobEntryDaoSpringOjbImpl

public interface BatchJobEntryDao


Method Summary
 List<BatchJobEntry> getBatchJobEntries(Long batchJobEntryId)
          Get batch job entry by batch job id
 List<BatchJobEntry> getBatchJobEntries(Map<String,Object> criteria)
           
 List<BatchJobEntry> getBatchJobEntries(String ip, String status)
          Get batch job entries for ip and status
 BatchJobEntry getBatchJobEntry(Long batchJobEntryId)
          Get batch job entry by id
 void saveOrUpdate(BatchJobEntry batchJobEntry)
          Save or update batch job entry
 

Method Detail

saveOrUpdate

void saveOrUpdate(BatchJobEntry batchJobEntry)
Save or update batch job entry

Parameters:
batchJobEntry -

getBatchJobEntry

BatchJobEntry getBatchJobEntry(Long batchJobEntryId)
Get batch job entry by id

Parameters:
batchJobEntryId -
Returns:

getBatchJobEntries

List<BatchJobEntry> getBatchJobEntries(Long batchJobEntryId)
Get batch job entry by batch job id

Parameters:
batchJobEntryId -
Returns:

getBatchJobEntries

List<BatchJobEntry> getBatchJobEntries(String ip,
                                       String status)
Get batch job entries for ip and status

Parameters:
ip -
status -
Returns:

getBatchJobEntries

List<BatchJobEntry> getBatchJobEntries(Map<String,Object> criteria)


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