org.kuali.hr.time.batch.service
Class BatchJobEntryServiceImpl

java.lang.Object
  extended by org.kuali.hr.time.batch.service.BatchJobEntryServiceImpl
All Implemented Interfaces:
BatchJobEntryService

public class BatchJobEntryServiceImpl
extends Object
implements BatchJobEntryService


Constructor Summary
BatchJobEntryServiceImpl()
           
 
Method Summary
 List<BatchJobEntry> getBatchJobEntries(Long batchJobId)
          For the indicated batchJobId, grab a List of BatchJobEntry objects.
 List<BatchJobEntry> getBatchJobEntries(Map<String,Object> criteria)
          Fetch a list of BatchJob objects by the given criteria.
 List<BatchJobEntry> getBatchJobEntries(String ip, String status)
          For the given parameters, return a List of BatchJobEntry objects.
 BatchJobEntry getBatchJobEntry(Long batchJobEntryId)
          Fetch a BatchJobEntry by a given ID
 void saveBatchJobEntry(BatchJobEntry batchJobEntry)
          Saves or updates the provided BatchJobEntry.
 void setBatchJobEntryDao(BatchJobEntryDao batchJobEntryDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchJobEntryServiceImpl

public BatchJobEntryServiceImpl()
Method Detail

setBatchJobEntryDao

public void setBatchJobEntryDao(BatchJobEntryDao batchJobEntryDao)

getBatchJobEntry

public BatchJobEntry getBatchJobEntry(Long batchJobEntryId)
Description copied from interface: BatchJobEntryService
Fetch a BatchJobEntry by a given ID

Specified by:
getBatchJobEntry in interface BatchJobEntryService
Returns:

saveBatchJobEntry

public void saveBatchJobEntry(BatchJobEntry batchJobEntry)
Description copied from interface: BatchJobEntryService
Saves or updates the provided BatchJobEntry.

Specified by:
saveBatchJobEntry in interface BatchJobEntryService
Parameters:
batchJobEntry - The object we want to save.

getBatchJobEntries

public List<BatchJobEntry> getBatchJobEntries(Long batchJobId)
Description copied from interface: BatchJobEntryService
For the indicated batchJobId, grab a List of BatchJobEntry objects.

Specified by:
getBatchJobEntries in interface BatchJobEntryService
Parameters:
batchJobId - The ID to query against.
Returns:
A List of BatchJobEntry objects.

getBatchJobEntries

public List<BatchJobEntry> getBatchJobEntries(String ip,
                                              String status)
Description copied from interface: BatchJobEntryService
For the given parameters, return a List of BatchJobEntry objects.

Specified by:
getBatchJobEntries in interface BatchJobEntryService
Parameters:
ip - The IP address we are interested in.
status - The status.
Returns:
A List of BatchJobEntry objects.

getBatchJobEntries

public List<BatchJobEntry> getBatchJobEntries(Map<String,Object> criteria)
Description copied from interface: BatchJobEntryService
Fetch a list of BatchJob objects by the given criteria.

Specified by:
getBatchJobEntries in interface BatchJobEntryService
Returns:
List of BatchJob objects.


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