Class FSSAMLTrustedPartnersViewBeanBase

  • 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:
    FSSAMLTrustedPartnersAddViewBean, FSSAMLTrustedPartnersEditViewBean

    public abstract class FSSAMLTrustedPartnersViewBeanBase
    extends AMPrimaryMastHeadViewBean
    • Field Detail

      • ptModel

        protected com.sun.web.ui.model.CCPageTitleModel ptModel
      • populateValues

        protected boolean populateValues
    • Constructor Detail

      • FSSAMLTrustedPartnersViewBeanBase

        public FSSAMLTrustedPartnersViewBeanBase​(String pageName,
                                                 String defaultDisplayURL)
    • Method Detail

      • populateValues

        public void populateValues​(String idx)
      • 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
      • getModelInternal

        protected AMModel getModelInternal()
        Description copied from class: AMViewBeanBase
        Returns model for this view bean. Dervived class need to implement this method.
        Specified by:
        getModelInternal in class AMViewBeanBase
        Returns:
        model for this view bean.
      • handleButton2Request

        public void handleButton2Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                  throws com.iplanet.jato.model.ModelControlException
        Handles cancel request.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleButton1Request

        public void handleButton1Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                  throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • setValues

        protected void setValues​(int idx)
        Set value of a entry from the cache value in page session.
        Parameters:
        idx - Index of the entry in the cache Set.
      • setValues

        protected void setValues​(Map map)
      • editEntry

        protected void editEntry​(Map values)
                          throws AMConsoleException
        Edits an entry to the cache value in page session.
        Parameters:
        values - Map of attribute name to value.
        Throws:
        AMConsoleException - if there are duplicate entries.
      • forwardToFederationView

        protected void forwardToFederationView()
      • getAttributeNames

        protected Set getAttributeNames()
      • createPageTitleModel

        protected abstract void createPageTitleModel()
      • isCreateViewBean

        protected abstract boolean isCreateViewBean()