Skip to content

Commit

Permalink
Add missing constants to AdminViewConstants class
Browse files Browse the repository at this point in the history
* Add constants for "Admin Application Event Charts", "Event Analysis", "Event Details", "Event Review", "Created Date", "Event Group", "Application Operation", "Page", "Page Mode", "Element ID", "Action Name", "User ID", "Session ID", "Error Message", "Application Message", "Admin Application Sessions", "Session Details", "Session Overview", "Application Session Details", "Session Type", "Operating System", "Locale", "IP Information", "User Agent", "Country Overview Description", "Language Administration", "Language Details", "Language Name", "Last Modified Date", "Language Enabled", "Portal Management Overview", "Portal Details", "Portal Name", "Description", "Portal Type", "Google Map API Key", and "Email Overview".
  • Loading branch information
pethers committed Jan 16, 2025
1 parent 957ab20 commit 0c8fbd0
Showing 1 changed file with 111 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,115 @@ public final class AdminViewConstants {
/** The Constant AGENCY_MANAGEMENT_DESCRIPTION. */
public static final String AGENCY_MANAGEMENT_DESCRIPTION = "Overview of agencies and their management.";

/** The Constant ADMIN_APPLICATION_EVENT_CHARTS. */
public static final String ADMIN_APPLICATION_EVENT_CHARTS = "Admin Application Event Charts";

/** The Constant EVENT_ANALYSIS. */
public static final String EVENT_ANALYSIS = "Event Analysis";

/** The Constant EVENT_DETAILS. */
public static final String EVENT_DETAILS = "Event Details";

/** The Constant EVENT_REVIEW. */
public static final String EVENT_REVIEW = "Event Review";

/** The Constant CREATED_DATE. */
public static final String CREATED_DATE = "Created Date";

/** The Constant EVENT_GROUP. */
public static final String EVENT_GROUP = "Event Group";

/** The Constant APPLICATION_OPERATION. */
public static final String APPLICATION_OPERATION = "Application Operation";

/** The Constant PAGE. */
public static final String PAGE = "Page";

/** The Constant PAGE_MODE. */
public static final String PAGE_MODE = "Page Mode";

/** The Constant ELEMENT_ID. */
public static final String ELEMENT_ID = "Element ID";

/** The Constant ACTION_NAME. */
public static final String ACTION_NAME = "Action Name";

/** The Constant USER_ID. */
public static final String USER_ID = "User ID";

/** The Constant SESSION_ID. */
public static final String SESSION_ID = "Session ID";

/** The Constant ERROR_MESSAGE. */
public static final String ERROR_MESSAGE = "Error Message";

/** The Constant APPLICATION_MESSAGE. */
public static final String APPLICATION_MESSAGE = "Application Message";

/** The Constant ADMIN_APPLICATION_SESSIONS. */
public static final String ADMIN_APPLICATION_SESSIONS = "Admin Application Sessions";

/** The Constant SESSION_DETAILS. */
public static final String SESSION_DETAILS = "Session Details";

/** The Constant SESSION_OVERVIEW. */
public static final String SESSION_OVERVIEW = "Session Overview";

/** The Constant APPLICATION_SESSION_DETAILS. */
public static final String APPLICATION_SESSION_DETAILS = "Application Session Details";

/** The Constant SESSION_TYPE. */
public static final String SESSION_TYPE = "Session Type";

/** The Constant OPERATING_SYSTEM. */
public static final String OPERATING_SYSTEM = "Operating System";

/** The Constant LOCALE. */
public static final String LOCALE = "Locale";

/** The Constant IP_INFORMATION. */
public static final String IP_INFORMATION = "IP Information";

/** The Constant USER_AGENT. */
public static final String USER_AGENT = "User Agent";

/** The Constant COUNTRY_OVERVIEW_DESCRIPTION. */
public static final String COUNTRY_OVERVIEW_DESCRIPTION = "Country Overview Description";

/** The Constant LANGUAGE_ADMINISTRATION. */
public static final String LANGUAGE_ADMINISTRATION = "Language Administration";

/** The Constant LANGUAGE_DETAILS. */
public static final String LANGUAGE_DETAILS = "Language Details";

/** The Constant LANGUAGE_NAME. */
public static final String LANGUAGE_NAME = "Language Name";

/** The Constant LAST_MODIFIED_DATE. */
public static final String LAST_MODIFIED_DATE = "Last Modified Date";

/** The Constant LANGUAGE_ENABLED. */
public static final String LANGUAGE_ENABLED = "Language Enabled";

/** The Constant PORTAL_MANAGEMENT_OVERVIEW. */
public static final String PORTAL_MANAGEMENT_OVERVIEW = "Portal Management Overview";

/** The Constant PORTAL_DETAILS. */
public static final String PORTAL_DETAILS = "Portal Details";

/** The Constant PORTAL_NAME. */
public static final String PORTAL_NAME = "Portal Name";

/** The Constant DESCRIPTION. */
public static final String DESCRIPTION = "Description";

/** The Constant PORTAL_TYPE. */
public static final String PORTAL_TYPE = "Portal Type";

/** The Constant GOOGLE_MAP_API_KEY. */
public static final String GOOGLE_MAP_API_KEY = "Google Map API Key";

/** The Constant EMAIL_OVERVIEW. */
public static final String EMAIL_OVERVIEW = "Email Overview";

}

0 comments on commit 0c8fbd0

Please sign in to comment.