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