| Package | Description |
|---|---|
| org.salespointframework.inventory |
The inventory subsystem.
|
| org.salespointframework.order |
The order subsystem.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Inventory<T extends InventoryItem>
Repository interface for
InventoryItems. |
| Constructor and Description |
|---|
PersistentOrderManager(Inventory<InventoryItem> inventory,
Accountancy<AccountancyEntry> accountancy,
BusinessTime businessTime,
OrderRepository<T> orderRepository,
org.springframework.transaction.PlatformTransactionManager txManager)
Creates a new
PersistentOrderManager using the given Inventory, Accountancy
BusinessTime, OrderRepository and PlatformTransactionManager. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.