Interface StateProcessor
- All Superinterfaces:
BusinessObject,BusinessProcessor
- All Known Implementing Classes:
BasicStateProcessor
Interface for business logic methods having to do with states. Created in the
Struts layer in response to requests for viewing, editing, adding, and
deleting states.
When the application needs to create an instance that implements
StateProcessor,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"stateProcessorImplementer" setting in the
appComponents.properties file.
The default "stateProcessorImplementer" is
StateProcessor.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteState(Map parameters) editDeleteStates(Map parameters) loadStateFromID(Map parameters) loadStatesAndCount(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