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

Interface AbstractFetchNounCmd

    • 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
      java.util.List getNouns()
      This method returns the list of nouns retrieved by the fetch implementation.
      ShowType getShow()
      Returns the show verb that represents the results returned.
      void setGet(GetType getVerb)
      This method sets the get expression to base the fetch operation on.
      void setSearchExpression(SearchExpression searchExpression)
      This method sets the search expression to base the fetch operation on.
      • 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

      • getShow

        ShowType getShow()
        Returns the show verb that represents the results returned.
        Returns:
        The show verb that corresponds with the results returned.
      • 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 search expression to execute.
      • getNouns

        java.util.List getNouns()
        This method returns the list of nouns retrieved by the fetch implementation.
        Returns:
        A list of nouns that matches the search expression.