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

Class GetPageCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetPageCmd, 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 GetPageCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetPageCmd
    This command gets activities based on the search criteria and the access profile. The parent class will call the FetchPageCmd command to get the nouns, and the method buildShowBusinessObjectDocument returns the response business object document.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetPageCmdImpl

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

      • setGetPage

        public void setGetPage(com.ibm.commerce.pagelayout.facade.datatypes.GetPageType getPage)
        This method sets the GetPageType business object document that this command will process.
        Specified by:
        setGetPage in interface GetPageCmd
        Parameters:
        getPage - The GetPageType business object document.
      • getShowPage

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