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

Interface FetchKitCmd

  • All Superinterfaces:
    com.ibm.websphere.command.Command, java.io.Serializable


    public interface FetchKitCmd
    extends com.ibm.websphere.command.Command
    The command used to fetch Kit nouns based on a get expression.
    • 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 getKits()
      Returns the list of Kits that where retrieved when running the fetch.
      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.
      • 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.
      • getKits

        java.util.List getKits()
        Returns the list of Kits that where retrieved when running the fetch.
        Returns:
        A list of Kits that represents the results of running the query expression.
      • setGet

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