com.ibm.commerce.pagelayout.facade.server.commands

Interface GetPageDesignCmd

  • All Superinterfaces:
    BusinessObjectDocumentCmd, com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    GetPageDesignCmdImpl


    public interface GetPageDesignCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get PageDesign web service command. This interface is to be implemented by the class that provides the PageDesign get service. This interface defines a method to set the GetPageDesignType object which contains the xpath request. It also defines a method to get the ShowPageDesignType object which contains the information used to compose the show business object document.
    • 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

      • setGetPageDesign

        void setGetPageDesign(com.ibm.commerce.pagelayout.facade.datatypes.GetPageDesignType getPageDesign)
        This method sets the GetPageDesignType business object document that this command will process.
        Parameters:
        getPageDesign - The GetPageDesignType business object document.
      • getShowPageDesign

        com.ibm.commerce.pagelayout.facade.datatypes.ShowPageDesignType getShowPageDesign()
        This method gets the ShowPageDesignType business object document result.
        Returns:
        This method returns the ShowPageDesignType business object document result to the client.