Interface DiscountRangeProcessor
- All Superinterfaces:
BusinessObject
,BusinessProcessor
- All Known Implementing Classes:
BasicDiscountRangeProcessor
Interface for business logic methods having to do with discount ranges.
Created in the Struts layer in response to requests for viewing, editing,
adding, and deleting discount ranges.
When the application needs to create an instance that implements
DiscountRangeProcessor
,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"discountRangeProcessorImplementer" setting in the
appComponents.properties
file.
The default "discountRangeProcessorImplementer" is
BasicDiscountRangeProcessor
.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionaddDiscountRange
(Map parameters) void
deleteDiscountRange
(Map parameters) editDeleteDiscountRanges
(Map parameters) editDiscountRange
(Map parameters) loadDiscountRangeFromID
(Map parameters) loadDiscountRangesAndCount
(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