Uses of Class
org.salespointframework.core.AbstractEntity
Packages that use AbstractEntity
Package
Description
Accountancy subsystem with services for accounting and bookkeeping.
Core Salespoint types.
The inventory subsystem.
The order subsystem.
User account management.
-
Uses of AbstractEntity in org.salespointframework.accountancy
Subclasses of AbstractEntity in org.salespointframework.accountancyModifier and TypeClassDescriptionclassThis class represents an accountancy entry.classAOrderPaymentEntryis used to store information of payments of orders. -
Uses of AbstractEntity in org.salespointframework.catalog
Subclasses of AbstractEntity in org.salespointframework.catalog -
Uses of AbstractEntity in org.salespointframework.core
Subclasses of AbstractEntity in org.salespointframework.coreModifier and TypeClassDescriptionclassAbstractAggregateRoot<ID extends org.jmolecules.ddd.types.Identifier>Base class for Aggregate root entities. -
Uses of AbstractEntity in org.salespointframework.inventory
Subclasses of AbstractEntity in org.salespointframework.inventoryModifier and TypeClassDescriptionclassInventoryItem<T extends InventoryItem<T>>AnInventoryItemassociates a product with aQuantityto keep track of how many items per product are available.classAnMultiInventoryItemthat establishes a many-to-one relationship to aProductinstance, i.e.classAnInventoryItemthat requires a unique one-to-one relationship to aProductinstance. -
Uses of AbstractEntity in org.salespointframework.order
Subclasses of AbstractEntity in org.salespointframework.orderModifier and TypeClassDescriptionclassA charge line represents extra expenses, such as shipping, for anOrderas a whole.static classAChargeLinethat's attached to anOrderLine.classclass -
Uses of AbstractEntity in org.salespointframework.useraccount
Subclasses of AbstractEntity in org.salespointframework.useraccount