Interface OrderDeliveryProcessor
- All Superinterfaces:
BusinessObject
,BusinessProcessor
- All Known Implementing Classes:
BasicOrderDeliveryProcessor
Interface for business logic methods having to do with order deliveries.
Created in the Struts layer in response to requests for viewing, editing,
adding, and deleting order deliveries.
When the application needs to create an instance that implements
OrderDeliveryProcessor
,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"orderDeliveryProcessorImplementer" setting in the
appComponents.properties
file.
The default "orderDeliveryProcessorImplementer" is
OrderDeliveryProcessor
.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionaddOrderDelivery
(Map parameters) void
deleteOrderDelivery
(Map parameters) editDeleteOrderDeliveries
(Map parameters) editOrderDelivery
(Map parameters) loadOrderDeliveriesAndCount
(Map parameters) loadOrderDeliveryFromID
(int orderDeliveryID) loadOrderDeliveryFromID
(Map parameters) postChangingOrderDeliveryEvent
(OrderDelivery orderDelivery, Map parameters) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessProcessor
getAppComponents, getAppSettings, getBusinessObjectFactory, getDaoFactory, getEventBus, getInjector, getSettings, getUser, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setEventBus, setInjector, setSettings, setUser, utils
-
Method Details
-
loadOrderDeliveriesAndCount
- Throws:
Exception
-
addOrderDelivery
- Throws:
Exception
-
loadOrderDeliveryFromID
- Throws:
Exception
-
editOrderDelivery
- Throws:
Exception
-
editDeleteOrderDeliveries
- Throws:
Exception
-
deleteOrderDelivery
- Throws:
Exception
-
loadOrderDeliveryFromID
- Throws:
Exception
-
postChangingOrderDeliveryEvent
- Throws:
Exception
-