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

Class GetWidgetDefinitionCmdImpl

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

      • GetWidgetDefinitionCmdImpl

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

      • setGetWidgetDefinition

        public void setGetWidgetDefinition(com.ibm.commerce.pagelayout.facade.datatypes.GetWidgetDefinitionType getWidgetDefinition)
        This method sets the GetWidgetDefinitionType business object document that this command will process.
        Specified by:
        setGetWidgetDefinition in interface GetWidgetDefinitionCmd
        Parameters:
        getWidgetDefinition - The GetWidgetDefinitionType business object document.
      • getShowWidgetDefinition

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