001
014
015 package com.liferay.portlet.wiki.model;
016
017
026 public class WikiPageWrapper implements WikiPage {
027 public WikiPageWrapper(WikiPage wikiPage) {
028 _wikiPage = wikiPage;
029 }
030
031
036 public long getPrimaryKey() {
037 return _wikiPage.getPrimaryKey();
038 }
039
040
045 public void setPrimaryKey(long pk) {
046 _wikiPage.setPrimaryKey(pk);
047 }
048
049
054 public java.lang.String getUuid() {
055 return _wikiPage.getUuid();
056 }
057
058
063 public void setUuid(java.lang.String uuid) {
064 _wikiPage.setUuid(uuid);
065 }
066
067
072 public long getPageId() {
073 return _wikiPage.getPageId();
074 }
075
076
081 public void setPageId(long pageId) {
082 _wikiPage.setPageId(pageId);
083 }
084
085
090 public long getResourcePrimKey() {
091 return _wikiPage.getResourcePrimKey();
092 }
093
094
099 public void setResourcePrimKey(long resourcePrimKey) {
100 _wikiPage.setResourcePrimKey(resourcePrimKey);
101 }
102
103
108 public long getGroupId() {
109 return _wikiPage.getGroupId();
110 }
111
112
117 public void setGroupId(long groupId) {
118 _wikiPage.setGroupId(groupId);
119 }
120
121
126 public long getCompanyId() {
127 return _wikiPage.getCompanyId();
128 }
129
130
135 public void setCompanyId(long companyId) {
136 _wikiPage.setCompanyId(companyId);
137 }
138
139
144 public long getUserId() {
145 return _wikiPage.getUserId();
146 }
147
148
153 public void setUserId(long userId) {
154 _wikiPage.setUserId(userId);
155 }
156
157
163 public java.lang.String getUserUuid()
164 throws com.liferay.portal.kernel.exception.SystemException {
165 return _wikiPage.getUserUuid();
166 }
167
168
173 public void setUserUuid(java.lang.String userUuid) {
174 _wikiPage.setUserUuid(userUuid);
175 }
176
177
182 public java.lang.String getUserName() {
183 return _wikiPage.getUserName();
184 }
185
186
191 public void setUserName(java.lang.String userName) {
192 _wikiPage.setUserName(userName);
193 }
194
195
200 public java.util.Date getCreateDate() {
201 return _wikiPage.getCreateDate();
202 }
203
204
209 public void setCreateDate(java.util.Date createDate) {
210 _wikiPage.setCreateDate(createDate);
211 }
212
213
218 public java.util.Date getModifiedDate() {
219 return _wikiPage.getModifiedDate();
220 }
221
222
227 public void setModifiedDate(java.util.Date modifiedDate) {
228 _wikiPage.setModifiedDate(modifiedDate);
229 }
230
231
236 public long getNodeId() {
237 return _wikiPage.getNodeId();
238 }
239
240
245 public void setNodeId(long nodeId) {
246 _wikiPage.setNodeId(nodeId);
247 }
248
249
254 public java.lang.String getTitle() {
255 return _wikiPage.getTitle();
256 }
257
258
263 public void setTitle(java.lang.String title) {
264 _wikiPage.setTitle(title);
265 }
266
267
272 public double getVersion() {
273 return _wikiPage.getVersion();
274 }
275
276
281 public void setVersion(double version) {
282 _wikiPage.setVersion(version);
283 }
284
285
290 public boolean getMinorEdit() {
291 return _wikiPage.getMinorEdit();
292 }
293
294
299 public boolean isMinorEdit() {
300 return _wikiPage.isMinorEdit();
301 }
302
303
308 public void setMinorEdit(boolean minorEdit) {
309 _wikiPage.setMinorEdit(minorEdit);
310 }
311
312
317 public java.lang.String getContent() {
318 return _wikiPage.getContent();
319 }
320
321
326 public void setContent(java.lang.String content) {
327 _wikiPage.setContent(content);
328 }
329
330
335 public java.lang.String getSummary() {
336 return _wikiPage.getSummary();
337 }
338
339
344 public void setSummary(java.lang.String summary) {
345 _wikiPage.setSummary(summary);
346 }
347
348
353 public java.lang.String getFormat() {
354 return _wikiPage.getFormat();
355 }
356
357
362 public void setFormat(java.lang.String format) {
363 _wikiPage.setFormat(format);
364 }
365
366
371 public boolean getHead() {
372 return _wikiPage.getHead();
373 }
374
375
380 public boolean isHead() {
381 return _wikiPage.isHead();
382 }
383
384
389 public void setHead(boolean head) {
390 _wikiPage.setHead(head);
391 }
392
393
398 public java.lang.String getParentTitle() {
399 return _wikiPage.getParentTitle();
400 }
401
402
407 public void setParentTitle(java.lang.String parentTitle) {
408 _wikiPage.setParentTitle(parentTitle);
409 }
410
411
416 public java.lang.String getRedirectTitle() {
417 return _wikiPage.getRedirectTitle();
418 }
419
420
425 public void setRedirectTitle(java.lang.String redirectTitle) {
426 _wikiPage.setRedirectTitle(redirectTitle);
427 }
428
429
434 public int getStatus() {
435 return _wikiPage.getStatus();
436 }
437
438
443 public void setStatus(int status) {
444 _wikiPage.setStatus(status);
445 }
446
447
452 public long getStatusByUserId() {
453 return _wikiPage.getStatusByUserId();
454 }
455
456
461 public void setStatusByUserId(long statusByUserId) {
462 _wikiPage.setStatusByUserId(statusByUserId);
463 }
464
465
471 public java.lang.String getStatusByUserUuid()
472 throws com.liferay.portal.kernel.exception.SystemException {
473 return _wikiPage.getStatusByUserUuid();
474 }
475
476
481 public void setStatusByUserUuid(java.lang.String statusByUserUuid) {
482 _wikiPage.setStatusByUserUuid(statusByUserUuid);
483 }
484
485
490 public java.lang.String getStatusByUserName() {
491 return _wikiPage.getStatusByUserName();
492 }
493
494
499 public void setStatusByUserName(java.lang.String statusByUserName) {
500 _wikiPage.setStatusByUserName(statusByUserName);
501 }
502
503
508 public java.util.Date getStatusDate() {
509 return _wikiPage.getStatusDate();
510 }
511
512
517 public void setStatusDate(java.util.Date statusDate) {
518 _wikiPage.setStatusDate(statusDate);
519 }
520
521
524 public boolean getApproved() {
525 return _wikiPage.getApproved();
526 }
527
528
533 public boolean isApproved() {
534 return _wikiPage.isApproved();
535 }
536
537
542 public boolean isDraft() {
543 return _wikiPage.isDraft();
544 }
545
546
551 public boolean isExpired() {
552 return _wikiPage.isExpired();
553 }
554
555
560 public boolean isPending() {
561 return _wikiPage.isPending();
562 }
563
564 public boolean isNew() {
565 return _wikiPage.isNew();
566 }
567
568 public void setNew(boolean n) {
569 _wikiPage.setNew(n);
570 }
571
572 public boolean isCachedModel() {
573 return _wikiPage.isCachedModel();
574 }
575
576 public void setCachedModel(boolean cachedModel) {
577 _wikiPage.setCachedModel(cachedModel);
578 }
579
580 public boolean isEscapedModel() {
581 return _wikiPage.isEscapedModel();
582 }
583
584 public void setEscapedModel(boolean escapedModel) {
585 _wikiPage.setEscapedModel(escapedModel);
586 }
587
588 public java.io.Serializable getPrimaryKeyObj() {
589 return _wikiPage.getPrimaryKeyObj();
590 }
591
592 public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
593 return _wikiPage.getExpandoBridge();
594 }
595
596 public void setExpandoBridgeAttributes(
597 com.liferay.portal.service.ServiceContext serviceContext) {
598 _wikiPage.setExpandoBridgeAttributes(serviceContext);
599 }
600
601 public java.lang.Object clone() {
602 return _wikiPage.clone();
603 }
604
605 public int compareTo(com.liferay.portlet.wiki.model.WikiPage wikiPage) {
606 return _wikiPage.compareTo(wikiPage);
607 }
608
609 public int hashCode() {
610 return _wikiPage.hashCode();
611 }
612
613 public com.liferay.portlet.wiki.model.WikiPage toEscapedModel() {
614 return _wikiPage.toEscapedModel();
615 }
616
617 public java.lang.String toString() {
618 return _wikiPage.toString();
619 }
620
621 public java.lang.String toXmlString() {
622 return _wikiPage.toXmlString();
623 }
624
625 public java.lang.String getAttachmentsDir() {
626 return _wikiPage.getAttachmentsDir();
627 }
628
629 public java.lang.String[] getAttachmentsFiles()
630 throws com.liferay.portal.kernel.exception.PortalException,
631 com.liferay.portal.kernel.exception.SystemException {
632 return _wikiPage.getAttachmentsFiles();
633 }
634
635 public java.util.List<com.liferay.portlet.wiki.model.WikiPage> getChildPages() {
636 return _wikiPage.getChildPages();
637 }
638
639 public com.liferay.portlet.wiki.model.WikiNode getNode() {
640 return _wikiPage.getNode();
641 }
642
643 public com.liferay.portlet.wiki.model.WikiPage getParentPage() {
644 return _wikiPage.getParentPage();
645 }
646
647 public java.util.List<com.liferay.portlet.wiki.model.WikiPage> getParentPages() {
648 return _wikiPage.getParentPages();
649 }
650
651 public com.liferay.portlet.wiki.model.WikiPage getRedirectPage() {
652 return _wikiPage.getRedirectPage();
653 }
654
655 public void setAttachmentsDir(java.lang.String attachmentsDir) {
656 _wikiPage.setAttachmentsDir(attachmentsDir);
657 }
658
659 public WikiPage getWrappedWikiPage() {
660 return _wikiPage;
661 }
662
663 private WikiPage _wikiPage;
664 }