1   /**
2    * Copyright (c) 2000-2009 Liferay, Inc. All rights reserved.
3    *
4    * The contents of this file are subject to the terms of the Liferay Enterprise
5    * Subscription License ("License"). You may not use this file except in
6    * compliance with the License. You can obtain a copy of the License by
7    * contacting Liferay, Inc. See the License for the specific language governing
8    * permissions and limitations under the License, including but not limited to
9    * distribution rights of the Software.
10   *
11   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12   * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13   * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14   * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17   * SOFTWARE.
18   */
19  
20  package com.liferay.portal.util;
21  
22  /**
23   * <a href="PortletKeys.java.html"><b><i>View Source</i></b></a>
24   *
25   * @author Brian Wing Shun Chan
26   *
27   */
28  public class PortletKeys {
29  
30      public static final String ADMIN = "9";
31  
32      public static final String ALERTS = "83";
33  
34      public static final String ANNOUNCEMENTS = "84";
35  
36      public static final String BOOKMARKS = "28";
37  
38      public static final String BLOGS = "33";
39  
40      public static final String CALENDAR = "8";
41  
42      public static final String CHAT = "1_WAR_chatportlet";
43  
44      public static final String COMMUNITIES = "29";
45  
46      public static final String DOCUMENT_LIBRARY = "20";
47  
48      public static final String DIRECTORY = "11";
49  
50      public static final String ENTERPRISE_ADMIN = "79";
51  
52      public static final String IMAGE_GALLERY = "31";
53  
54      public static final String INVITATION = "100";
55  
56      public static final String JOURNAL = "15";
57  
58      public static final String JOURNAL_CONTENT = "56";
59  
60      public static final String JOURNAL_CONTENT_SEARCH = "77";
61  
62      public static final String LANGUAGE = "82";
63  
64      public static final String LAYOUT_CONFIGURATION = "87";
65  
66      public static final String LAYOUT_MANAGEMENT = "88";
67  
68      public static final String LIFERAY_PORTAL = "LIFERAY_PORTAL";
69  
70      public static final String LOGIN = "58";
71  
72      public static final String MAIL = "1";
73  
74      public static final String MESSAGE_BOARDS = "19";
75  
76      public static final String MY_ACCOUNT = "2";
77  
78      public static final String MY_PLACES = "49";
79  
80      public static final String NESTED_PORTLETS = "118";
81  
82      public static final String ORGANIZATION_ADMIN = "80";
83  
84      public static final String PAGE_COMMENTS = "107";
85  
86      public static final String PAGE_RATINGS = "108";
87  
88      public static final String PLUGIN_INSTALLER = "111";
89  
90      public static final String POLLS = "25";
91  
92      public static final String PORTAL = "90";
93  
94      public static final String PORTLET_CONFIGURATION = "86";
95  
96      public static final String PORTLET_CSS = "113";
97  
98      public static final long PREFS_OWNER_ID_DEFAULT = 0;
99  
100     public static final int PREFS_OWNER_TYPE_COMPANY = 1;
101 
102     public static final int PREFS_OWNER_TYPE_GROUP = 2;
103 
104     public static final int PREFS_OWNER_TYPE_LAYOUT = 3;
105 
106     public static final int PREFS_OWNER_TYPE_USER = 4;
107 
108     public static final int PREFS_OWNER_TYPE_ARCHIVED = 5;
109 
110     public static final long PREFS_PLID_SHARED = 0;
111 
112     public static final String SEARCH = "3";
113 
114     public static final String SHOPPING = "34";
115 
116     public static final String SOFTWARE_CATALOG = "98";
117 
118     public static final String STOCKS = "12";
119 
120     public static final String TAGS_COMPILER = "103";
121 
122     public static final String TASKS = "122";
123 
124     public static final String UPDATE_MANAGER = "104";
125 
126     public static final String WIKI = "36";
127 
128     public static final String WORKFLOW = "93";
129 
130 }