Class IdentityMembershipConditionAddViewBean

  • 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 IdentityMembershipConditionAddViewBean
    extends ConditionAddViewBean
    Default implementation of Identity Member Condition Add View Bean.
    • Constructor Detail

      • IdentityMembershipConditionAddViewBean

        public IdentityMembershipConditionAddViewBean()
        Creates an instance of IdentityMembershipConditionAddViewBean.
    • Method Detail

      • setPropertiesValues

        protected void setPropertiesValues​(PolicyModel model,
                                           Map values)
      • beginDisplay

        public void beginDisplay​(com.iplanet.jato.view.event.DisplayEvent event)
                          throws com.iplanet.jato.model.ModelControlException
        Sets the values to UI model.
        Specified by:
        beginDisplay in interface com.iplanet.jato.view.ContainerView
        Overrides:
        beginDisplay in class ConditionAddViewBean
        Parameters:
        event - Display Event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if the default UI model is not accessible.
      • handleBtnFilterRequest

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