Class ReferralOpViewBeanBase

  • 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:
    ReferralAddViewBean, ReferralEditViewBean

    public abstract class ReferralOpViewBeanBase
    extends ProfileViewBeanBase
    • Constructor Detail

      • ReferralOpViewBeanBase

        public ReferralOpViewBeanBase​(String name,
                                      String defaultDisplayURL)
        Creates a policy operation base view bean.
        Parameters:
        name - Name of view
    • Method Detail

      • createPropertyModel

        protected void createPropertyModel​(String realmName)
      • createPageTitleModel

        protected abstract void createPageTitleModel()
      • getPropertyXMLFileName

        protected abstract String getPropertyXMLFileName​(boolean readonly)
      • 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
      • forwardToPolicyViewBean

        protected void forwardToPolicyViewBean()
      • beginChildDisplay

        public boolean beginChildDisplay​(com.iplanet.jato.view.event.ChildDisplayEvent event)
        Specified by:
        beginChildDisplay in interface com.iplanet.jato.view.ContainerView
        Overrides:
        beginChildDisplay in class AMViewBeanBase
      • createOptionList

        protected com.iplanet.jato.view.html.OptionList createOptionList​(Set values)
      • handleButton3Request

        public void handleButton3Request​(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
      • handleBtnFilterRequest

        public void handleBtnFilterRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Handles filter results request.
        Parameters:
        event - Request invocation event.
      • getDefaultValues

        protected abstract Set getDefaultValues()