Interface ShippingRuleRangeProcessor
- All Superinterfaces:
BusinessObject
,BusinessProcessor
- All Known Implementing Classes:
BasicShippingRuleRangeProcessor
Interface for business logic methods having to do with shipping rule ranges.
Created in the Struts layer in response to requests for viewing, editing,
adding, and deleting shipping rule ranges.
When the application needs to create an instance that implements
ShippingRuleRangeProcessor
,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"shippingRuleRangeProcessorImplementer" setting in the
appComponents.properties
file.
The default "shippingRuleRangeProcessorImplementer" is
BasicShippingRuleRangeProcessor
.
- Author:
- Jason McWilliams
-
Method Summary
Modifier and TypeMethodDescriptionaddShippingRuleRange
(Map parameters) void
deleteShippingRuleRange
(Map parameters) editDeleteShippingRuleRanges
(Map parameters) editShippingRuleRange
(Map parameters) loadShippingRuleRangeFromID
(Map parameters) loadShippingRuleRangesAndCount
(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