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 long getParentPlid()
393         throws com.liferay.portal.kernel.exception.PortalException,
394             com.liferay.portal.kernel.exception.SystemException {
395         return _layout.getParentPlid();
396     }
397 
398     public java.lang.String getRegularURL(
399         javax.servlet.http.HttpServletRequest request)
400         throws com.liferay.portal.kernel.exception.PortalException,
401             com.liferay.portal.kernel.exception.SystemException {
402         return _layout.getRegularURL(request);
403     }
404 
405     public java.lang.String getResetLayoutURL(
406         javax.servlet.http.HttpServletRequest request)
407         throws com.liferay.portal.kernel.exception.PortalException,
408             com.liferay.portal.kernel.exception.SystemException {
409         return _layout.getResetLayoutURL(request);
410     }
411 
412     public java.lang.String getResetMaxStateURL(
413         javax.servlet.http.HttpServletRequest request)
414         throws com.liferay.portal.kernel.exception.PortalException,
415             com.liferay.portal.kernel.exception.SystemException {
416         return _layout.getResetMaxStateURL(request);
417     }
418 
419     public com.liferay.portal.model.Group getScopeGroup()
420         throws com.liferay.portal.kernel.exception.PortalException,
421             com.liferay.portal.kernel.exception.SystemException {
422         return _layout.getScopeGroup();
423     }
424 
425     public java.lang.String getTarget() {
426         return _layout.getTarget();
427     }
428 
429     public com.liferay.portal.model.Theme getTheme()
430         throws com.liferay.portal.kernel.exception.PortalException,
431             com.liferay.portal.kernel.exception.SystemException {
432         return _layout.getTheme();
433     }
434 
435     public java.lang.String getTitle(java.util.Locale locale) {
436         return _layout.getTitle(locale);
437     }
438 
439     public java.lang.String getTitle(java.util.Locale locale, boolean useDefault) {
440         return _layout.getTitle(locale, useDefault);
441     }
442 
443     public java.lang.String getTitle(java.lang.String localeLanguageId) {
444         return _layout.getTitle(localeLanguageId);
445     }
446 
447     public java.lang.String getTitle(java.lang.String localeLanguageId,
448         boolean useDefault) {
449         return _layout.getTitle(localeLanguageId, useDefault);
450     }
451 
452     public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties() {
453         return _layout.getTypeSettingsProperties();
454     }
455 
456     public com.liferay.portal.model.ColorScheme getWapColorScheme()
457         throws com.liferay.portal.kernel.exception.PortalException,
458             com.liferay.portal.kernel.exception.SystemException {
459         return _layout.getWapColorScheme();
460     }
461 
462     public com.liferay.portal.model.Theme getWapTheme()
463         throws com.liferay.portal.kernel.exception.PortalException,
464             com.liferay.portal.kernel.exception.SystemException {
465         return _layout.getWapTheme();
466     }
467 
468     public boolean hasAncestor(long layoutId)
469         throws com.liferay.portal.kernel.exception.PortalException,
470             com.liferay.portal.kernel.exception.SystemException {
471         return _layout.hasAncestor(layoutId);
472     }
473 
474     public boolean hasChildren()
475         throws com.liferay.portal.kernel.exception.SystemException {
476         return _layout.hasChildren();
477     }
478 
479     public boolean hasScopeGroup()
480         throws com.liferay.portal.kernel.exception.PortalException,
481             com.liferay.portal.kernel.exception.SystemException {
482         return _layout.hasScopeGroup();
483     }
484 
485     public boolean isChildSelected(boolean selectable,
486         com.liferay.portal.model.Layout layout)
487         throws com.liferay.portal.kernel.exception.PortalException,
488             com.liferay.portal.kernel.exception.SystemException {
489         return _layout.isChildSelected(selectable, layout);
490     }
491 
492     public boolean isFirstChild() {
493         return _layout.isFirstChild();
494     }
495 
496     public boolean isFirstParent() {
497         return _layout.isFirstParent();
498     }
499 
500     public boolean isInheritLookAndFeel() {
501         return _layout.isInheritLookAndFeel();
502     }
503 
504     public boolean isInheritWapLookAndFeel() {
505         return _layout.isInheritWapLookAndFeel();
506     }
507 
508     public boolean isPublicLayout() {
509         return _layout.isPublicLayout();
510     }
511 
512     public boolean isRootLayout() {
513         return _layout.isRootLayout();
514     }
515 
516     public boolean isSelected(boolean selectable,
517         com.liferay.portal.model.Layout layout, long ancestorPlid) {
518         return _layout.isSelected(selectable, layout, ancestorPlid);
519     }
520 
521     public boolean isTypeArticle() {
522         return _layout.isTypeArticle();
523     }
524 
525     public boolean isTypeControlPanel() {
526         return _layout.isTypeControlPanel();
527     }
528 
529     public boolean isTypeEmbedded() {
530         return _layout.isTypeEmbedded();
531     }
532 
533     public boolean isTypeLinkToLayout() {
534         return _layout.isTypeLinkToLayout();
535     }
536 
537     public boolean isTypePanel() {
538         return _layout.isTypePanel();
539     }
540 
541     public boolean isTypePortlet() {
542         return _layout.isTypePortlet();
543     }
544 
545     public boolean isTypeURL() {
546         return _layout.isTypeURL();
547     }
548 
549     public void setName(java.lang.String name, java.util.Locale locale) {
550         _layout.setName(name, locale);
551     }
552 
553     public void setTitle(java.lang.String title, java.util.Locale locale) {
554         _layout.setTitle(title, locale);
555     }
556 
557     public void setTypeSettingsProperties(
558         com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties) {
559         _layout.setTypeSettingsProperties(typeSettingsProperties);
560     }
561 
562     public Layout getWrappedLayout() {
563         return _layout;
564     }
565 
566     private Layout _layout;
567 }