Interface RequestLogProcessor
- All Superinterfaces:
BusinessObject,BusinessProcessor
- All Known Implementing Classes:
BasicRequestLogProcessor
Interface for business logic methods having to do with request logs. Created
in the Struts layer in response to requests for viewing, editing, adding, and
deleting request logs.
When the application needs to create an instance that implements
RequestLogProcessor,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"requestLogProcessorImplementer" setting in the
appComponents.properties file.
The default "requestLogProcessorImplementer" is
BasicRequestLogProcessor.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionaddRequestLog(Map parameters) voiddeleteRequestLog(Map parameters) editDeleteRequestLogs(Map parameters) editRequestLog(Map parameters) loadRequestLogFromID(Map parameters) loadRequestLogsAndCount(Map parameters) postChangingRequestLogEvent(RequestLog requestLog, Map parameters) intpruneRequestLog(Map parameters) updateRequestLog(RequestLog requestLog) 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
-
Method Details
-
loadRequestLogsAndCount
- Throws:
Exception
-
addRequestLog
- Throws:
Exception
-
loadRequestLogFromID
- Throws:
Exception
-
editRequestLog
- Throws:
Exception
-
updateRequestLog
- Throws:
Exception
-
editDeleteRequestLogs
- Throws:
Exception
-
deleteRequestLog
- Throws:
Exception
-
postChangingRequestLogEvent
- Throws:
Exception
-
loadRequestLogStatistics
- Throws:
Exception
-
pruneRequestLog
- Throws:
Exception
-