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.
|
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
AccountancyEntryRepository<T extends AccountancyEntry>
Repository for
AccountancyEntry s. |
Modifier and Type | Interface and Description |
---|---|
interface |
Catalog<T extends Product>
Repository interface for
Product s |
Modifier and Type | Interface and Description |
---|---|
interface |
Inventory<T extends InventoryItem>
Repository interface for
InventoryItem s. |
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
OrderRepository<T extends Order>
Repository interface for
Order s. |
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
UserAccountRepository
Repository to persist
UserAccount instances. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.