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

Class GetPageDesignCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetPageDesignCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class GetPageDesignCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetPageDesignCmd
    This command gets activities based on the search criteria and the access profile. The parent class will call the FetchPageDesignCmd command to get the nouns, and the method buildShowBusinessObjectDocument returns the response business object document.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetPageDesignCmdImpl

        public GetPageDesignCmdImpl()
        This method is the default constructor. It performs no actions.
    • Method Detail

      • setGetPageDesign

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

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