Package | Description |
---|---|
org.salespointframework.accountancy |
Accountancy subsystem.
|
org.salespointframework.order |
The order subsystem.
|
org.salespointframework.time |
The time subsystem abstracting the concept of business time.
|
Modifier and Type | Method and Description |
---|---|
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,Iterable<T>> |
PersistentAccountancy.find(LocalDateTime from,
LocalDateTime to,
Duration duration) |
Map<Interval,org.javamoney.moneta.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 . |
Map<Interval,org.javamoney.moneta.Money> |
PersistentAccountancy.salesVolume(LocalDateTime from,
LocalDateTime to,
Duration period) |
Modifier and Type | Method and Description |
---|---|
Iterable<T> |
OrderManager.findBy(Interval interval)
|
Iterable<T> |
PersistentOrderManager.findBy(Interval interval) |
Iterable<T> |
OrderManager.findBy(UserAccount userAccount,
Interval interval)
Returns all
Order s from the given UserAccount in between the dates from and to ,
including from and to. |
Iterable<T> |
PersistentOrderManager.findBy(UserAccount userAccount,
Interval interval) |
Modifier and Type | Method and Description |
---|---|
Interval |
Interval.IntervalBuilder.to(LocalDateTime end)
Creates an
Interval from the current start time until the given end time. |
Modifier and Type | Method and Description |
---|---|
Iterator<Interval> |
Intervals.iterator() |
Stream<Interval> |
Intervals.stream()
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.