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.v4_3_0.util;
16  
17  import com.liferay.portal.kernel.upgrade.util.ValueMapper;
18  
19  /**
20   * <a href="AvailableMappersUtil.java.html"><b><i>View Source</i></b></a>
21   *
22   * @author Brian Wing Shun Chan
23   */
24  public class AvailableMappersUtil {
25  
26      public static ValueMapper getBlogsEntryIdMapper() {
27          return _blogsEntryIdMapper;
28      }
29  
30      public static void setBlogsEntryIdMapper(ValueMapper blogsEntryIdMapper) {
31          _blogsEntryIdMapper = blogsEntryIdMapper;
32      }
33  
34      public static ValueMapper getBookmarksEntryIdMapper() {
35          return _bookmarksEntryIdMapper;
36      }
37  
38      public static void setBookmarksEntryIdMapper(
39          ValueMapper bookmarksEntryIdMapper) {
40  
41          _bookmarksEntryIdMapper = bookmarksEntryIdMapper;
42      }
43  
44      public static ValueMapper getBookmarksFolderIdMapper() {
45          return _bookmarksFolderIdMapper;
46      }
47  
48      public static void setBookmarksFolderIdMapper(
49          ValueMapper bookmarksFolderIdMapper) {
50  
51          _bookmarksFolderIdMapper = bookmarksFolderIdMapper;
52      }
53  
54      public static ValueMapper getCalEventIdMapper() {
55          return _calEventIdMapper;
56      }
57  
58      public static void setCalEventIdMapper(ValueMapper calEventIdMapper) {
59          _calEventIdMapper = calEventIdMapper;
60      }
61  
62      public static ValueMapper getCompanyIdMapper() {
63          return _companyIdMapper;
64      }
65  
66      public static void setCompanyIdMapper(ValueMapper companyIdMapper) {
67          _companyIdMapper = companyIdMapper;
68      }
69  
70      public static ValueMapper getContactIdMapper() {
71          return _contactIdMapper;
72      }
73  
74      public static void setContactIdMapper(ValueMapper contactIdMapper) {
75          _contactIdMapper = contactIdMapper;
76      }
77  
78      public static ValueMapper getDLFileEntryIdMapper() {
79          return _dlFileEntryIdMapper;
80      }
81  
82      public static void setDLFileEntryIdMapper(ValueMapper dlFileEntryIdMapper) {
83          _dlFileEntryIdMapper = dlFileEntryIdMapper;
84      }
85  
86      public static ValueMapper getDLFileShortcutIdMapper() {
87          return _dlFileShortcutIdMapper;
88      }
89  
90      public static void setDLFileShortcutIdMapper(
91          ValueMapper dlFileShortcutIdMapper) {
92  
93          _dlFileShortcutIdMapper = dlFileShortcutIdMapper;
94      }
95  
96      public static ValueMapper getDLFolderIdMapper() {
97          return _dlFolderIdMapper;
98      }
99  
100     public static void setDLFolderIdMapper(ValueMapper dlFolderIdMapper) {
101         _dlFolderIdMapper = dlFolderIdMapper;
102     }
103 
104     public static ValueMapper getGroupIdMapper() {
105         return _groupIdMapper;
106     }
107 
108     public static void setGroupIdMapper(ValueMapper groupIdMapper) {
109         _groupIdMapper = groupIdMapper;
110     }
111 
112     public static ValueMapper getIGFolderIdMapper() {
113         return _igFolderIdMapper;
114     }
115 
116     public static void setIGFolderIdMapper(ValueMapper igFolderIdMapper) {
117         _igFolderIdMapper = igFolderIdMapper;
118     }
119 
120     public static ValueMapper getIGImageIdMapper() {
121         return _igImageIdMapper;
122     }
123 
124     public static void setIGImageIdMapper(ValueMapper igImageIdMapper) {
125         _igImageIdMapper = igImageIdMapper;
126     }
127 
128     public static ValueMapper getImageIdMapper() {
129         return _imageIdMapper;
130     }
131 
132     public static void setImageIdMapper(ValueMapper imageIdMapper) {
133         _imageIdMapper = imageIdMapper;
134     }
135 
136     public static ValueMapper getJournalArticleIdMapper() {
137         return _journalArticleIdMapper;
138     }
139 
140     public static void setJournalArticleIdMapper(
141         ValueMapper journalArticleIdMapper) {
142 
143         _journalArticleIdMapper = journalArticleIdMapper;
144     }
145 
146     public static ValueMapper getJournalStructureIdMapper() {
147         return _journalStructureIdMapper;
148     }
149 
150     public static void setJournalStructureIdMapper(
151         ValueMapper journalStructureIdMapper) {
152 
153         _journalStructureIdMapper = journalStructureIdMapper;
154     }
155 
156     public static ValueMapper getJournalTemplateIdMapper() {
157         return _journalTemplateIdMapper;
158     }
159 
160     public static void setJournalTemplateIdMapper(
161         ValueMapper journalTemplateIdMapper) {
162 
163         _journalTemplateIdMapper = journalTemplateIdMapper;
164     }
165 
166     public static ValueMapper getLayoutPlidMapper() {
167         return _layoutPlidMapper;
168     }
169 
170     public static void setLayoutPlidMapper(ValueMapper layoutPlidMapper) {
171         _layoutPlidMapper = layoutPlidMapper;
172     }
173 
174     public static ValueMapper getMBCategoryIdMapper() {
175         return _mbCategoryIdMapper;
176     }
177 
178     public static void setMBCategoryIdMapper(ValueMapper mbCategoryIdMapper) {
179         _mbCategoryIdMapper = mbCategoryIdMapper;
180     }
181 
182     public static ValueMapper getMBMessageIdMapper() {
183         return _mbMessageIdMapper;
184     }
185 
186     public static void setMBMessageIdMapper(ValueMapper mbMessageIdMapper) {
187         _mbMessageIdMapper = mbMessageIdMapper;
188     }
189 
190     public static ValueMapper getMBThreadIdMapper() {
191         return _mbThreadIdMapper;
192     }
193 
194     public static void setMBThreadIdMapper(ValueMapper mbThreadIdMapper) {
195         _mbThreadIdMapper = mbThreadIdMapper;
196     }
197 
198     public static ValueMapper getOrganizationIdMapper() {
199         return _organizationIdMapper;
200     }
201 
202     public static void setOrganizationIdMapper(
203         ValueMapper organizationIdMapper) {
204 
205         _organizationIdMapper = organizationIdMapper;
206     }
207 
208     public static ValueMapper getPollsQuestionIdMapper() {
209         return _pollsQuestionIdMapper;
210     }
211 
212     public static void setPollsQuestionIdMapper(
213         ValueMapper pollsQuestionIdMapper) {
214 
215         _pollsQuestionIdMapper = pollsQuestionIdMapper;
216     }
217 
218     public static ValueMapper getRoleIdMapper() {
219         return _roleIdMapper;
220     }
221 
222     public static void setRoleIdMapper(ValueMapper roleIdMapper) {
223         _roleIdMapper = roleIdMapper;
224     }
225 
226     public static ValueMapper getShoppingCategoryIdMapper() {
227         return _shoppingCategoryIdMapper;
228     }
229 
230     public static void setShoppingCategoryIdMapper(
231         ValueMapper shoppingCategoryIdMapper) {
232 
233         _shoppingCategoryIdMapper = shoppingCategoryIdMapper;
234     }
235 
236     public static ValueMapper getShoppingItemIdMapper() {
237         return _shoppingItemIdMapper;
238     }
239 
240     public static void setShoppingItemIdMapper(
241         ValueMapper shoppingItemIdMapper) {
242 
243         _shoppingItemIdMapper = shoppingItemIdMapper;
244     }
245 
246     public static ValueMapper getUserGroupIdMapper() {
247         return _userGroupIdMapper;
248     }
249 
250     public static void setUserGroupIdMapper(ValueMapper userGroupIdMapper) {
251         _userGroupIdMapper = userGroupIdMapper;
252     }
253 
254     public static ValueMapper getUserIdMapper() {
255         return _userIdMapper;
256     }
257 
258     public static void setUserIdMapper(ValueMapper userIdMapper) {
259         _userIdMapper = userIdMapper;
260     }
261 
262     public static ValueMapper getWikiNodeIdMapper() {
263         return _wikiNodeIdMapper;
264     }
265 
266     public static void setWikiNodeIdMapper(ValueMapper wikiNodeIdMapper) {
267         _wikiNodeIdMapper = wikiNodeIdMapper;
268     }
269 
270     public static ValueMapper getWikiPageIdMapper() {
271         return _wikiPageIdMapper;
272     }
273 
274     public static void setWikiPageIdMapper(ValueMapper wikiPageIdMapper) {
275         _wikiPageIdMapper = wikiPageIdMapper;
276     }
277 
278     private static ValueMapper _blogsEntryIdMapper;
279     private static ValueMapper _bookmarksEntryIdMapper;
280     private static ValueMapper _bookmarksFolderIdMapper;
281     private static ValueMapper _calEventIdMapper;
282     private static ValueMapper _companyIdMapper;
283     private static ValueMapper _contactIdMapper;
284     private static ValueMapper _dlFileEntryIdMapper;
285     private static ValueMapper _dlFileShortcutIdMapper;
286     private static ValueMapper _dlFolderIdMapper;
287     private static ValueMapper _groupIdMapper;
288     private static ValueMapper _igFolderIdMapper;
289     private static ValueMapper _igImageIdMapper;
290     private static ValueMapper _imageIdMapper;
291     private static ValueMapper _journalArticleIdMapper;
292     private static ValueMapper _journalStructureIdMapper;
293     private static ValueMapper _journalTemplateIdMapper;
294     private static ValueMapper _layoutPlidMapper;
295     private static ValueMapper _mbCategoryIdMapper;
296     private static ValueMapper _mbMessageIdMapper;
297     private static ValueMapper _mbThreadIdMapper;
298     private static ValueMapper _organizationIdMapper;
299     private static ValueMapper _pollsQuestionIdMapper;
300     private static ValueMapper _roleIdMapper;
301     private static ValueMapper _shoppingCategoryIdMapper;
302     private static ValueMapper _shoppingItemIdMapper;
303     private static ValueMapper _userGroupIdMapper;
304     private static ValueMapper _userIdMapper;
305     private static ValueMapper _wikiNodeIdMapper;
306     private static ValueMapper _wikiPageIdMapper;
307 
308 }