Package | Description |
---|---|
org.salespointframework.accountancy |
Accountancy subsystem.
|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Accountancy<T extends AccountancyEntry>
The
Accountancy interface is implemented by classes offering a basic accounting service. |
(package private) interface |
AccountancyEntryRepository<T extends AccountancyEntry>
Repository for
AccountancyEntry s. |
(package private) class |
PersistentAccountancy<T extends AccountancyEntry>
This class represents an accountancy.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductPaymentEntry
A
ProductPaymentEntry is used to store information of payments of orders. |
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 © 2014 Pivotal Software, Inc.. All rights reserved.