com.ibm.commerce.content.facade.server.commands

Class AbstractComposeManagedDirectoryCmdImpl

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      • 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.util.List getManagedDirectories()
      This method gets the list of ManagedDirectories.
      ShowType getPagingParameter()
      This method gets the paging parameters
      ShowManagedDirectoryType getShowManagedDirectory()
      This method returns the ShowManagedDirectory BOD.
      boolean isReadyToCallExecute()
      This method returns if this command is ready to execute
      void reset()
      This method resets this command.
      void setManagedDirectories(java.util.List alstManagedDirectories)
      This method sets the list of ManagedDirectories.
      void setPagingParameter(ShowType aPagingParameter)
      This method set the paging parameters
      void setShowManagedDirectory(ShowManagedDirectoryType aManagedDirectory)
      This method sets the instance of ShowManagedDirectoryType .
      • 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
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractComposeManagedDirectoryCmdImpl

        public AbstractComposeManagedDirectoryCmdImpl()
    • Method Detail

      • setManagedDirectories

        public void setManagedDirectories(java.util.List alstManagedDirectories)
        This method sets the list of ManagedDirectories.
        Specified by:
        setManagedDirectories in interface ComposeManagedDirectoryCmd
        Parameters:
        alstManagedDirectories - The list of ManagedDirectories
      • getManagedDirectories

        public java.util.List getManagedDirectories()
        This method gets the list of ManagedDirectories.
        Returns:
        List the list of ManagedDirectories.
      • setShowManagedDirectory

        public void setShowManagedDirectory(ShowManagedDirectoryType aManagedDirectory)
        This method sets the instance of ShowManagedDirectoryType .
        Parameters:
        aManagedDirectory - the instance value of ShowManagedDirectoryType .
      • reset

        public void reset()
        This method resets this command.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractInsertMoreNounDataCmdImpl
        See Also:
        Command.reset()
      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        This method returns if this command is ready to execute
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Overrides:
        isReadyToCallExecute in class AbstractInsertMoreNounDataCmdImpl
        Returns:
        boolean
        See Also:
        Command.isReadyToCallExecute()