com.ibm.commerce.infrastructure.facade.server.commands

Class FetchConfigurationBaseCmdImpl

    • Field Summary

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

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

        serialVersionUID
    • Constructor Summary

      Constructors 
      Constructor and Description
      FetchConfigurationBaseCmdImpl()
      Creates an instance of the fetch Configuration command.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List getConfigurations()
      This method returns a list of Configuration objects from the fetch operation.
      java.lang.String getCreateCommandInterface()
      This method will return the fetch command interface that has been specified on the command configuration.
      java.util.List getNouns()
      This is a get method of returning a list of Configuration nouns.
      void reset()
      This method resets the instance variables so the command can be reused.
      void setCreateCommandInterface(java.lang.String createCommandInterface)
      This method sets the create command interface that will be used to resolve the create command implementation.
      • 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, isReadyToCallExecute
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

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

      • FetchConfigurationBaseCmdImpl

        public FetchConfigurationBaseCmdImpl()
        Creates an instance of the fetch Configuration command.
    • Method Detail

      • reset

        public void reset()
        This method resets the instance variables so the command can be reused.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractFetchNounCmdImpl
        See Also:
        Command.reset()
      • getNouns

        public java.util.List getNouns()
        This is a get method of returning a list of Configuration nouns.
        Specified by:
        getNouns in interface AbstractFetchNounCmd
        Returns:
        A list of Configuration nouns.
      • setCreateCommandInterface

        public void setCreateCommandInterface(java.lang.String createCommandInterface)
        This method sets the create command interface that will be used to resolve the create command implementation.
        Parameters:
        createCommandInterface - The create command interface.
      • getCreateCommandInterface

        public java.lang.String getCreateCommandInterface()
        This method will return the fetch command interface that has been specified on the command configuration. This interface will be used to resolve the implementation used to retrieve the initial list of nouns.
        Returns:
        The fetch command interface to resolve the fetch command.