Class AbstractPageModContentFactoryImpl

java.lang.Object
com.hack23.cia.web.impl.ui.application.views.common.pagemode.AbstractPageModContentFactoryImpl
All Implemented Interfaces:
PageModeContentFactory
Direct Known Subclasses:
AbstractBasicPageModContentFactoryImpl, AbstractItemPageModContentFactoryImpl

public abstract class AbstractPageModContentFactoryImpl extends Object implements PageModeContentFactory
The Class AbstractPageModContentFactoryImpl.
  • Field Details

    • CURRENT_PAGE_VISIT_HISTORY

      public static final String CURRENT_PAGE_VISIT_HISTORY
      The Constant CURRENT_PAGE_VISIT_HISTORY.
      See Also:
    • DEFAULT_RESULTS_PER_PAGE

      public static final int DEFAULT_RESULTS_PER_PAGE
      The Constant DEFAULT_RESULTS_PER_PAGE.
      See Also:
    • GENERAL_PAGE_MODE_PAGE_VISIT

      public static final String GENERAL_PAGE_MODE_PAGE_VISIT
      The Constant GENERAL_PAGE_MODE_PAGE_VISIT.
      See Also:
  • Constructor Details

    • AbstractPageModContentFactoryImpl

      protected AbstractPageModContentFactoryImpl()
      Instantiates a new abstract page mod content factory impl.
  • Method Details

    • createPageVisitHistory

      protected final void createPageVisitHistory(String pageName, String pageId, com.vaadin.ui.VerticalLayout panelContent)
      Creates the page visit history.
      Parameters:
      pageName - the page name
      pageId - the page id
      panelContent - the panel content
    • createPanelContent

      protected static final com.vaadin.ui.VerticalLayout createPanelContent()
      Creates the panel content.
      Returns:
      the vertical layout
    • getAdminChartDataManager

      protected final AdminChartDataManager getAdminChartDataManager()
    • getApplicationManager

      protected final com.hack23.cia.service.api.ApplicationManager getApplicationManager()
      Gets the application manager.
      Returns:
      the application manager
    • getFormFactory

      protected final FormFactory getFormFactory()
      Gets the form factory.
      Returns:
      the form factory
    • getGridFactory

      protected final GridFactory getGridFactory()
      Gets the grid factory.
      Returns:
      the grid factory
    • getMenuItemFactory

      protected final ApplicationMenuItemFactory getMenuItemFactory()
      Gets the menu item factory.
      Returns:
      the menu item factory
    • getPageActionEventHelper

      protected final PageActionEventHelper getPageActionEventHelper()
      Gets the page action event helper.
      Returns:
      the page action event helper
    • getPageId

      protected static final String getPageId(String parameters)
      Gets the page id.
      Parameters:
      parameters - the parameters
      Returns:
      the page id
    • getPageLinkFactory

      protected final PageLinkFactory getPageLinkFactory()
      Gets the page link factory.
      Returns:
      the page link factory
    • getPageNr

      protected static final int getPageNr(String parameters)
      Gets the page nr.
      Parameters:
      parameters - the parameters
      Returns:
      the page nr