Package | Description |
---|---|
org.salespointframework.accountancy |
Accountancy subsystem.
|
org.salespointframework.order |
The order subsystem.
|
org.salespointframework.time |
The time subsystem abstracting the concept of business time.
|
Constructor and Description |
---|
PersistentAccountancy(BusinessTime businessTime,
AccountancyEntryRepository<T> repository)
|
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 . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultBusinessTime
A mutable implementation of
BusinessTime to record Duration s to calculate the current business time
by accumulating them. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.