|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.hr.time.batch.service.BatchJobEntryServiceImpl
public class BatchJobEntryServiceImpl
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 |
---|
public BatchJobEntryServiceImpl()
Method Detail |
---|
public void setBatchJobEntryDao(BatchJobEntryDao batchJobEntryDao)
public BatchJobEntry getBatchJobEntry(Long batchJobEntryId)
BatchJobEntryService
getBatchJobEntry
in interface BatchJobEntryService
public void saveBatchJobEntry(BatchJobEntry batchJobEntry)
BatchJobEntryService
saveBatchJobEntry
in interface BatchJobEntryService
batchJobEntry
- The object we want to save.public List<BatchJobEntry> getBatchJobEntries(Long batchJobId)
BatchJobEntryService
getBatchJobEntries
in interface BatchJobEntryService
batchJobId
- The ID to query against.
public List<BatchJobEntry> getBatchJobEntries(String ip, String status)
BatchJobEntryService
getBatchJobEntries
in interface BatchJobEntryService
ip
- The IP address we are interested in.status
- The status.
public List<BatchJobEntry> getBatchJobEntries(Map<String,Object> criteria)
BatchJobEntryService
getBatchJobEntries
in interface BatchJobEntryService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |