Interface ShippingRateProcessor
- All Superinterfaces:
BusinessObject
- All Known Implementing Classes:
BasicShippingRateProcessor
Interface for business logic methods having to do with shipping rates.
Created in the Struts layer in response to requests for viewing, editing,
adding, and deleting shipping rates.
When the application needs to create an instance that implements
ShippingRateProcessor
,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"shippingRateProcessorImplementer" setting in the
appComponents.properties
file.
The default "shippingRateProcessorImplementer" is
ShippingRateProcessor
.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionaddShippingRate
(Map parameters) void
deleteShippingRate
(Map parameters) editDeleteShippingRates
(Map parameters) editShippingRate
(Map parameters) loadShippingRateFromID
(Map parameters) loadShippingRatesAndCount
(Map parameters) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize