Uses of Class
org.salespointframework.core.SalespointIdentifier
-
Packages that use SalespointIdentifier 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 SalespointIdentifier in org.salespointframework.accountancy
Subclasses of SalespointIdentifier in org.salespointframework.accountancy Modifier and Type Class Description classAccountancyEntryIdentifierAccountancyEntryIdentifierserves as an identifier type forAccountancyEntryobjects. -
Uses of SalespointIdentifier in org.salespointframework.catalog
Subclasses of SalespointIdentifier in org.salespointframework.catalog Modifier and Type Class Description classProductIdentifier{link ProductIdentifier} serves as an identifier type forProductobjects. -
Uses of SalespointIdentifier in org.salespointframework.core
Classes in org.salespointframework.core with type parameters of type SalespointIdentifier Modifier and Type Class Description classAbstractEntity<ID extends SalespointIdentifier>Base class for Salespoint entities to uniquely defineAbstractEntity.equals(Object)andAbstractEntity.hashCode(). -
Uses of SalespointIdentifier in org.salespointframework.inventory
Subclasses of SalespointIdentifier in org.salespointframework.inventory Modifier and Type Class Description classInventoryItemIdentifierInventoryItemIdentifierserves as an identifier type forUniqueInventoryItemobjects. -
Uses of SalespointIdentifier in org.salespointframework.order
Subclasses of SalespointIdentifier in org.salespointframework.order Modifier and Type Class Description classOrderIdentifierOrderIdentifierserves as an identifier type forOrderobjects. -
Uses of SalespointIdentifier in org.salespointframework.useraccount
Subclasses of SalespointIdentifier in org.salespointframework.useraccount Modifier and Type Class Description classUserAccountIdentifierUserAccountIdentifierserves as an identifier type forUserAccountobjects.
-