com.ibm.commerce.marketing.facade.server.commands
Class ProcessMarketingContentCmdImpl
- 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.marketing.facade.server.commands.ProcessMarketingContentCmdImpl
-
- All Implemented Interfaces:
- BusinessObjectDocumentCmd, ProcessMarketingContentCmd, 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 ProcessMarketingContentCmdImpl extends AbstractProcessNounUsingBusinessObjectMediatorCmdImpl implements ProcessMarketingContentCmd
This class creates marketing content. This class handles the processing of marketing content. The applicable process action command will be called based on the action of the request. The following process marketing content actions are supported:- Add - create a new marketing content
- Delete - delete an existing marketing content
- See Also:
- Serialized Form
-
-
Field Summary
-
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 ProcessMarketingContentCmdImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.Collection
getEMarketingSpotNamesForCacheInvalidations()
Gets the list of e-Marketing Spot names for cache invalidations.-
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
-
-