interface AccountancyEntryRepository<T extends AccountancyEntry> extends SalespointRepository<T,AccountancyEntryIdentifier>
AccountancyEntrys.| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
findByDateBetween(LocalDateTime from,
LocalDateTime to)
Returns all
AccountancyEntrys in the given time frame. |
Iterable<T> findByDateBetween(LocalDateTime from, LocalDateTime to)
AccountancyEntrys in the given time frame.from - to - Copyright © 2014 Pivotal Software, Inc.. All rights reserved.