| UpgradePortletId.java |
1 /**
2 * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
3 *
4 * This library is free software; you can redistribute it and/or modify it under
5 * the terms of the GNU Lesser General Public License as published by the Free
6 * Software Foundation; either version 2.1 of the License, or (at your option)
7 * any later version.
8 *
9 * This library is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12 * details.
13 */
14
15 package com.liferay.portal.upgrade.v6_0_0;
16
17 /**
18 * <a href="UpgradePortletId.java.html"><b><i>View Source</i></b></a>
19 *
20 * @author Brian Wing Shun Chan
21 */
22 public class UpgradePortletId
23 extends com.liferay.portal.upgrade.v4_3_5.UpgradePortletId {
24
25 protected String[][] getPortletIdsArray() {
26 return new String[][] {
27 new String[] {
28 "7",
29 "1_WAR_biblegatewayportlet"
30 },
31 new String[] {
32 "21",
33 "1_WAR_randombibleverseportlet"
34 },
35 new String[] {
36 "46",
37 "1_WAR_gospelforasiaportlet"
38 },
39 new String[] {
40 "1_WAR_wolportlet",
41 "1_WAR_socialnetworkingportlet"
42 },
43 new String[] {
44 "2_WAR_wolportlet",
45 "1_WAR_socialcodingportlet"
46 },
47 new String[] {
48 "3_WAR_wolportlet",
49 "2_WAR_socialcodingportlet"
50 },
51 new String[] {
52 "4_WAR_wolportlet",
53 "2_WAR_socialnetworkingportlet"
54 },
55 new String[] {
56 "5_WAR_wolportlet",
57 "3_WAR_socialnetworkingportlet"
58 },
59 new String[] {
60 "6_WAR_wolportlet",
61 "4_WAR_socialnetworkingportlet"
62 },
63 new String[] {
64 "7_WAR_wolportlet",
65 "5_WAR_socialnetworkingportlet"
66 },
67 new String[] {
68 "8_WAR_wolportlet",
69 "6_WAR_socialnetworkingportlet"
70 },
71 new String[] {
72 "9_WAR_wolportlet",
73 "7_WAR_socialnetworkingportlet"
74 },
75 new String[] {
76 "10_WAR_wolportlet",
77 "8_WAR_socialnetworkingportlet"
78 }
79 };
80 }
81
82 }