Uses of Class
org.salespointframework.core.AbstractEntity
| Package | Description |
|---|---|
| org.salespointframework.accountancy |
Accountancy subsystem.
|
| org.salespointframework.catalog | |
| org.salespointframework.core |
Core Salespoint types.
|
| org.salespointframework.inventory |
The inventory subsystem.
|
| org.salespointframework.order |
The order subsystem.
|
| org.salespointframework.useraccount |
User account management.
|
-
Uses of AbstractEntity in org.salespointframework.accountancy
Subclasses of AbstractEntity in org.salespointframework.accountancy Modifier and Type Class Description classAccountancyEntryThis class represents an accountancy entry.classProductPaymentEntryAProductPaymentEntryis used to store information of payments of orders. -
Uses of AbstractEntity in org.salespointframework.catalog
Subclasses of AbstractEntity in org.salespointframework.catalog Modifier and Type Class Description classProductA product. -
Uses of AbstractEntity in org.salespointframework.core
Subclasses of AbstractEntity in org.salespointframework.core Modifier and Type Class Description classAbstractAggregateRoot<ID extends SalespointIdentifier>Base class for Aggregate root entities. -
Uses of AbstractEntity in org.salespointframework.inventory
Subclasses of AbstractEntity in org.salespointframework.inventory Modifier and Type Class Description classInventoryItem<T extends InventoryItem<T>>AnInventoryItemassociates a product with aQuantityto keep track of how many items per product are available.classMultiInventoryItemAnMultiInventoryItemthat establishes a many-to-one relationship to aProductinstance, i.e. it can be used to keep track of stock for products in e.g. multiple warehouses etc.classUniqueInventoryItemAnInventoryItemthat requires a unique one-to-one relationship to aProductinstance. -
Uses of AbstractEntity in org.salespointframework.order
Subclasses of AbstractEntity in org.salespointframework.order Modifier and Type Class Description classChargeLineA charge line represents extra expenses, such as shipping, for anOrderas a whole.static classChargeLine.AttachedChargeLineAChargeLinethat's attached to anOrderLine.classOrderclassOrderLine -
Uses of AbstractEntity in org.salespointframework.useraccount
Subclasses of AbstractEntity in org.salespointframework.useraccount Modifier and Type Class Description classUserAccountA user account aggregate.