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.model;
16  
17  
18  /**
19   * <a href="LayoutSoap.java.html"><b><i>View Source</i></b></a>
20   *
21   * <p>
22   * ServiceBuilder generated this class. Modifications in this class will be
23   * overwritten the next time is generated.
24   * </p>
25   *
26   * <p>
27   * This class is a wrapper for {@link Layout}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       Layout
32   * @generated
33   */
34  public class LayoutWrapper implements Layout {
35      public LayoutWrapper(Layout layout) {
36          _layout = layout;
37      }
38  
39      public long getPrimaryKey() {
40          return _layout.getPrimaryKey();
41      }
42  
43      public void setPrimaryKey(long pk) {
44          _layout.setPrimaryKey(pk);
45      }
46  
47      public long getPlid() {
48          return _layout.getPlid();
49      }
50  
51      public void setPlid(long plid) {
52          _layout.setPlid(plid);
53      }
54  
55      public long getGroupId() {
56          return _layout.getGroupId();
57      }
58  
59      public void setGroupId(long groupId) {
60          _layout.setGroupId(groupId);
61      }
62  
63      public long getCompanyId() {
64          return _layout.getCompanyId();
65      }
66  
67      public void setCompanyId(long companyId) {
68          _layout.setCompanyId(companyId);
69      }
70  
71      public boolean getPrivateLayout() {
72          return _layout.getPrivateLayout();
73      }
74  
75      public boolean isPrivateLayout() {
76          return _layout.isPrivateLayout();
77      }
78  
79      public void setPrivateLayout(boolean privateLayout) {
80          _layout.setPrivateLayout(privateLayout);
81      }
82  
83      public long getLayoutId() {
84          return _layout.getLayoutId();
85      }
86  
87      public void setLayoutId(long layoutId) {
88          _layout.setLayoutId(layoutId);
89      }
90  
91      public long getParentLayoutId() {
92          return _layout.getParentLayoutId();
93      }
94  
95      public void setParentLayoutId(long parentLayoutId) {
96          _layout.setParentLayoutId(parentLayoutId);
97      }
98  
99      public java.lang.String getName() {
100         return _layout.getName();
101     }
102 
103     public void setName(java.lang.String name) {
104         _layout.setName(name);
105     }
106 
107     public java.lang.String getTitle() {
108         return _layout.getTitle();
109     }
110 
111     public void setTitle(java.lang.String title) {
112         _layout.setTitle(title);
113     }
114 
115     public java.lang.String getDescription() {
116         return _layout.getDescription();
117     }
118 
119     public void setDescription(java.lang.String description) {
120         _layout.setDescription(description);
121     }
122 
123     public java.lang.String getType() {
124         return _layout.getType();
125     }
126 
127     public void setType(java.lang.String type) {
128         _layout.setType(type);
129     }
130 
131     public java.lang.String getTypeSettings() {
132         return _layout.getTypeSettings();
133     }
134 
135     public void setTypeSettings(java.lang.String typeSettings) {
136         _layout.setTypeSettings(typeSettings);
137     }
138 
139     public boolean getHidden() {
140         return _layout.getHidden();
141     }
142 
143     public boolean isHidden() {
144         return _layout.isHidden();
145     }
146 
147     public void setHidden(boolean hidden) {
148         _layout.setHidden(hidden);
149     }
150 
151     public java.lang.String getFriendlyURL() {
152         return _layout.getFriendlyURL();
153     }
154 
155     public void setFriendlyURL(java.lang.String friendlyURL) {
156         _layout.setFriendlyURL(friendlyURL);
157     }
158 
159     public boolean getIconImage() {
160         return _layout.getIconImage();
161     }
162 
163     public boolean isIconImage() {
164         return _layout.isIconImage();
165     }
166 
167     public void setIconImage(boolean iconImage) {
168         _layout.setIconImage(iconImage);
169     }
170 
171     public long getIconImageId() {
172         return _layout.getIconImageId();
173     }
174 
175     public void setIconImageId(long iconImageId) {
176         _layout.setIconImageId(iconImageId);
177     }
178 
179     public java.lang.String getThemeId() {
180         return _layout.getThemeId();
181     }
182 
183     public void setThemeId(java.lang.String themeId) {
184         _layout.setThemeId(themeId);
185     }
186 
187     public java.lang.String getColorSchemeId() {
188         return _layout.getColorSchemeId();
189     }
190 
191     public void setColorSchemeId(java.lang.String colorSchemeId) {
192         _layout.setColorSchemeId(colorSchemeId);
193     }
194 
195     public java.lang.String getWapThemeId() {
196         return _layout.getWapThemeId();
197     }
198 
199     public void setWapThemeId(java.lang.String wapThemeId) {
200         _layout.setWapThemeId(wapThemeId);
201     }
202 
203     public java.lang.String getWapColorSchemeId() {
204         return _layout.getWapColorSchemeId();
205     }
206 
207     public void setWapColorSchemeId(java.lang.String wapColorSchemeId) {
208         _layout.setWapColorSchemeId(wapColorSchemeId);
209     }
210 
211     public java.lang.String getCss() {
212         return _layout.getCss();
213     }
214 
215     public void setCss(java.lang.String css) {
216         _layout.setCss(css);
217     }
218 
219     public int getPriority() {
220         return _layout.getPriority();
221     }
222 
223     public void setPriority(int priority) {
224         _layout.setPriority(priority);
225     }
226 
227     public long getLayoutPrototypeId() {
228         return _layout.getLayoutPrototypeId();
229     }
230 
231     public void setLayoutPrototypeId(long layoutPrototypeId) {
232         _layout.setLayoutPrototypeId(layoutPrototypeId);
233     }
234 
235     public long getDlFolderId() {
236         return _layout.getDlFolderId();
237     }
238 
239     public void setDlFolderId(long dlFolderId) {
240         _layout.setDlFolderId(dlFolderId);
241     }
242 
243     public com.liferay.portal.model.Layout toEscapedModel() {
244         return _layout.toEscapedModel();
245     }
246 
247     public boolean isNew() {
248         return _layout.isNew();
249     }
250 
251     public boolean setNew(boolean n) {
252         return _layout.setNew(n);
253     }
254 
255     public boolean isCachedModel() {
256         return _layout.isCachedModel();
257     }
258 
259     public void setCachedModel(boolean cachedModel) {
260         _layout.setCachedModel(cachedModel);
261     }
262 
263     public boolean isEscapedModel() {
264         return _layout.isEscapedModel();
265     }
266 
267     public void setEscapedModel(boolean escapedModel) {
268         _layout.setEscapedModel(escapedModel);
269     }
270 
271     public java.io.Serializable getPrimaryKeyObj() {
272         return _layout.getPrimaryKeyObj();
273     }
274 
275     public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
276         return _layout.getExpandoBridge();
277     }
278 
279     public void setExpandoBridgeAttributes(
280         com.liferay.portal.service.ServiceContext serviceContext) {
281         _layout.setExpandoBridgeAttributes(serviceContext);
282     }
283 
284     public java.lang.Object clone() {
285         return _layout.clone();
286     }
287 
288     public int compareTo(com.liferay.portal.model.Layout layout) {
289         return _layout.compareTo(layout);
290     }
291 
292     public int hashCode() {
293         return _layout.hashCode();
294     }
295 
296     public java.lang.String toString() {
297         return _layout.toString();
298     }
299 
300     public java.lang.String toXmlString() {
301         return _layout.toXmlString();
302     }
303 
304     public java.util.List<com.liferay.portal.model.Layout> getAllChildren()
305         throws com.liferay.portal.kernel.exception.SystemException {
306         return _layout.getAllChildren();
307     }
308 
309     public long getAncestorLayoutId()
310         throws com.liferay.portal.kernel.exception.PortalException,
311             com.liferay.portal.kernel.exception.SystemException {
312         return _layout.getAncestorLayoutId();
313     }
314 
315     public long getAncestorPlid()
316         throws com.liferay.portal.kernel.exception.PortalException,
317             com.liferay.portal.kernel.exception.SystemException {
318         return _layout.getAncestorPlid();
319     }
320 
321     public java.util.List<com.liferay.portal.model.Layout> getAncestors()
322         throws com.liferay.portal.kernel.exception.PortalException,
323             com.liferay.portal.kernel.exception.SystemException {
324         return _layout.getAncestors();
325     }
326 
327     public java.util.List<com.liferay.portal.model.Layout> getChildren()
328         throws com.liferay.portal.kernel.exception.SystemException {
329         return _layout.getChildren();
330     }
331 
332     public java.util.List<com.liferay.portal.model.Layout> getChildren(
333         com.liferay.portal.security.permission.PermissionChecker permissionChecker)
334         throws com.liferay.portal.kernel.exception.PortalException,
335             com.liferay.portal.kernel.exception.SystemException {
336         return _layout.getChildren(permissionChecker);
337     }
338 
339     public com.liferay.portal.model.ColorScheme getColorScheme()
340         throws com.liferay.portal.kernel.exception.PortalException,
341             com.liferay.portal.kernel.exception.SystemException {
342         return _layout.getColorScheme();
343     }
344 
345     public java.lang.String getCssText()
346         throws com.liferay.portal.kernel.exception.PortalException,
347             com.liferay.portal.kernel.exception.SystemException {
348         return _layout.getCssText();
349     }
350 
351     public com.liferay.portal.model.Group getGroup()
352         throws com.liferay.portal.kernel.exception.PortalException,
353             com.liferay.portal.kernel.exception.SystemException {
354         return _layout.getGroup();
355     }
356 
357     public java.lang.String getHTMLTitle(java.util.Locale locale) {
358         return _layout.getHTMLTitle(locale);
359     }
360 
361     public java.lang.String getHTMLTitle(java.lang.String localeLanguageId) {
362         return _layout.getHTMLTitle(localeLanguageId);
363     }
364 
365     public com.liferay.portal.model.LayoutSet getLayoutSet()
366         throws com.liferay.portal.kernel.exception.PortalException,
367             com.liferay.portal.kernel.exception.SystemException {
368         return _layout.getLayoutSet();
369     }
370 
371     public com.liferay.portal.model.LayoutType getLayoutType() {
372         return _layout.getLayoutType();
373     }
374 
375     public java.lang.String getName(java.util.Locale locale) {
376         return _layout.getName(locale);
377     }
378 
379     public java.lang.String getName(java.util.Locale locale, boolean useDefault) {
380         return _layout.getName(locale, useDefault);
381     }
382 
383     public java.lang.String getName(java.lang.String localeLanguageId) {
384         return _layout.getName(localeLanguageId);
385     }
386 
387     public java.lang.String getName(java.lang.String localeLanguageId,
388         boolean useDefault) {
389         return _layout.getName(localeLanguageId, useDefault);
390     }
391 
392     public java.lang.String getRegularURL(
393         javax.servlet.http.HttpServletRequest request)
394         throws com.liferay.portal.kernel.exception.PortalException,
395             com.liferay.portal.kernel.exception.SystemException {
396         return _layout.getRegularURL(request);
397     }
398 
399     public java.lang.String getResetLayoutURL(
400         javax.servlet.http.HttpServletRequest request)
401         throws com.liferay.portal.kernel.exception.PortalException,
402             com.liferay.portal.kernel.exception.SystemException {
403         return _layout.getResetLayoutURL(request);
404     }
405 
406     public java.lang.String getResetMaxStateURL(
407         javax.servlet.http.HttpServletRequest request)
408         throws com.liferay.portal.kernel.exception.PortalException,
409             com.liferay.portal.kernel.exception.SystemException {
410         return _layout.getResetMaxStateURL(request);
411     }
412 
413     public com.liferay.portal.model.Group getScopeGroup()
414         throws com.liferay.portal.kernel.exception.PortalException,
415             com.liferay.portal.kernel.exception.SystemException {
416         return _layout.getScopeGroup();
417     }
418 
419     public java.lang.String getTarget() {
420         return _layout.getTarget();
421     }
422 
423     public com.liferay.portal.model.Theme getTheme()
424         throws com.liferay.portal.kernel.exception.PortalException,
425             com.liferay.portal.kernel.exception.SystemException {
426         return _layout.getTheme();
427     }
428 
429     public java.lang.String getTitle(java.util.Locale locale) {
430         return _layout.getTitle(locale);
431     }
432 
433     public java.lang.String getTitle(java.util.Locale locale, boolean useDefault) {
434         return _layout.getTitle(locale, useDefault);
435     }
436 
437     public java.lang.String getTitle(java.lang.String localeLanguageId) {
438         return _layout.getTitle(localeLanguageId);
439     }
440 
441     public java.lang.String getTitle(java.lang.String localeLanguageId,
442         boolean useDefault) {
443         return _layout.getTitle(localeLanguageId, useDefault);
444     }
445 
446     public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties() {
447         return _layout.getTypeSettingsProperties();
448     }
449 
450     public com.liferay.portal.model.ColorScheme getWapColorScheme()
451         throws com.liferay.portal.kernel.exception.PortalException,
452             com.liferay.portal.kernel.exception.SystemException {
453         return _layout.getWapColorScheme();
454     }
455 
456     public com.liferay.portal.model.Theme getWapTheme()
457         throws com.liferay.portal.kernel.exception.PortalException,
458             com.liferay.portal.kernel.exception.SystemException {
459         return _layout.getWapTheme();
460     }
461 
462     public boolean hasAncestor(long layoutId)
463         throws com.liferay.portal.kernel.exception.PortalException,
464             com.liferay.portal.kernel.exception.SystemException {
465         return _layout.hasAncestor(layoutId);
466     }
467 
468     public boolean hasChildren()
469         throws com.liferay.portal.kernel.exception.SystemException {
470         return _layout.hasChildren();
471     }
472 
473     public boolean hasScopeGroup()
474         throws com.liferay.portal.kernel.exception.PortalException,
475             com.liferay.portal.kernel.exception.SystemException {
476         return _layout.hasScopeGroup();
477     }
478 
479     public boolean isChildSelected(boolean selectable,
480         com.liferay.portal.model.Layout layout)
481         throws com.liferay.portal.kernel.exception.PortalException,
482             com.liferay.portal.kernel.exception.SystemException {
483         return _layout.isChildSelected(selectable, layout);
484     }
485 
486     public boolean isFirstChild() {
487         return _layout.isFirstChild();
488     }
489 
490     public boolean isFirstParent() {
491         return _layout.isFirstParent();
492     }
493 
494     public boolean isInheritLookAndFeel() {
495         return _layout.isInheritLookAndFeel();
496     }
497 
498     public boolean isInheritWapLookAndFeel() {
499         return _layout.isInheritWapLookAndFeel();
500     }
501 
502     public boolean isPublicLayout() {
503         return _layout.isPublicLayout();
504     }
505 
506     public boolean isRootLayout() {
507         return _layout.isRootLayout();
508     }
509 
510     public boolean isSelected(boolean selectable,
511         com.liferay.portal.model.Layout layout, long ancestorPlid) {
512         return _layout.isSelected(selectable, layout, ancestorPlid);
513     }
514 
515     public boolean isTypeArticle() {
516         return _layout.isTypeArticle();
517     }
518 
519     public boolean isTypeControlPanel() {
520         return _layout.isTypeControlPanel();
521     }
522 
523     public boolean isTypeEmbedded() {
524         return _layout.isTypeEmbedded();
525     }
526 
527     public boolean isTypeLinkToLayout() {
528         return _layout.isTypeLinkToLayout();
529     }
530 
531     public boolean isTypePanel() {
532         return _layout.isTypePanel();
533     }
534 
535     public boolean isTypePortlet() {
536         return _layout.isTypePortlet();
537     }
538 
539     public boolean isTypeURL() {
540         return _layout.isTypeURL();
541     }
542 
543     public void setName(java.lang.String name, java.util.Locale locale) {
544         _layout.setName(name, locale);
545     }
546 
547     public void setTitle(java.lang.String title, java.util.Locale locale) {
548         _layout.setTitle(title, locale);
549     }
550 
551     public void setTypeSettingsProperties(
552         com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties) {
553         _layout.setTypeSettingsProperties(typeSettingsProperties);
554     }
555 
556     public Layout getWrappedLayout() {
557         return _layout;
558     }
559 
560     private Layout _layout;
561 }