Package com.onec.repository
Class InformationRegisterRepositoryImpl<T extends InformationRecord>
java.lang.Object
com.onec.repository.InformationRegisterRepositoryImpl<T>
- All Implemented Interfaces:
InformationRegisterRepository<T>
public class InformationRegisterRepositoryImpl<T extends InformationRecord>
extends Object
implements InformationRegisterRepository<T>
-
Constructor Summary
ConstructorsConstructorDescriptionInformationRegisterRepositoryImpl(InformationRegisterPersistence<T> persistence) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetRecords(Map<String, Object> filters) getSliceFirst(LocalDateTime date) getSliceFirst(LocalDateTime date, Map<String, Object> filters) getSliceLast(LocalDateTime date) getSliceLast(LocalDateTime date, Map<String, Object> filters) void
-
Constructor Details
-
InformationRegisterRepositoryImpl
-
-
Method Details
-
write
- Specified by:
writein interfaceInformationRegisterRepository<T extends InformationRecord>
-
getSliceLast
- Specified by:
getSliceLastin interfaceInformationRegisterRepository<T extends InformationRecord>
-
getSliceLast
- Specified by:
getSliceLastin interfaceInformationRegisterRepository<T extends InformationRecord>
-
getSliceFirst
- Specified by:
getSliceFirstin interfaceInformationRegisterRepository<T extends InformationRecord>
-
getSliceFirst
- Specified by:
getSliceFirstin interfaceInformationRegisterRepository<T extends InformationRecord>
-
getRecords
- Specified by:
getRecordsin interfaceInformationRegisterRepository<T extends InformationRecord>
-
getRecords
- Specified by:
getRecordsin interfaceInformationRegisterRepository<T extends InformationRecord>
-
delete
- Specified by:
deletein interfaceInformationRegisterRepository<T extends InformationRecord>
-