com.ibm.commerce.infrastructure.facade.server.commands
Class ProcessOnlineStoreCmdImpl
- java.lang.Object
-
- com.ibm.websphere.command.TargetableCommandImpl
-
- com.ibm.websphere.command.CacheableCommandImpl
-
- com.ibm.commerce.command.MeasuredCacheableCommandImpl
-
- com.ibm.commerce.foundation.server.command.bod.AbstractActionBusinessObjectDocumentCmdImpl
-
- com.ibm.commerce.foundation.server.command.bod.AbstractProcessBusinessObjectDocumentCmdImpl
-
- com.ibm.commerce.foundation.server.command.bod.bom.AbstractProcessNounUsingBusinessObjectMediatorCmdImpl
-
- com.ibm.commerce.infrastructure.facade.server.commands.ProcessOnlineStoreCmdImpl
-
- All Implemented Interfaces:
- BusinessObjectDocumentCmd, ProcessOnlineStoreCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable
public class ProcessOnlineStoreCmdImpl extends AbstractProcessNounUsingBusinessObjectMediatorCmdImpl implements ProcessOnlineStoreCmd
This class handles the processing of online stores. The applicable process action command will be called based on the action of the request. The following process marketing activity actions are supported:- Open - open a store
- Close - close a store
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.-
Fields inherited from class com.ibm.commerce.foundation.server.command.bod.bom.AbstractProcessNounUsingBusinessObjectMediatorCmdImpl
CHANGE_CONTROL_NOUN_MEDIATOR_OBJECT_KEY, CHANGE_NOUN_MEDIATOR_OBJECT_KEY
-
-
Constructor Summary
Constructors Constructor and Description ProcessOnlineStoreCmdImpl()
-
Method Summary
-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractProcessBusinessObjectDocumentCmdImpl
getNounName, setProcessNounActionCommandInterface
-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractActionBusinessObjectDocumentCmdImpl
getResultBusinessObjectDocument, getUniqueID, getUniqueIDXPath, handleException, isReadyToCallExecute, performExecute, setRequestBusinessObjectDocument, setUniqueIDXPath
-
Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl
executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
-
Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.foundation.server.command.bod.BusinessObjectDocumentCmd
getResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocument
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-