com.ibm.commerce.marketing.facade.server.commands
Class ChangeMarketingContentImageMapAreaPartCmdImpl
- 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.AbstractChangeNounPartActionCmdImpl
-
- com.ibm.commerce.foundation.server.command.bod.bom.AbstractChangeNounPartUsingBusinessObjectMediatorCmdImpl
-
- com.ibm.commerce.marketing.facade.server.commands.ChangeMarketingContentImageMapAreaPartCmdImpl
-
- All Implemented Interfaces:
- AbstractChangeNounPartActionCmd, AbstractSyncNounPartActionCmd, ChangeMarketingSpotPartCmd, 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 ChangeMarketingContentImageMapAreaPartCmdImpl extends AbstractChangeNounPartUsingBusinessObjectMediatorCmdImpl implements ChangeMarketingSpotPartCmd
This command is used to change the image map area part of MarketingContent nouns. The parent class will call theChangeMarketingContentImageMapAreaPartMediator
to persist the changes to the database. This command is used to create, update and delete marketing spot default title.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.
-
Constructor Summary
Constructors Constructor and Description ChangeMarketingContentImageMapAreaPartCmdImpl()
This method is the default constructor.
-
Method Summary
-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.bom.AbstractChangeNounPartUsingBusinessObjectMediatorCmdImpl
setChangeNounPartPostActionCommandInterface, validate
-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractChangeNounPartActionCmdImpl
addActionExpression, isGeneric, isReadyToCallExecute, performExecute, reset, setPersistentObjects
-
Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl
executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, 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.AbstractChangeNounPartActionCmd
addActionExpression, isGeneric, setPersistentObjects, validate
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
-