001    /**
002     * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
003     *
004     * The contents of this file are subject to the terms of the Liferay Enterprise
005     * Subscription License ("License"). You may not use this file except in
006     * compliance with the License. You can obtain a copy of the License by
007     * contacting Liferay, Inc. See the License for the specific language governing
008     * permissions and limitations under the License, including but not limited to
009     * distribution rights of the Software.
010     *
011     *
012     *
013     */
014    
015    package com.liferay.portal.upgrade.v6_0_0;
016    
017    /**
018     * @author Brian Wing Shun Chan
019     */
020    public class UpgradePortletId
021            extends com.liferay.portal.upgrade.util.UpgradePortletId {
022    
023            @Override
024            protected String[][] getRenamePortletIdsArray() {
025                    return new String[][] {
026                            new String[] {
027                                    "7", "1_WAR_biblegatewayportlet"
028                            },
029                            new String[] {
030                                    "21", "1_WAR_randombibleverseportlet"
031                            },
032                            new String[] {
033                                    "46", "1_WAR_gospelforasiaportlet"
034                            },
035                            new String[] {
036                                    "1_WAR_wolportlet", "1_WAR_socialnetworkingportlet"
037                            },
038                            new String[] {
039                                    "2_WAR_wolportlet", "1_WAR_socialcodingportlet"
040                            },
041                            new String[] {
042                                    "3_WAR_wolportlet", "2_WAR_socialcodingportlet"
043                            },
044                            new String[] {
045                                    "4_WAR_wolportlet", "2_WAR_socialnetworkingportlet"
046                            },
047                            new String[] {
048                                    "5_WAR_wolportlet", "3_WAR_socialnetworkingportlet"
049                            },
050                            new String[] {
051                                    "6_WAR_wolportlet", "4_WAR_socialnetworkingportlet"
052                            },
053                            new String[] {
054                                    "7_WAR_wolportlet", "5_WAR_socialnetworkingportlet"
055                            },
056                            new String[] {
057                                    "8_WAR_wolportlet", "6_WAR_socialnetworkingportlet"
058                            },
059                            new String[] {
060                                    "9_WAR_wolportlet", "7_WAR_socialnetworkingportlet"
061                            },
062                            new String[] {
063                                    "10_WAR_wolportlet", "8_WAR_socialnetworkingportlet"
064                            }
065                    };
066            }
067    
068    }