Package adalid.core

Class Constants


  • public class Constants
    extends Object
    Author:
    Jorge Campins
    • Constructor Detail

      • Constants

        public Constants()
    • Method Detail

      • getDefaultRowsPerPage

        public static int getDefaultRowsPerPage()
        DEFAULT_ROWS_PER_PAGE getter (for velocity templates)
        Returns:
        DEFAULT_ROWS_PER_PAGE
      • getDefaultRowsPerPageLimit

        public static int getDefaultRowsPerPageLimit()
        DEFAULT_ROWS_PER_PAGE_LIMIT getter (for velocity templates)
        Returns:
        DEFAULT_ROWS_PER_PAGE_LIMIT
      • getMaximumRowsPerPageLimit

        public static int getMaximumRowsPerPageLimit()
        MAXIMUM_ROWS_PER_PAGE_LIMIT getter (for velocity templates)
        Returns:
        MAXIMUM_ROWS_PER_PAGE_LIMIT
      • getMinimumRowsPerPageLimit

        public static int getMinimumRowsPerPageLimit()
        MINIMUM_ROWS_PER_PAGE_LIMIT getter (for velocity templates)
        Returns:
        MINIMUM_ROWS_PER_PAGE_LIMIT
      • getDefaultSelectRowsLimit

        public static int getDefaultSelectRowsLimit()
        DEFAULT_SELECT_ROWS_LIMIT getter (for velocity templates)
        Returns:
        DEFAULT_SELECT_ROWS_LIMIT
      • getDefaultSelectSortOption

        public static SortOption getDefaultSelectSortOption()
        DEFAULT_SELECT_SORT_OPTION getter (for velocity templates)
        Returns:
        DEFAULT_SELECT_SORT_OPTION
      • getDefaultReportRowsLimit

        public static int getDefaultReportRowsLimit()
        DEFAULT_REPORT_ROWS_LIMIT getter (for velocity templates)
        Returns:
        DEFAULT_REPORT_ROWS_LIMIT
      • getDefaultReportSortOption

        public static SortOption getDefaultReportSortOption()
        DEFAULT_REPORT_SORT_OPTION getter (for velocity templates)
        Returns:
        DEFAULT_REPORT_SORT_OPTION
      • getDefaultExportRowsLimit

        public static int getDefaultExportRowsLimit()
        DEFAULT_EXPORT_ROWS_LIMIT getter (for velocity templates)
        Returns:
        DEFAULT_EXPORT_ROWS_LIMIT
      • getDefaultExportSortOption

        public static SortOption getDefaultExportSortOption()
        DEFAULT_EXPORT_SORT_OPTION getter (for velocity templates)
        Returns:
        DEFAULT_EXPORT_SORT_OPTION