Uses of Class
org.salespointframework.accountancy.AccountancyEntry
-
Packages that use AccountancyEntry Package Description org.salespointframework.accountancy Accountancy subsystem. -
-
Uses of AccountancyEntry in org.salespointframework.accountancy
Subclasses of AccountancyEntry in org.salespointframework.accountancy Modifier and Type Class Description classProductPaymentEntryAProductPaymentEntryis used to store information of payments of orders.Methods in org.salespointframework.accountancy with type parameters of type AccountancyEntry Modifier and Type Method Description <T extends AccountancyEntry>
TAccountancy. add(T accountancyEntry)Adds a newAccountancyEntryto thisAccountancy.Methods in org.salespointframework.accountancy that return types with arguments of type AccountancyEntry Modifier and Type Method Description org.springframework.data.util.Streamable<AccountancyEntry>Accountancy. find(Interval interval)Returns allAccountancyEntrys that were created in the givenInterval.Map<Interval,org.springframework.data.util.Streamable<AccountancyEntry>>Accountancy. find(Interval interval, TemporalAmount duration)org.springframework.data.util.Streamable<AccountancyEntry>Accountancy. findAll()Returns allAccountancyEntrys of the specified typeclazzand all sub-types, previously added to the accountancy.Optional<AccountancyEntry>Accountancy. get(AccountancyEntryIdentifier accountancyEntryIdentifier)Returns theAccountancyEntryof typeclazzand all sub-types, identified byAccountancyEntryIdentifier.
-