com.ibm.commerce.catalog.facade.server.commands

Class AbstractProcessCatalogActionCmdImpl

  • java.lang.Object
    • com.ibm.websphere.command.TargetableCommandImpl
      • com.ibm.websphere.command.CacheableCommandImpl
        • com.ibm.commerce.catalog.facade.server.commands.AbstractProcessCatalogActionCmdImpl
  • All Implemented Interfaces:
    ProcessActionCatalogCmd, AbstractProcessNounActionCmd, 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 AbstractProcessCatalogActionCmdImpl
    extends com.ibm.websphere.command.CacheableCommandImpl
    implements ProcessActionCatalogCmd
    An abstract process action command for catalog .
    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 getNoun()
      Gets the noun.
      boolean isReadyToCallExecute()
      Check if command is ready to be run.
      void reset()
      Reset the local variables of the command.
      void setActionExpression(ActionExpression processAction)
      Sets the action expression.
      void setNoun(java.lang.Object noun)
      Sets the noun.
      void setPersistentObjects(java.util.Map persistentObjects)
      Sets the object to be persisted.
      • Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl

        execute, 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, 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
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

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

      • AbstractProcessCatalogActionCmdImpl

        public AbstractProcessCatalogActionCmdImpl()
    • Method Detail

      • getNoun

        public java.lang.Object getNoun()
        Gets the noun.
        Returns:
        Returns the noun object.
      • setPersistentObjects

        public void setPersistentObjects(java.util.Map persistentObjects)
        Sets the object to be persisted.

        Specified by:
        setPersistentObjects in interface AbstractProcessNounActionCmd
        Parameters:
        persistentObjects - Object to be persisted.
      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        Check if command is ready to be run.

        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Specified by:
        isReadyToCallExecute in class com.ibm.websphere.command.TargetableCommandImpl
        Returns:
        Returns true of command is ready.
      • reset

        public void reset()
        Reset the local variables of the command.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class com.ibm.websphere.command.CacheableCommandImpl