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

Class AbstractProcessBusinessObjectDocumentCmdImpl

    • Field Summary

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

        LOCAL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getNounName()
      This method returns the name of the noun extracted from the request business object document.
      void setProcessNounActionCommandInterface(java.lang.String processNounActionCommandInterface)
      This method sets the command interface name that represents the business logic that will perform the process actions.
      • 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, 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.websphere.command.Command

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

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

      • AbstractProcessBusinessObjectDocumentCmdImpl

        public AbstractProcessBusinessObjectDocumentCmdImpl()
        Instantiates an instance of the process controller business object document command.
    • Method Detail

      • setProcessNounActionCommandInterface

        public void setProcessNounActionCommandInterface(java.lang.String processNounActionCommandInterface)
        This method sets the command interface name that represents the business logic that will perform the process actions.
        Parameters:
        processNounActionCommandInterface - The processNounAciton command interface for the process actions.
      • getNounName

        public java.lang.String getNounName()
        This method returns the name of the noun extracted from the request business object document.
        Returns:
        The name of the noun.