Class SubjectOpViewBeanBase

  • 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:
    SubjectAddViewBean, SubjectEditViewBean

    public abstract class SubjectOpViewBeanBase
    extends ProfileViewBeanBase
    • Constructor Detail

      • SubjectOpViewBeanBase

        public SubjectOpViewBeanBase​(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
      • getValues

        protected Set getValues()
                         throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • isExclusive

        protected boolean isExclusive()
      • getValues

        protected Set getValues​(String subjectType)
                         throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • getValues

        protected Set getValues​(String subjectType,
                                boolean bAlert)
                         throws com.iplanet.jato.model.ModelControlException
        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
      • setAddRemoveModel

        protected void setAddRemoveModel()
                                  throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • getValidValues

        protected Set getValidValues()
      • 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.
      • createOptionList

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

        protected abstract boolean hasValues()
      • getDefaultValues

        protected abstract Set getDefaultValues()
      • isSubjectExclusive

        protected abstract boolean isSubjectExclusive()