Uses of Class
org.salespointframework.core.AbstractAggregateRoot
Package
Description
The inventory subsystem.
The order subsystem.
User account management.
-
Uses of AbstractAggregateRoot in org.salespointframework.catalog
-
Uses of AbstractAggregateRoot 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 AbstractAggregateRoot in org.salespointframework.order
-
Uses of AbstractAggregateRoot in org.salespointframework.useraccount