Interface OptionProcessor
- All Superinterfaces:
BusinessObject,BusinessProcessor
- All Known Implementing Classes:
BasicOptionProcessor
Interface for business logic methods having to do with options. Created in
the Struts layer in response to requests for viewing, editing, adding, and
deleting options.
When the application needs to create an instance that implements
OptionProcessor,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"optionProcessorImplementer" setting in the
appComponents.properties file.
The default "optionProcessorImplementer" is
OptionProcessor.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptiondeleteOption(Map parameters) editDeleteOptions(Map parameters) editOption(Map parameters) intloadOptionFromCode(Map describe) loadOptionFromID(Map parameters) loadOptionsAndCount(Map parameters) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initializeMethods 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