Class WebServiceProviderEditViewBean

  • All Implemented Interfaces:
    com.iplanet.jato.RequestCompletionListener, com.iplanet.jato.RequestHandler, com.iplanet.jato.RequestParticipant, com.iplanet.jato.view.ContainerView, com.iplanet.jato.view.View, com.iplanet.jato.view.ViewBean, com.iplanet.jato.view.WebActionHandler, com.iplanet.jato.view.WebActions, com.sun.web.ui.view.tabs.CCNodeEventHandlerInterface

    public class WebServiceProviderEditViewBean
    extends WebServiceEditViewBean
    Customized view bean for WSP.
    • Constructor Detail

      • WebServiceProviderEditViewBean

        public WebServiceProviderEditViewBean()
        Creates an instance of this view bean.
    • Method Detail

      • endTblDataActionHrefDisplay

        public String endTblDataActionHrefDisplay​(com.iplanet.jato.view.event.ChildContentDisplayEvent event)
        Removed the anchor tag if user credential is to be inherit from group.
        Parameters:
        event - Child Content Display Event.
        Returns:
        the manipulated HTML.
      • handleTblButtonAddRequest

        public void handleTblButtonAddRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                       throws com.iplanet.jato.model.ModelControlException
        Forwards request to add user credential view bean.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleBtnExportPolicyRequest

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

        public void handleTblDataActionHrefRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                            throws com.iplanet.jato.model.ModelControlException
        Handles edit user token credential request.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if table model cannot be restored.
      • handleTblButtonDeleteRequest

        public void handleTblButtonDeleteRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                          throws com.iplanet.jato.model.ModelControlException
        Deletes user token credential.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if table model cannot be restored.
      • endPropertyAttributesDisplay

        public String endPropertyAttributesDisplay​(com.iplanet.jato.view.event.ChildContentDisplayEvent event)