Package | Description |
---|---|
org.salespointframework.accountancy |
Accountancy subsystem.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductPaymentEntry
A
ProductPaymentEntry is used to store information of payments of orders. |
Modifier and Type | Method and Description |
---|---|
<T extends AccountancyEntry> |
Accountancy.add(T accountancyEntry)
Adds a new
AccountancyEntry to this Accountancy . |
<T extends AccountancyEntry> |
PersistentAccountancy.add(T accountancyEntry) |
Modifier and Type | Method and Description |
---|---|
Streamable<AccountancyEntry> |
Accountancy.find(Interval interval)
Returns all
AccountancyEntry s that were created in the given Interval . |
Streamable<AccountancyEntry> |
PersistentAccountancy.find(Interval interval) |
Map<Interval,Streamable<AccountancyEntry>> |
Accountancy.find(Interval interval,
TemporalAmount duration)
|
Map<Interval,Streamable<AccountancyEntry>> |
PersistentAccountancy.find(Interval interval,
TemporalAmount duration) |
Streamable<AccountancyEntry> |
Accountancy.findAll()
Returns all
AccountancyEntry s of the specified type clazz and all sub-types, previously added to
the accountancy. |
Streamable<AccountancyEntry> |
PersistentAccountancy.findAll() |
Iterable<AccountancyEntry> |
AccountancyEntryRepository.findByDateBetween(LocalDateTime from,
LocalDateTime to)
Returns all
AccountancyEntry s in the given time frame. |
default Iterable<AccountancyEntry> |
AccountancyEntryRepository.findByDateIn(Interval interval)
Returns all
AccountancyEntry s within the given Interval . |
Optional<AccountancyEntry> |
Accountancy.get(AccountancyEntryIdentifier accountancyEntryIdentifier)
Returns the
AccountancyEntry of type clazz and all sub-types, identified by
AccountancyEntryIdentifier . |
Optional<AccountancyEntry> |
PersistentAccountancy.get(AccountancyEntryIdentifier accountancyEntryIdentifier) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.