Interface OrderBookingService
- All Known Implementing Classes:
OrderBookingServiceImpl
public interface OrderBookingService
this service contains all the order booking logic
-
Method Summary
Modifier and TypeMethodDescriptioncreates a debitor with vouchers and dunning levels for a order also set the billing date and status on orderbookOrders
(EntityList orders) callsOrderBookingService.bookOrder
for every entity inorders
-
Method Details
-
bookOrders
callsOrderBookingService.bookOrder
for every entity inorders
- Parameters:
orders
- entity list to book- Returns:
- a list of the created debitors
- Throws:
PersistException
-
bookOrder
creates a debitor with vouchers and dunning levels for a order also set the billing date and status on order- Parameters:
order
- the order to book- Returns:
- the created debitor
- Throws:
PersistException
-