Class SMDiscoveryBootstrapRefOffViewBeanBase

    • Constructor Detail

      • SMDiscoveryBootstrapRefOffViewBeanBase

        public SMDiscoveryBootstrapRefOffViewBeanBase​(String pageName,
                                                      String defaultDisplayURL)
    • Method Detail

      • createPropertyModel

        protected void createPropertyModel()
      • processPropertiesXML

        protected String processPropertiesXML​(String origXML)
      • createSecurityMechIDTable

        protected void createSecurityMechIDTable()
      • getModelInternal

        protected AMModel getModelInternal()
        Description copied from class: AMViewBeanBase
        Returns model for this view bean. Dervived class need to implement this method.
        Specified by:
        getModelInternal in class AMViewBeanBase
        Returns:
        model for this view bean.
      • beginDisplay

        public void beginDisplay​(com.iplanet.jato.view.event.DisplayEvent event)
                          throws com.iplanet.jato.model.ModelControlException
        Specified by:
        beginDisplay in interface com.iplanet.jato.view.ContainerView
        Overrides:
        beginDisplay in class AMPrimaryMastHeadViewBean
        Throws:
        com.iplanet.jato.model.ModelControlException
      • populateDirectiveMechIDRefs

        protected void populateDirectiveMechIDRefs​(SMDiscoEntryData data)
      • handleButton2Request

        public void handleButton2Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Handles cancel request.
        Parameters:
        event - Request Invocation Event.
      • handleButton1Request

        public void handleButton1Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                  throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleTblSecurityMechIDButtonAddRequest

        public void handleTblSecurityMechIDButtonAddRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                                     throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleTblSecurityMechIDHrefActionRequest

        public void handleTblSecurityMechIDHrefActionRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                                      throws com.iplanet.jato.model.ModelControlException
        Handles edit security mechanism ID request.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleTblSecurityMechIDButtonDeleteRequest

        public void handleTblSecurityMechIDButtonDeleteRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                                        throws com.iplanet.jato.model.ModelControlException
        Handles remove security mechanism ID request.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException
      • createPageTitleModel

        protected abstract void createPageTitleModel()