Uses of Class
org.salespointframework.accountancy.AccountancyEntry
Packages that use AccountancyEntry
-
Uses of AccountancyEntry in org.salespointframework.accountancy
Subclasses of AccountancyEntry in org.salespointframework.accountancyModifier and TypeClassDescriptionclassAProductPaymentEntryis used to store information of payments of orders.Methods in org.salespointframework.accountancy with type parameters of type AccountancyEntryModifier and TypeMethodDescription<T extends AccountancyEntry>
TAccountancy.add(T accountancyEntry) Adds a newAccountancyEntryto thisAccountancy.Methods in org.salespointframework.accountancy that return types with arguments of type AccountancyEntryModifier and TypeMethodDescriptionReturns allAccountancyEntrys that were created in the givenInterval.Accountancy.find(Interval interval, TemporalAmount duration) Accountancy.findAll()Returns allAccountancyEntrys of the specified typeclazzand all sub-types, previously added to the accountancy.Accountancy.get(AccountancyEntry.AccountancyEntryIdentifier accountancyEntryIdentifier) Returns theAccountancyEntryof typeclazzand all sub-types, identified byAccountancyEntry.AccountancyEntryIdentifier.