Uses of Class
org.salespointframework.accountancy.AccountancyEntry.AccountancyEntryIdentifier
Packages that use AccountancyEntry.AccountancyEntryIdentifier
Package
Description
Accountancy subsystem with services for accounting and bookkeeping.
-
Uses of AccountancyEntry.AccountancyEntryIdentifier in org.salespointframework.accountancy
Methods in org.salespointframework.accountancy that return AccountancyEntry.AccountancyEntryIdentifierModifier and TypeMethodDescriptionAccountancyEntry.getId()Returns the unique identifier of thisAccountancyEntry.Methods in org.salespointframework.accountancy with parameters of type AccountancyEntry.AccountancyEntryIdentifierModifier and TypeMethodDescriptionAccountancy.get(AccountancyEntry.AccountancyEntryIdentifier identifier) Returns theAccountancyEntryidentified by the givenAccountancyEntry.AccountancyEntryIdentifier, if it exists.<T extends AccountancyEntry>
Optional<T> Accountancy.get(AccountancyEntry.AccountancyEntryIdentifier identifier, Class<T> type) Returns theAccountancyEntryidentified by the givenAccountancyEntry.AccountancyEntryIdentifierof the given type, if it exists.