Class SMDiscoveryDescriptionViewBeanBase

    • Constructor Detail

      • SMDiscoveryDescriptionViewBeanBase

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

      • createPageTitleModel

        protected void createPageTitleModel()
      • create3ButtonPageTitle

        protected void create3ButtonPageTitle()
      • setBackButton

        protected String setBackButton()
        Creates the label used to take the user back to the previous page they were viewing. The label is defined in the property file as "Back to {0}" which lets us control the format of the label in different locales.
      • createPropertyModel

        protected void createPropertyModel()
      • 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.
      • repopulateMechID

        protected void repopulateMechID()
      • handleButton2Request

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

        public void handleButton3Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Handles the "Back to" page request. Essentially this is just canceling the page and returning to the previous page. Same as a cancel request from the create page.
        Parameters:
        event - Request Invocation Event.
      • getReturnToViewBean

        protected AMViewBeanBase getReturnToViewBean()
      • handleButton1Request

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

        protected abstract String getPageTitleText()