com.ibm.commerce.foundation.server.command.bod.bom

Class AbstractChangeNounPartUsingBusinessObjectMediatorCmdImpl

    • Field Summary

      • Fields inherited from class com.ibm.websphere.command.TargetableCommandImpl

        LOCAL
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void setChangeNounPartPostActionCommandInterface(java.lang.String changeNounPartPostActionCmdInterface)
      This method sets the command interface name that represents the business logic that will perform the change noun part tasks post action logic.
      void validate()
      Validate the noun parts based on the actions requested on the noun part Check if the corresponding physical entities exist in the physical store with the help of the configured mediators
      • Methods inherited from class com.ibm.commerce.command.MeasuredCacheableCommandImpl

        execute
      • 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.websphere.command.Command

        execute
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

        getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
    • Constructor Detail

      • AbstractChangeNounPartUsingBusinessObjectMediatorCmdImpl

        public AbstractChangeNounPartUsingBusinessObjectMediatorCmdImpl()
    • Method Detail

      • setChangeNounPartPostActionCommandInterface

        public void setChangeNounPartPostActionCommandInterface(java.lang.String changeNounPartPostActionCmdInterface)
        This method sets the command interface name that represents the business logic that will perform the change noun part tasks post action logic.
        Parameters:
        changeNounPartPostActionCmdInterface - The change part post action command interface.