Class IDRepoOpViewBeanBase

  • 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:
    IDRepoAddViewBean, IDRepoEditViewBean

    public abstract class IDRepoOpViewBeanBase
    extends AMPrimaryMastHeadViewBean
    • Constructor Detail

      • IDRepoOpViewBeanBase

        public IDRepoOpViewBeanBase​(String name,
                                    String defaultDisplayURL)
    • Method Detail

      • 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.
      • createPropertyModel

        protected boolean createPropertyModel()
      • 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
      • forwardToIDRepoViewBean

        protected void forwardToIDRepoViewBean()
      • handleButton3Request

        public void handleButton3Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Handles cancel request.
        Parameters:
        event - Request invocation event
      • createPageTitleModel

        protected abstract void createPageTitleModel()
      • setDefaultValues

        protected abstract void setDefaultValues​(String type)
      • isCreateViewBean

        protected abstract boolean isCreateViewBean()