com.softslate.commerce.businessobjects.shipping
Interface ShippingRuleRangeProcessor
- All Superinterfaces:
- BusinessObject, BusinessProcessor
- All Known Implementing Classes:
- BasicShippingRuleRangeProcessor
public interface ShippingRuleRangeProcessor
- extends BusinessProcessor
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
| Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessProcessor |
getAppComponents, getAppSettings, getBusinessObjectFactory, getDaoFactory, getSettings, getUser, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setSettings, setUser, utils |
loadShippingRuleRangesAndCount
java.util.Map loadShippingRuleRangesAndCount(java.util.Map parameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
addShippingRuleRange
java.util.Map addShippingRuleRange(java.util.Map parameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
loadShippingRuleRangeFromID
ShippingRuleRange loadShippingRuleRangeFromID(java.util.Map parameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
editShippingRuleRange
java.util.Map editShippingRuleRange(java.util.Map parameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
editDeleteShippingRuleRanges
void editDeleteShippingRuleRanges(java.util.Map parameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteShippingRuleRange
void deleteShippingRuleRange(java.util.Map parameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © SoftSlate, LLC 20032010