Package | Description |
---|---|
org.salespointframework.accountancy |
Accountancy subsystem.
|
org.salespointframework.time |
The time subsystem abstracting the concept of business time.
|
Modifier and Type | Method and Description |
---|---|
Map<Interval,Iterable<T>> |
PersistentAccountancy.find(LocalDateTime from,
LocalDateTime to,
Duration duration) |
Map<Interval,Iterable<T>> |
Accountancy.find(LocalDateTime from,
LocalDateTime to,
Duration duration)
Returns all
AccountancyEntry s of type clazz and all sub-types, which have their date within
(including) from and to . |
Map<Interval,org.joda.money.Money> |
PersistentAccountancy.salesVolume(LocalDateTime from,
LocalDateTime to,
Duration period) |
Map<Interval,org.joda.money.Money> |
Accountancy.salesVolume(LocalDateTime from,
LocalDateTime to,
Duration duration)
Returns the sum of the field
amount of all AccountancyEntry s of type clazz and its
sub-types, which have their date within (including) from and to . |
Modifier and Type | Method and Description |
---|---|
Iterator<Interval> |
Intervals.iterator() |
Stream<Interval> |
Intervals.stream()
|
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.