PoliticianRoleConstants.java

  1. package com.hack23.cia.web.impl.ui.application.views.user.politician.pagemode;

  2. /**
  3.  * The Interface PoliticianRoleConstants.
  4.  */
  5. public interface PoliticianRoleConstants {

  6.     /** The assignments. */
  7.     // Role List Grid
  8.     String ASSIGNMENTS = "Assignments";

  9.     /** The role column order. */
  10.     String[] ROLE_COLUMN_ORDER = { "roleCode", "assignmentType", "status", "detail",
  11.             "orgCode", "fromDate", "toDate" };

  12.     /** The role hide columns. */
  13.     String[] ROLE_HIDE_COLUMNS = { "hjid", "intressentId", "orderNumber", "orgCode" };

  14.     /** The committee experience. */
  15.     // Experience Labels with analytical focus
  16.     String COMMITTEE_EXPERIENCE = "Committee Effectiveness Metrics:";

  17.     /** The eu experience. */
  18.     String EU_EXPERIENCE = "EU Engagement Analytics:";

  19.     /** The government experience. */
  20.     String GOVERNMENT_EXPERIENCE = "Executive Performance Metrics:";

  21.     /** The parliament experience. */
  22.     String PARLIAMENT_EXPERIENCE = "Legislative Impact Analysis:";

  23.     /** The party experience. */
  24.     String PARTY_EXPERIENCE = "Party Influence Metrics:";

  25.     /** The speaker experience. */
  26.     String SPEAKER_EXPERIENCE = "Parliamentary Leadership Analytics:";

  27.     /** The total assignments. */
  28.     String TOTAL_ASSIGNMENTS = "Cumulative Role Distribution:";

  29.     /** The section role influence. */
  30.     // Section Headers with metrics focus
  31.     String SECTION_ROLE_INFLUENCE = "Position Impact Analytics";

  32.     /** The section experience. */
  33.     String SECTION_EXPERIENCE = "Competency Distribution Metrics";

  34.     /** The section performance. */
  35.     String SECTION_PERFORMANCE = "Legislative Performance Analysis";

  36.     /** The section legislative. */
  37.     String SECTION_LEGISLATIVE = "Policy Impact Metrics";

  38.     /** The section party alignment. */
  39.     String SECTION_PARTY_ALIGNMENT = "Political Alignment Analytics";
  40. }