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

Interface AbstractInsertMoreNounDataCmd

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setGet(GetType getVerb)
      This method sets the get expression to base the fetch operation on.
      void setNouns(java.util.List nouns)
      This method sets the original list of nouns that is returned as part of the Get request.
      void setSearchExpression(SearchExpression searchExpression)
      This method sets the search expression to base the fetch operation on.
      void setShow(ShowType show)
      Sets the ShowType object that is returned as part of the Show resposne.
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • setGet

        void setGet(GetType getVerb)
        This method sets the get expression to base the fetch operation on.
        Parameters:
        getVerb - The get expression to execute.
      • setSearchExpression

        void setSearchExpression(SearchExpression searchExpression)
        This method sets the search expression to base the fetch operation on.
        Parameters:
        searchExpression - The selection expression to execute.
      • setNouns

        void setNouns(java.util.List nouns)
        This method sets the original list of nouns that is returned as part of the Get request. These are the nouns in which more information may be gather before the response is returned.
        Parameters:
        nouns - The list of nouns that is returned as a response to the get request.
      • setShow

        void setShow(ShowType show)
        Sets the ShowType object that is returned as part of the Show resposne.
        Parameters:
        show - The ShowType object that is included as part of the show response.