Uses of Class
org.salespointframework.accountancy.AccountancyEntry.AccountancyEntryIdentifier
Package
Description
Accountancy subsystem with services for accounting and bookkeeping.
-
Uses of AccountancyEntry.AccountancyEntryIdentifier in org.salespointframework.accountancy
Modifier and TypeMethodDescriptionAccountancyEntry.getId()
Returns the unique identifier of thisAccountancyEntry
.Modifier and TypeMethodDescriptionAccountancy.get
(AccountancyEntry.AccountancyEntryIdentifier identifier) Returns theAccountancyEntry
identified by the givenAccountancyEntry.AccountancyEntryIdentifier
, if it exists.<T extends AccountancyEntry>
Optional<T> Accountancy.get
(AccountancyEntry.AccountancyEntryIdentifier identifier, Class<T> type) Returns theAccountancyEntry
identified by the givenAccountancyEntry.AccountancyEntryIdentifier
of the given type, if it exists.