Class ServicesEditViewBean

  • 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 ServicesEditViewBean
    extends AMServiceProfileViewBeanBase
    • Constructor Detail

      • ServicesEditViewBean

        protected ServicesEditViewBean​(String view,
                                       String url)
      • ServicesEditViewBean

        public ServicesEditViewBean()
        Creates a service profile view bean.
    • Method Detail

      • forwardTo

        public void forwardTo​(com.iplanet.jato.RequestContext reqContext)
                       throws com.iplanet.jato.NavigationException
        Specified by:
        forwardTo in interface com.iplanet.jato.view.ViewBean
        Overrides:
        forwardTo in class AMPrimaryMastHeadViewBean
        Throws:
        com.iplanet.jato.NavigationException
      • handleButton1Request

        public void handleButton1Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                  throws com.iplanet.jato.model.ModelControlException
        Handles add service request.
        Overrides:
        handleButton1Request in class AMServiceProfileViewBeanBase
        Parameters:
        event - Request invocation event.
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleButton3Request

        public void handleButton3Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Handles request to go back to previous page. This will result in going back to the realm properties view.
        Parameters:
        event - Request invocation event
      • forwardToServicesViewBean

        protected void forwardToServicesViewBean()