Uses of Class
org.salespointframework.core.AbstractEntity
-
Packages that use AbstractEntity Package Description org.salespointframework.accountancy Accountancy subsystem.org.salespointframework.catalog 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.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 chargeline represents extra expenses like shipping.static classChargeLine.AttachedChargeLineAChargeLinethat's attached to anOrderLine.classOrderclassOrderLineAn order line -
Uses of AbstractEntity in org.salespointframework.useraccount
Subclasses of AbstractEntity in org.salespointframework.useraccount Modifier and Type Class Description classUserAccountDomain class for a user.
-