com.ibm.commerce.catalog.facade.server.commands
Class AbstractChangeCatalogEntryPartCmdImpl
- 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
-
- All Implemented Interfaces:
- 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
- Direct Known Subclasses:
- ChangeCatalogEntryAssociationCmdImpl, ChangeCatalogEntryDescriptionCmdImpl, ChangeCatalogEntryDisplaySequenceCmdImpl, ChangeCatalogEntryFulfillmentPropertiesCmdImpl, ChangeCatalogEntryIdentifierCmdImpl, ChangeCatalogEntryKitComponentCmdImpl, ChangeCatalogEntryListPriceCmdImpl, ChangeCatalogEntryParentCatentryCmdImpl, ChangeCatalogEntryParentCmdImpl
public abstract class AbstractChangeCatalogEntryPartCmdImpl extends AbstractChangeCatalogGroupCatalogEntryPartCmdImpl
This abstract change catalog entry part implementation is a default implementation of processing action expressions for change catalog entry request. This abstract class contains the common methods and properties shared by all command implementations to process change request based on a catalog entry and its individual part inside the noun.- 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 AbstractChangeCatalogEntryPartCmdImpl()
-
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
-
-