Interface OrderItemAttributeProcessor
- All Superinterfaces:
BusinessObject
,BusinessProcessor
- All Known Implementing Classes:
BasicOrderItemAttributeProcessor
Interface for business logic methods having to do with order item attributes.
Created in the Struts layer in response to requests for viewing, editing,
adding, and deleting order item attributes.
When the application needs to create an instance that implements
OrderItemAttributeProcessor
,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"orderItemAttributeProcessorImplementer" setting in the
appComponents.properties
file.
The default "orderItemAttributeProcessorImplementer" is
OrderItemAttributeProcessor
.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionaddOrderItemAttribute
(Map parameters) void
deleteOrderItemAttribute
(Map parameters) editDeleteOrderItemAttributes
(Map parameters) editOrderItemAttribute
(Map parameters) loadOrderItemAttributeFromID
(Map parameters) loadOrderItemAttributesAndCount
(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