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

Interface GetKitCmd

  • All Known Implementing Classes:
    GetKitCmdImpl


    public interface GetKitCmd
    The Interface for the Get kit command. This interface is to be implemented by the classes that provide the kit get services. This interface defines methods to set the GetKitType which contains the details Xpath request, and to get the show kit type which contains the kit information, used to compose the show BOD.
    • Field Detail

      • COPYRIGHT

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

      • setGetKit

        void setGetKit(GetKitType getKit)
        A set method for GetKit.
        Parameters:
        getKit - the GetKit BOD that GetKitCmd would run.
      • getShowKit

        ShowKitType getShowKit()
        Provide a get method to get the result (ShowKitType BOD).
        Returns:
        ShowKitType the ShowKitType BOD would return to the client.