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

Interface FetchCatalogGroupCmd

    • 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
    • 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.
        Specified by:
        getShow in interface AbstractFetchNounCmd
        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.
        Specified by:
        setGet in interface AbstractFetchNounCmd
        Parameters:
        getVerb - The get expression to execute.