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

Class AbstractCheckApprovalCmdImpl

  • java.lang.Object
    • com.ibm.websphere.command.TargetableCommandImpl
      • com.ibm.websphere.command.CacheableCommandImpl
        • com.ibm.commerce.foundation.server.command.bod.approval.AbstractCheckApprovalCmdImpl
  • All Implemented Interfaces:
    AbstractCheckApprovalCmd, 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 abstract class AbstractCheckApprovalCmdImpl
    extends com.ibm.websphere.command.CacheableCommandImpl
    implements AbstractCheckApprovalCmd
    This class is an abstract implementation for the command that is responsible for checking if a noun requires approval.
    See Also:
    Serialized Form
    • 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
      java.lang.Object getNounPostApproval()
      This method gets the noun after approval.
      void setNoun(java.lang.Object aNoun)
      This method sets the noun to be checked for approval.
      • Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl

        execute, 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, isReadyToCallExecute, performExecute, 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, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
    • Constructor Detail

      • AbstractCheckApprovalCmdImpl

        public AbstractCheckApprovalCmdImpl()
    • Method Detail

      • setNoun

        public void setNoun(java.lang.Object aNoun)
        This method sets the noun to be checked for approval.
        Specified by:
        setNoun in interface AbstractCheckApprovalCmd
        Parameters:
        aNoun - the noun to be checked for approval.
      • getNounPostApproval

        public java.lang.Object getNounPostApproval()
        This method gets the noun after approval.
        Specified by:
        getNounPostApproval in interface AbstractCheckApprovalCmd
        Returns:
        the noun after approval.