com.ibm.commerce.catalog.facade.server.commands
Class ChangeCatalogEntryIdentifierCmdImpl
- 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.catalog.facade.server.commands.AbstractChangeCatalogGroupCatalogEntryPartCmdImpl
-
- com.ibm.commerce.catalog.facade.server.commands.AbstractChangeCatalogEntryPartCmdImpl
-
- com.ibm.commerce.catalog.facade.server.commands.ChangeCatalogEntryIdentifierCmdImpl
-
- All Implemented Interfaces:
- ChangeCatalogEntryPartCmd, AbstractChangeNounPartActionCmd, AbstractSyncNounPartActionCmd, 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 ChangeCatalogEntryIdentifierCmdImpl extends AbstractChangeCatalogEntryPartCmdImpl implements ChangeCatalogEntryPartCmd
This command implementation is used to modify the part number of catalog entries. The command is given a list of catalog entry nouns and the action expressions to act upon each noun. The only action this command support is to change part number of a catalog entry.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.commerce.catalog.facade.server.commands.AbstractChangeCatalogGroupCatalogEntryPartCmdImpl
ADD, CHANGE, DELETE
-
-
Constructor Summary
Constructors Constructor and Description ChangeCatalogEntryIdentifierCmdImpl()
-
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
-
-