View Javadoc
1   /*
2    * Copyright 2014 James Pether Sörling
3    *
4    * Licensed under the Apache License, Version 2.0 (the "License");
5    * you may not use this file except in compliance with the License.
6    * You may obtain a copy of the License at
7    *
8    *   http://www.apache.org/licenses/LICENSE-2.0
9    *
10   * Unless required by applicable law or agreed to in writing, software
11   * distributed under the License is distributed on an "AS IS" BASIS,
12   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   * See the License for the specific language governing permissions and
14   * limitations under the License.
15   *
16   *	$Id$
17   *  $HeadURL$
18  */
19  package com.hack23.cia.web.impl.ui.application.views.common.viewnames;
20  
21  /**
22   * The Class AdminViews.
23   */
24  public final class AdminViews {
25  
26  	/** The Constant ADMIN_AGENCY_VIEW_NAME. */
27  	public static final String ADMIN_AGENCY_VIEW_NAME = "adminagency";
28  
29  	/** The Constant ADMIN_AGENT_OPERATIONVIEW_NAME. */
30  	public static final String ADMIN_AGENT_OPERATIONVIEW_NAME = "adminagentoperation";
31  
32  	/** The Constant ADMIN_APPLICATIONS_CONFIGURATION_VIEW_NAME. */
33  	public static final String ADMIN_APPLICATIONS_CONFIGURATION_VIEW_NAME = "adminapplicationconfiguration";
34  
35  	/** The Constant ADMIN_APPLICATIONS_EVENTS_VIEW_NAME. */
36  	public static final String ADMIN_APPLICATIONS_EVENTS_VIEW_NAME = "adminapplicationevents";
37  
38  	/** The Constant ADMIN_APPLICATIONS_SESSION_VIEW_NAME. */
39  	public static final String ADMIN_APPLICATIONS_SESSION_VIEW_NAME = "adminapplicationsession";
40  
41  	/** The Constant ADMIN_COUNTRY_VIEW_NAME. */
42  	public static final String ADMIN_COUNTRY_VIEW_NAME = "admincountry";
43  
44  
45  	/** The Constant ADMIN_DATA_SUMMARY_VIEW_NAME. */
46  	public static final String ADMIN_DATA_SUMMARY_VIEW_NAME = "admindatasummary";
47  
48  	/** The Constant ADMIN_LANGUAGE_CONTENT_VIEW_NAME. */
49  	public static final String ADMIN_LANGUAGE_CONTENT_VIEW_NAME = "adminlanguagecontent";
50  
51  	/** The Constant ADMIN_LANGUAGE_VIEW_NAME. */
52  	public static final String ADMIN_LANGUAGE_VIEW_NAME = "adminlanguage";
53  
54  	/** The Constant ADMIN_MONITORING_VIEW_NAME. */
55  	public static final String ADMIN_MONITORING_VIEW_NAME = "adminmonitoring";
56  
57  	/** The Constant ADMIN_PORTAL_VIEW_NAME. */
58  	public static final String ADMIN_PORTAL_VIEW_NAME = "adminportal";
59  
60  	/** The Constant ADMIN_USERACCOUNT_VIEW_NAME. */
61  	public static final String ADMIN_USERACCOUNT_VIEW_NAME = "adminuseraccount";
62  
63  	/** The Constant ADMIN_EMAIL_VIEW_NAME. */
64  	public static final String ADMIN_EMAIL_VIEW_NAME = "adminemail";
65  
66  	/**
67  	 * Instantiates a new admin views.
68  	 */
69  	private AdminViews() {
70  		super();
71  	}
72  
73  }