interface AccountancyEntryRepository extends SalespointRepository<AccountancyEntry,AccountancyEntryIdentifier>
AccountancyEntrys.| Modifier and Type | Method and Description |
|---|---|
Iterable<AccountancyEntry> |
findByDateBetween(LocalDateTime from,
LocalDateTime to)
Returns all
AccountancyEntrys in the given time frame. |
default Iterable<AccountancyEntry> |
findByDateIn(Interval interval)
Returns all
AccountancyEntrys within the given Interval. |
Iterable<AccountancyEntry> findByDateBetween(LocalDateTime from, LocalDateTime to)
AccountancyEntrys in the given time frame.from - to - default Iterable<AccountancyEntry> findByDateIn(Interval interval)
AccountancyEntrys within the given Interval.interval - must not be null.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.