001    /**
002     * Copyright (c) 2000-2010 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.v4_3_0.util;
016    
017    import com.liferay.portal.kernel.upgrade.util.ValueMapper;
018    
019    /**
020     * @author Brian Wing Shun Chan
021     */
022    public class AvailableMappersUtil {
023    
024            public static ValueMapper getBlogsEntryIdMapper() {
025                    return _blogsEntryIdMapper;
026            }
027    
028            public static void setBlogsEntryIdMapper(ValueMapper blogsEntryIdMapper) {
029                    _blogsEntryIdMapper = blogsEntryIdMapper;
030            }
031    
032            public static ValueMapper getBookmarksEntryIdMapper() {
033                    return _bookmarksEntryIdMapper;
034            }
035    
036            public static void setBookmarksEntryIdMapper(
037                    ValueMapper bookmarksEntryIdMapper) {
038    
039                    _bookmarksEntryIdMapper = bookmarksEntryIdMapper;
040            }
041    
042            public static ValueMapper getBookmarksFolderIdMapper() {
043                    return _bookmarksFolderIdMapper;
044            }
045    
046            public static void setBookmarksFolderIdMapper(
047                    ValueMapper bookmarksFolderIdMapper) {
048    
049                    _bookmarksFolderIdMapper = bookmarksFolderIdMapper;
050            }
051    
052            public static ValueMapper getCalEventIdMapper() {
053                    return _calEventIdMapper;
054            }
055    
056            public static void setCalEventIdMapper(ValueMapper calEventIdMapper) {
057                    _calEventIdMapper = calEventIdMapper;
058            }
059    
060            public static ValueMapper getCompanyIdMapper() {
061                    return _companyIdMapper;
062            }
063    
064            public static void setCompanyIdMapper(ValueMapper companyIdMapper) {
065                    _companyIdMapper = companyIdMapper;
066            }
067    
068            public static ValueMapper getContactIdMapper() {
069                    return _contactIdMapper;
070            }
071    
072            public static void setContactIdMapper(ValueMapper contactIdMapper) {
073                    _contactIdMapper = contactIdMapper;
074            }
075    
076            public static ValueMapper getDLFileEntryIdMapper() {
077                    return _dlFileEntryIdMapper;
078            }
079    
080            public static void setDLFileEntryIdMapper(ValueMapper dlFileEntryIdMapper) {
081                    _dlFileEntryIdMapper = dlFileEntryIdMapper;
082            }
083    
084            public static ValueMapper getDLFileShortcutIdMapper() {
085                    return _dlFileShortcutIdMapper;
086            }
087    
088            public static void setDLFileShortcutIdMapper(
089                    ValueMapper dlFileShortcutIdMapper) {
090    
091                    _dlFileShortcutIdMapper = dlFileShortcutIdMapper;
092            }
093    
094            public static ValueMapper getDLFolderIdMapper() {
095                    return _dlFolderIdMapper;
096            }
097    
098            public static void setDLFolderIdMapper(ValueMapper dlFolderIdMapper) {
099                    _dlFolderIdMapper = dlFolderIdMapper;
100            }
101    
102            public static ValueMapper getGroupIdMapper() {
103                    return _groupIdMapper;
104            }
105    
106            public static void setGroupIdMapper(ValueMapper groupIdMapper) {
107                    _groupIdMapper = groupIdMapper;
108            }
109    
110            public static ValueMapper getIGFolderIdMapper() {
111                    return _igFolderIdMapper;
112            }
113    
114            public static void setIGFolderIdMapper(ValueMapper igFolderIdMapper) {
115                    _igFolderIdMapper = igFolderIdMapper;
116            }
117    
118            public static ValueMapper getIGImageIdMapper() {
119                    return _igImageIdMapper;
120            }
121    
122            public static void setIGImageIdMapper(ValueMapper igImageIdMapper) {
123                    _igImageIdMapper = igImageIdMapper;
124            }
125    
126            public static ValueMapper getImageIdMapper() {
127                    return _imageIdMapper;
128            }
129    
130            public static void setImageIdMapper(ValueMapper imageIdMapper) {
131                    _imageIdMapper = imageIdMapper;
132            }
133    
134            public static ValueMapper getJournalArticleIdMapper() {
135                    return _journalArticleIdMapper;
136            }
137    
138            public static void setJournalArticleIdMapper(
139                    ValueMapper journalArticleIdMapper) {
140    
141                    _journalArticleIdMapper = journalArticleIdMapper;
142            }
143    
144            public static ValueMapper getJournalStructureIdMapper() {
145                    return _journalStructureIdMapper;
146            }
147    
148            public static void setJournalStructureIdMapper(
149                    ValueMapper journalStructureIdMapper) {
150    
151                    _journalStructureIdMapper = journalStructureIdMapper;
152            }
153    
154            public static ValueMapper getJournalTemplateIdMapper() {
155                    return _journalTemplateIdMapper;
156            }
157    
158            public static void setJournalTemplateIdMapper(
159                    ValueMapper journalTemplateIdMapper) {
160    
161                    _journalTemplateIdMapper = journalTemplateIdMapper;
162            }
163    
164            public static ValueMapper getLayoutPlidMapper() {
165                    return _layoutPlidMapper;
166            }
167    
168            public static void setLayoutPlidMapper(ValueMapper layoutPlidMapper) {
169                    _layoutPlidMapper = layoutPlidMapper;
170            }
171    
172            public static ValueMapper getMBCategoryIdMapper() {
173                    return _mbCategoryIdMapper;
174            }
175    
176            public static void setMBCategoryIdMapper(ValueMapper mbCategoryIdMapper) {
177                    _mbCategoryIdMapper = mbCategoryIdMapper;
178            }
179    
180            public static ValueMapper getMBMessageIdMapper() {
181                    return _mbMessageIdMapper;
182            }
183    
184            public static void setMBMessageIdMapper(ValueMapper mbMessageIdMapper) {
185                    _mbMessageIdMapper = mbMessageIdMapper;
186            }
187    
188            public static ValueMapper getMBThreadIdMapper() {
189                    return _mbThreadIdMapper;
190            }
191    
192            public static void setMBThreadIdMapper(ValueMapper mbThreadIdMapper) {
193                    _mbThreadIdMapper = mbThreadIdMapper;
194            }
195    
196            public static ValueMapper getOrganizationIdMapper() {
197                    return _organizationIdMapper;
198            }
199    
200            public static void setOrganizationIdMapper(
201                    ValueMapper organizationIdMapper) {
202    
203                    _organizationIdMapper = organizationIdMapper;
204            }
205    
206            public static ValueMapper getPollsQuestionIdMapper() {
207                    return _pollsQuestionIdMapper;
208            }
209    
210            public static void setPollsQuestionIdMapper(
211                    ValueMapper pollsQuestionIdMapper) {
212    
213                    _pollsQuestionIdMapper = pollsQuestionIdMapper;
214            }
215    
216            public static ValueMapper getRoleIdMapper() {
217                    return _roleIdMapper;
218            }
219    
220            public static void setRoleIdMapper(ValueMapper roleIdMapper) {
221                    _roleIdMapper = roleIdMapper;
222            }
223    
224            public static ValueMapper getShoppingCategoryIdMapper() {
225                    return _shoppingCategoryIdMapper;
226            }
227    
228            public static void setShoppingCategoryIdMapper(
229                    ValueMapper shoppingCategoryIdMapper) {
230    
231                    _shoppingCategoryIdMapper = shoppingCategoryIdMapper;
232            }
233    
234            public static ValueMapper getShoppingItemIdMapper() {
235                    return _shoppingItemIdMapper;
236            }
237    
238            public static void setShoppingItemIdMapper(
239                    ValueMapper shoppingItemIdMapper) {
240    
241                    _shoppingItemIdMapper = shoppingItemIdMapper;
242            }
243    
244            public static ValueMapper getUserGroupIdMapper() {
245                    return _userGroupIdMapper;
246            }
247    
248            public static void setUserGroupIdMapper(ValueMapper userGroupIdMapper) {
249                    _userGroupIdMapper = userGroupIdMapper;
250            }
251    
252            public static ValueMapper getUserIdMapper() {
253                    return _userIdMapper;
254            }
255    
256            public static void setUserIdMapper(ValueMapper userIdMapper) {
257                    _userIdMapper = userIdMapper;
258            }
259    
260            public static ValueMapper getWikiNodeIdMapper() {
261                    return _wikiNodeIdMapper;
262            }
263    
264            public static void setWikiNodeIdMapper(ValueMapper wikiNodeIdMapper) {
265                    _wikiNodeIdMapper = wikiNodeIdMapper;
266            }
267    
268            public static ValueMapper getWikiPageIdMapper() {
269                    return _wikiPageIdMapper;
270            }
271    
272            public static void setWikiPageIdMapper(ValueMapper wikiPageIdMapper) {
273                    _wikiPageIdMapper = wikiPageIdMapper;
274            }
275    
276            private static ValueMapper _blogsEntryIdMapper;
277            private static ValueMapper _bookmarksEntryIdMapper;
278            private static ValueMapper _bookmarksFolderIdMapper;
279            private static ValueMapper _calEventIdMapper;
280            private static ValueMapper _companyIdMapper;
281            private static ValueMapper _contactIdMapper;
282            private static ValueMapper _dlFileEntryIdMapper;
283            private static ValueMapper _dlFileShortcutIdMapper;
284            private static ValueMapper _dlFolderIdMapper;
285            private static ValueMapper _groupIdMapper;
286            private static ValueMapper _igFolderIdMapper;
287            private static ValueMapper _igImageIdMapper;
288            private static ValueMapper _imageIdMapper;
289            private static ValueMapper _journalArticleIdMapper;
290            private static ValueMapper _journalStructureIdMapper;
291            private static ValueMapper _journalTemplateIdMapper;
292            private static ValueMapper _layoutPlidMapper;
293            private static ValueMapper _mbCategoryIdMapper;
294            private static ValueMapper _mbMessageIdMapper;
295            private static ValueMapper _mbThreadIdMapper;
296            private static ValueMapper _organizationIdMapper;
297            private static ValueMapper _pollsQuestionIdMapper;
298            private static ValueMapper _roleIdMapper;
299            private static ValueMapper _shoppingCategoryIdMapper;
300            private static ValueMapper _shoppingItemIdMapper;
301            private static ValueMapper _userGroupIdMapper;
302            private static ValueMapper _userIdMapper;
303            private static ValueMapper _wikiNodeIdMapper;
304            private static ValueMapper _wikiPageIdMapper;
305    
306    }