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