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

Class GetLayoutCmdImpl

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

      • GetLayoutCmdImpl

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

      • setGetLayout

        public void setGetLayout(com.ibm.commerce.pagelayout.facade.datatypes.GetLayoutType getLayout)
        This method sets the GetLayoutType business object document that this command will process.
        Specified by:
        setGetLayout in interface GetLayoutCmd
        Parameters:
        getLayout - The GetLayoutType business object document.
      • getShowLayout

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