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 . |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.util.Streamable<AccountancyEntry> |
Accountancy.find(Interval interval)
Returns all
AccountancyEntry s that were created in the given Interval . |
Map<Interval,org.springframework.data.util.Streamable<AccountancyEntry>> |
Accountancy.find(Interval interval,
TemporalAmount duration)
|
org.springframework.data.util.Streamable<AccountancyEntry> |
Accountancy.findAll()
Returns all
AccountancyEntry s of the specified type clazz and all sub-types, previously added to
the accountancy. |
Optional<AccountancyEntry> |
Accountancy.get(AccountancyEntryIdentifier accountancyEntryIdentifier)
Returns the
AccountancyEntry of type clazz and all sub-types, identified by
AccountancyEntryIdentifier . |
Copyright © 2019. All rights reserved.