Class SCPolicyViewBean

  • 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 SCPolicyViewBean
    extends SCServiceProfileViewBean
    SCPolicyViewBean is responsible for constructing the Policy Config service view. It is also responsible for handling the save request for modifying the service properties. This view is found under the Configuration - Policy tab.
    • Constructor Detail

      • SCPolicyViewBean

        public SCPolicyViewBean()
        Creates a policy configuration 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 SCServiceProfileViewBean
        Throws:
        com.iplanet.jato.model.ModelControlException
      • onBeforeDisplayProfile

        protected boolean onBeforeDisplayProfile​(Map attrValues)
      • handleTblResourceComparatorButtonDeleteRequest

        public void handleTblResourceComparatorButtonDeleteRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                                            throws com.iplanet.jato.model.ModelControlException
        Handles remove resource comparator request.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleTblResourceComparatorButtonAddRequest

        public void handleTblResourceComparatorButtonAddRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                                         throws com.iplanet.jato.model.ModelControlException
        Handles add resource comparator request.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleTblResourceComparatorHrefActionRequest

        public void handleTblResourceComparatorHrefActionRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                                          throws com.iplanet.jato.model.ModelControlException
        Handles edit resource comparator request.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException