1   /**
2    * Copyright (c) 2000-2007 Liferay, Inc. All rights reserved.
3    *
4    * Permission is hereby granted, free of charge, to any person obtaining a copy
5    * of this software and associated documentation files (the "Software"), to deal
6    * in the Software without restriction, including without limitation the rights
7    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8    * copies of the Software, and to permit persons to whom the Software is
9    * furnished to do so, subject to the following conditions:
10   *
11   * The above copyright notice and this permission notice shall be included in
12   * all copies or substantial portions of the Software.
13   *
14   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15   * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16   * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17   * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20   * SOFTWARE.
21   */
22  
23  package com.liferay.portal.upgrade.v4_3_0.util;
24  
25  import com.liferay.portal.upgrade.util.ValueMapper;
26  
27  /**
28   * <a href="AvailableMappersUtil.java.html"><b><i>View Source</i></b></a>
29   *
30   * @author Brian Wing Shun Chan
31   *
32   */
33  public class AvailableMappersUtil {
34  
35      public static ValueMapper getBlogsCategoryIdMapper() {
36          return _blogsCategoryIdMapper;
37      }
38  
39      public static void setBlogsCategoryIdMapper(
40          ValueMapper blogsCategoryIdMapper) {
41  
42          _blogsCategoryIdMapper = blogsCategoryIdMapper;
43      }
44  
45      public static ValueMapper getBlogsEntryIdMapper() {
46          return _blogsEntryIdMapper;
47      }
48  
49      public static void setBlogsEntryIdMapper(ValueMapper blogsEntryIdMapper) {
50          _blogsEntryIdMapper = blogsEntryIdMapper;
51      }
52  
53      public static ValueMapper getBookmarksEntryIdMapper() {
54          return _bookmarksEntryIdMapper;
55      }
56  
57      public static void setBookmarksEntryIdMapper(
58          ValueMapper bookmarksEntryIdMapper) {
59  
60          _bookmarksEntryIdMapper = bookmarksEntryIdMapper;
61      }
62  
63      public static ValueMapper getBookmarksFolderIdMapper() {
64          return _bookmarksFolderIdMapper;
65      }
66  
67      public static void setBookmarksFolderIdMapper(
68          ValueMapper bookmarksFolderIdMapper) {
69  
70          _bookmarksFolderIdMapper = bookmarksFolderIdMapper;
71      }
72  
73      public static ValueMapper getCalEventIdMapper() {
74          return _calEventIdMapper;
75      }
76  
77      public static void setCalEventIdMapper(ValueMapper calEventIdMapper) {
78          _calEventIdMapper = calEventIdMapper;
79      }
80  
81      public static ValueMapper getCompanyIdMapper() {
82          return _companyIdMapper;
83      }
84  
85      public static void setCompanyIdMapper(ValueMapper companyIdMapper) {
86          _companyIdMapper = companyIdMapper;
87      }
88  
89      public static ValueMapper getContactIdMapper() {
90          return _contactIdMapper;
91      }
92  
93      public static void setContactIdMapper(ValueMapper contactIdMapper) {
94          _contactIdMapper = contactIdMapper;
95      }
96  
97      public static ValueMapper getDLFileEntryIdMapper() {
98          return _dlFileEntryIdMapper;
99      }
100 
101     public static void setDLFileEntryIdMapper(ValueMapper dlFileEntryIdMapper) {
102         _dlFileEntryIdMapper = dlFileEntryIdMapper;
103     }
104 
105     public static ValueMapper getDLFileShortcutIdMapper() {
106         return _dlFileShortcutIdMapper;
107     }
108 
109     public static void setDLFileShortcutIdMapper(
110         ValueMapper dlFileShortcutIdMapper) {
111 
112         _dlFileShortcutIdMapper = dlFileShortcutIdMapper;
113     }
114 
115     public static ValueMapper getDLFolderIdMapper() {
116         return _dlFolderIdMapper;
117     }
118 
119     public static void setDLFolderIdMapper(ValueMapper dlFolderIdMapper) {
120         _dlFolderIdMapper = dlFolderIdMapper;
121     }
122 
123     public static ValueMapper getGroupIdMapper() {
124         return _groupIdMapper;
125     }
126 
127     public static void setGroupIdMapper(ValueMapper groupIdMapper) {
128         _groupIdMapper = groupIdMapper;
129     }
130 
131     public static ValueMapper getIGFolderIdMapper() {
132         return _igFolderIdMapper;
133     }
134 
135     public static void setIGFolderIdMapper(ValueMapper igFolderIdMapper) {
136         _igFolderIdMapper = igFolderIdMapper;
137     }
138 
139     public static ValueMapper getIGImageIdMapper() {
140         return _igImageIdMapper;
141     }
142 
143     public static void setIGImageIdMapper(ValueMapper igImageIdMapper) {
144         _igImageIdMapper = igImageIdMapper;
145     }
146 
147     public static ValueMapper getImageIdMapper() {
148         return _imageIdMapper;
149     }
150 
151     public static void setImageIdMapper(ValueMapper imageIdMapper) {
152         _imageIdMapper = imageIdMapper;
153     }
154 
155     public static ValueMapper getJournalArticleIdMapper() {
156         return _journalArticleIdMapper;
157     }
158 
159     public static void setJournalArticleIdMapper(
160         ValueMapper journalArticleIdMapper) {
161 
162         _journalArticleIdMapper = journalArticleIdMapper;
163     }
164 
165     public static ValueMapper getJournalStructureIdMapper() {
166         return _journalStructureIdMapper;
167     }
168 
169     public static void setJournalStructureIdMapper(
170         ValueMapper journalStructureIdMapper) {
171 
172         _journalStructureIdMapper = journalStructureIdMapper;
173     }
174 
175     public static ValueMapper getJournalTemplateIdMapper() {
176         return _journalTemplateIdMapper;
177     }
178 
179     public static void setJournalTemplateIdMapper(
180         ValueMapper journalTemplateIdMapper) {
181 
182         _journalTemplateIdMapper = journalTemplateIdMapper;
183     }
184 
185     public static ValueMapper getLayoutPlidMapper() {
186         return _layoutPlidMapper;
187     }
188 
189     public static void setLayoutPlidMapper(ValueMapper layoutPlidMapper) {
190         _layoutPlidMapper = layoutPlidMapper;
191     }
192 
193     public static ValueMapper getMBCategoryIdMapper() {
194         return _mbCategoryIdMapper;
195     }
196 
197     public static void setMBCategoryIdMapper(ValueMapper mbCategoryIdMapper) {
198         _mbCategoryIdMapper = mbCategoryIdMapper;
199     }
200 
201     public static ValueMapper getMBMessageIdMapper() {
202         return _mbMessageIdMapper;
203     }
204 
205     public static void setMBMessageIdMapper(ValueMapper mbMessageIdMapper) {
206         _mbMessageIdMapper = mbMessageIdMapper;
207     }
208 
209     public static ValueMapper getMBThreadIdMapper() {
210         return _mbThreadIdMapper;
211     }
212 
213     public static void setMBThreadIdMapper(ValueMapper mbThreadIdMapper) {
214         _mbThreadIdMapper = mbThreadIdMapper;
215     }
216 
217     public static ValueMapper getOrganizationIdMapper() {
218         return _organizationIdMapper;
219     }
220 
221     public static void setOrganizationIdMapper(
222         ValueMapper organizationIdMapper) {
223 
224         _organizationIdMapper = organizationIdMapper;
225     }
226 
227     public static ValueMapper getPollsQuestionIdMapper() {
228         return _pollsQuestionIdMapper;
229     }
230 
231     public static void setPollsQuestionIdMapper(
232         ValueMapper pollsQuestionIdMapper) {
233 
234         _pollsQuestionIdMapper = pollsQuestionIdMapper;
235     }
236 
237     public static ValueMapper getRoleIdMapper() {
238         return _roleIdMapper;
239     }
240 
241     public static void setRoleIdMapper(ValueMapper roleIdMapper) {
242         _roleIdMapper = roleIdMapper;
243     }
244 
245     public static ValueMapper getShoppingCategoryIdMapper() {
246         return _shoppingCategoryIdMapper;
247     }
248 
249     public static void setShoppingCategoryIdMapper(
250         ValueMapper shoppingCategoryIdMapper) {
251 
252         _shoppingCategoryIdMapper = shoppingCategoryIdMapper;
253     }
254 
255     public static ValueMapper getShoppingItemIdMapper() {
256         return _shoppingItemIdMapper;
257     }
258 
259     public static void setShoppingItemIdMapper(
260         ValueMapper shoppingItemIdMapper) {
261 
262         _shoppingItemIdMapper = shoppingItemIdMapper;
263     }
264 
265     public static ValueMapper getUserGroupIdMapper() {
266         return _userGroupIdMapper;
267     }
268 
269     public static void setUserGroupIdMapper(ValueMapper userGroupIdMapper) {
270         _userGroupIdMapper = userGroupIdMapper;
271     }
272 
273     public static ValueMapper getUserIdMapper() {
274         return _userIdMapper;
275     }
276 
277     public static void setUserIdMapper(ValueMapper userIdMapper) {
278         _userIdMapper = userIdMapper;
279     }
280 
281     public static ValueMapper getWikiNodeIdMapper() {
282         return _wikiNodeIdMapper;
283     }
284 
285     public static void setWikiNodeIdMapper(ValueMapper wikiNodeIdMapper) {
286         _wikiNodeIdMapper = wikiNodeIdMapper;
287     }
288 
289     public static ValueMapper getWikiPageIdMapper() {
290         return _wikiPageIdMapper;
291     }
292 
293     public static void setWikiPageIdMapper(ValueMapper wikiPageIdMapper) {
294         _wikiPageIdMapper = wikiPageIdMapper;
295     }
296 
297     private static ValueMapper _blogsCategoryIdMapper;
298     private static ValueMapper _blogsEntryIdMapper;
299     private static ValueMapper _bookmarksEntryIdMapper;
300     private static ValueMapper _bookmarksFolderIdMapper;
301     private static ValueMapper _calEventIdMapper;
302     private static ValueMapper _companyIdMapper;
303     private static ValueMapper _contactIdMapper;
304     private static ValueMapper _dlFileEntryIdMapper;
305     private static ValueMapper _dlFileShortcutIdMapper;
306     private static ValueMapper _dlFolderIdMapper;
307     private static ValueMapper _groupIdMapper;
308     private static ValueMapper _igFolderIdMapper;
309     private static ValueMapper _igImageIdMapper;
310     private static ValueMapper _imageIdMapper;
311     private static ValueMapper _journalArticleIdMapper;
312     private static ValueMapper _journalStructureIdMapper;
313     private static ValueMapper _journalTemplateIdMapper;
314     private static ValueMapper _layoutPlidMapper;
315     private static ValueMapper _mbCategoryIdMapper;
316     private static ValueMapper _mbMessageIdMapper;
317     private static ValueMapper _mbThreadIdMapper;
318     private static ValueMapper _organizationIdMapper;
319     private static ValueMapper _pollsQuestionIdMapper;
320     private static ValueMapper _roleIdMapper;
321     private static ValueMapper _shoppingCategoryIdMapper;
322     private static ValueMapper _shoppingItemIdMapper;
323     private static ValueMapper _userGroupIdMapper;
324     private static ValueMapper _userIdMapper;
325     private static ValueMapper _wikiNodeIdMapper;
326     private static ValueMapper _wikiPageIdMapper;
327 
328 }