Class AbstractEventHandlerAddViewBean

  • 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
    Direct Known Subclasses:
    GlobalEventHandlerAddViewBean, RealmEventHandlerAddViewBean

    public abstract class AbstractEventHandlerAddViewBean
    extends AMPrimaryMastHeadViewBean
    Abstract view bean for adding a new Audit Event Handler.
    Since:
    13.0.0
    • Constructor Detail

      • AbstractEventHandlerAddViewBean

        public AbstractEventHandlerAddViewBean​(String name,
                                               String url)
        Create a new AbstractEventHandlerAddViewBean.
        Parameters:
        name - Name of the view bean.
        url - Path to the view bean.
    • Method Detail

      • 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
      • 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
        Handles next button request.
        Parameters:
        event - Request invocation event.
        Throws:
        com.iplanet.jato.model.ModelControlException