public interface RecordService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Record> |
findByCriteriaList(java.util.List<SearchCriteria> criteriaList)
Looks up the records by the search criteria.
|
boolean |
isRowAlreadyProcessed(java.util.Date date,
CsvType type)
Checks if the row with the specified input parameters already exists.
|
Record |
save(Record record) |
java.util.List<Record> findByCriteriaList(java.util.List<SearchCriteria> criteriaList)
criteriaList - list of SearchCriteriaRecordboolean isRowAlreadyProcessed(java.util.Date date,
CsvType type)
CsvType
then we assume that it's processed already and can be skipped.date - archived datetype - CsvType