1   /**
2    * Copyright (c) 2000-2008 Liferay, Inc. All rights reserved.
3    *
4    * Permission is hereby granted, free of charge, to any person obtaining a copy
5    * of this software and associated documentation files (the "Software"), to deal
6    * in the Software without restriction, including without limitation the rights
7    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8    * copies of the Software, and to permit persons to whom the Software is
9    * furnished to do so, subject to the following conditions:
10   *
11   * The above copyright notice and this permission notice shall be included in
12   * all copies or substantial portions of the Software.
13   *
14   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15   * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16   * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17   * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20   * SOFTWARE.
21   */
22  
23  package com.liferay.portal.util;
24  
25  /**
26   * <a href="PortletKeys.java.html"><b><i>View Source</i></b></a>
27   *
28   * @author Brian Wing Shun Chan
29   *
30   */
31  public class PortletKeys {
32  
33      public static final String ADDRESS_BOOK = "10";
34  
35      public static final String ADMIN = "9";
36  
37      public static final String ALERTS = "83";
38  
39      public static final String ALFRESCO_CONTENT = "91";
40  
41      public static final String ANNOUNCEMENTS = "84";
42  
43      public static final String BOOKMARKS = "28";
44  
45      public static final String BLOGS = "33";
46  
47      public static final String CALENDAR = "8";
48  
49      public static final String COMMUNITIES = "29";
50  
51      public static final String DOCUMENT_LIBRARY = "20";
52  
53      public static final String DIRECTORY = "11";
54  
55      public static final String ENTERPRISE_ADMIN = "79";
56  
57      public static final String IMAGE_GALLERY = "31";
58  
59      public static final String INVITATION = "100";
60  
61      public static final String JOURNAL = "15";
62  
63      public static final String JOURNAL_CONTENT = "56";
64  
65      public static final String JOURNAL_CONTENT_SEARCH = "77";
66  
67      public static final String LANGUAGE = "82";
68  
69      public static final String LAYOUT_CONFIGURATION = "87";
70  
71      public static final String LAYOUT_MANAGEMENT = "88";
72  
73      public static final String LIFERAY_PORTAL = "LIFERAY_PORTAL";
74  
75      public static final String LOGIN = "58";
76  
77      public static final String MAIL = "1";
78  
79      public static final String MESSAGE_BOARDS = "19";
80  
81      public static final String MY_ACCOUNT = "2";
82  
83      public static final String MY_PLACES = "49";
84  
85      public static final String NESTED_PORTLETS = "118";
86  
87      public static final String ORGANIZATION_ADMIN = "80";
88  
89      public static final String PAGE_COMMENTS = "107";
90  
91      public static final String PAGE_RATINGS = "108";
92  
93      public static final String PLUGIN_INSTALLER = "111";
94  
95      public static final String POLLS = "25";
96  
97      public static final String PORTAL = "90";
98  
99      public static final String PORTLET_CONFIGURATION = "86";
100 
101     public static final String PORTLET_CSS = "113";
102 
103     public static final long PREFS_OWNER_ID_DEFAULT = 0;
104 
105     public static final int PREFS_OWNER_TYPE_COMPANY = 1;
106 
107     public static final int PREFS_OWNER_TYPE_GROUP = 2;
108 
109     public static final int PREFS_OWNER_TYPE_LAYOUT = 3;
110 
111     public static final int PREFS_OWNER_TYPE_USER = 4;
112 
113     public static final int PREFS_OWNER_TYPE_ARCHIVED = 5;
114 
115     public static final long PREFS_PLID_SHARED = 0;
116 
117     public static final String SEARCH = "3";
118 
119     public static final String SHOPPING = "34";
120 
121     public static final String SOFTWARE_CATALOG = "98";
122 
123     public static final String STOCKS = "12";
124 
125     public static final String TAGS_COMPILER = "103";
126 
127     public static final String TASKS = "122";
128 
129     public static final String UPDATE_MANAGER = "104";
130 
131     public static final String WIKI = "36";
132 
133     public static final String WORKFLOW = "93";
134 
135 }