Interface ShippingMethodProcessor
- All Superinterfaces:
BusinessObject
- All Known Implementing Classes:
BasicShippingMethodProcessor
Interface for business logic methods having to do with shipping methods.
Created in the Struts layer in response to requests for viewing, editing,
adding, and deleting shipping methods.
When the application needs to create an instance that implements
ShippingMethodProcessor
,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"shippingMethodProcessorImplementer" setting in the
appComponents.properties
file.
The default "shippingMethodProcessorImplementer" is
BasicShippingMethodProcessor
.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionaddShippingMethod
(Map parameters) void
deleteShippingMethod
(Map parameters) editDeleteShippingMethods
(Map parameters) editShippingMethod
(Map parameters) loadShippingMethodFromCode
(Map parameters) loadShippingMethodFromID
(Map parameters) loadShippingMethodsAndCount
(Map parameters) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
-
Method Details