Uses of Class
org.salespointframework.core.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
Modifier and TypeClassDescriptionclass
This class represents an accountancy entry.class
AOrderPaymentEntry
is used to store information of payments of orders. -
Uses of AbstractEntity in org.salespointframework.catalog
-
Uses of AbstractEntity in org.salespointframework.core
Modifier and TypeClassDescriptionclass
AbstractAggregateRoot<ID extends org.jmolecules.ddd.types.Identifier>
Base class for Aggregate root entities. -
Uses of AbstractEntity in org.salespointframework.inventory
Modifier and TypeClassDescriptionclass
InventoryItem<T extends InventoryItem<T>>
AnInventoryItem
associates a product with aQuantity
to keep track of how many items per product are available.class
AnMultiInventoryItem
that establishes a many-to-one relationship to aProduct
instance, i.e.class
AnInventoryItem
that requires a unique one-to-one relationship to aProduct
instance. -
Uses of AbstractEntity in org.salespointframework.order
Modifier and TypeClassDescriptionclass
A charge line represents extra expenses, such as shipping, for anOrder
as a whole.static class
AChargeLine
that's attached to anOrderLine
.class
class
-
Uses of AbstractEntity in org.salespointframework.useraccount