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 public Class<?> getModelClass() {
032 return WikiPage.class;
033 }
034
035 public String getModelClassName() {
036 return WikiPage.class.getName();
037 }
038
039
044 public long getPrimaryKey() {
045 return _wikiPage.getPrimaryKey();
046 }
047
048
053 public void setPrimaryKey(long primaryKey) {
054 _wikiPage.setPrimaryKey(primaryKey);
055 }
056
057
062 public java.lang.String getUuid() {
063 return _wikiPage.getUuid();
064 }
065
066
071 public void setUuid(java.lang.String uuid) {
072 _wikiPage.setUuid(uuid);
073 }
074
075
080 public long getPageId() {
081 return _wikiPage.getPageId();
082 }
083
084
089 public void setPageId(long pageId) {
090 _wikiPage.setPageId(pageId);
091 }
092
093
098 public long getResourcePrimKey() {
099 return _wikiPage.getResourcePrimKey();
100 }
101
102
107 public void setResourcePrimKey(long resourcePrimKey) {
108 _wikiPage.setResourcePrimKey(resourcePrimKey);
109 }
110
111 public boolean isResourceMain() {
112 return _wikiPage.isResourceMain();
113 }
114
115
120 public long getGroupId() {
121 return _wikiPage.getGroupId();
122 }
123
124
129 public void setGroupId(long groupId) {
130 _wikiPage.setGroupId(groupId);
131 }
132
133
138 public long getCompanyId() {
139 return _wikiPage.getCompanyId();
140 }
141
142
147 public void setCompanyId(long companyId) {
148 _wikiPage.setCompanyId(companyId);
149 }
150
151
156 public long getUserId() {
157 return _wikiPage.getUserId();
158 }
159
160
165 public void setUserId(long userId) {
166 _wikiPage.setUserId(userId);
167 }
168
169
175 public java.lang.String getUserUuid()
176 throws com.liferay.portal.kernel.exception.SystemException {
177 return _wikiPage.getUserUuid();
178 }
179
180
185 public void setUserUuid(java.lang.String userUuid) {
186 _wikiPage.setUserUuid(userUuid);
187 }
188
189
194 public java.lang.String getUserName() {
195 return _wikiPage.getUserName();
196 }
197
198
203 public void setUserName(java.lang.String userName) {
204 _wikiPage.setUserName(userName);
205 }
206
207
212 public java.util.Date getCreateDate() {
213 return _wikiPage.getCreateDate();
214 }
215
216
221 public void setCreateDate(java.util.Date createDate) {
222 _wikiPage.setCreateDate(createDate);
223 }
224
225
230 public java.util.Date getModifiedDate() {
231 return _wikiPage.getModifiedDate();
232 }
233
234
239 public void setModifiedDate(java.util.Date modifiedDate) {
240 _wikiPage.setModifiedDate(modifiedDate);
241 }
242
243
248 public long getNodeId() {
249 return _wikiPage.getNodeId();
250 }
251
252
257 public void setNodeId(long nodeId) {
258 _wikiPage.setNodeId(nodeId);
259 }
260
261
266 public java.lang.String getTitle() {
267 return _wikiPage.getTitle();
268 }
269
270
275 public void setTitle(java.lang.String title) {
276 _wikiPage.setTitle(title);
277 }
278
279
284 public double getVersion() {
285 return _wikiPage.getVersion();
286 }
287
288
293 public void setVersion(double version) {
294 _wikiPage.setVersion(version);
295 }
296
297
302 public boolean getMinorEdit() {
303 return _wikiPage.getMinorEdit();
304 }
305
306
311 public boolean isMinorEdit() {
312 return _wikiPage.isMinorEdit();
313 }
314
315
320 public void setMinorEdit(boolean minorEdit) {
321 _wikiPage.setMinorEdit(minorEdit);
322 }
323
324
329 public java.lang.String getContent() {
330 return _wikiPage.getContent();
331 }
332
333
338 public void setContent(java.lang.String content) {
339 _wikiPage.setContent(content);
340 }
341
342
347 public java.lang.String getSummary() {
348 return _wikiPage.getSummary();
349 }
350
351
356 public void setSummary(java.lang.String summary) {
357 _wikiPage.setSummary(summary);
358 }
359
360
365 public java.lang.String getFormat() {
366 return _wikiPage.getFormat();
367 }
368
369
374 public void setFormat(java.lang.String format) {
375 _wikiPage.setFormat(format);
376 }
377
378
383 public boolean getHead() {
384 return _wikiPage.getHead();
385 }
386
387
392 public boolean isHead() {
393 return _wikiPage.isHead();
394 }
395
396
401 public void setHead(boolean head) {
402 _wikiPage.setHead(head);
403 }
404
405
410 public java.lang.String getParentTitle() {
411 return _wikiPage.getParentTitle();
412 }
413
414
419 public void setParentTitle(java.lang.String parentTitle) {
420 _wikiPage.setParentTitle(parentTitle);
421 }
422
423
428 public java.lang.String getRedirectTitle() {
429 return _wikiPage.getRedirectTitle();
430 }
431
432
437 public void setRedirectTitle(java.lang.String redirectTitle) {
438 _wikiPage.setRedirectTitle(redirectTitle);
439 }
440
441
446 public int getStatus() {
447 return _wikiPage.getStatus();
448 }
449
450
455 public void setStatus(int status) {
456 _wikiPage.setStatus(status);
457 }
458
459
464 public long getStatusByUserId() {
465 return _wikiPage.getStatusByUserId();
466 }
467
468
473 public void setStatusByUserId(long statusByUserId) {
474 _wikiPage.setStatusByUserId(statusByUserId);
475 }
476
477
483 public java.lang.String getStatusByUserUuid()
484 throws com.liferay.portal.kernel.exception.SystemException {
485 return _wikiPage.getStatusByUserUuid();
486 }
487
488
493 public void setStatusByUserUuid(java.lang.String statusByUserUuid) {
494 _wikiPage.setStatusByUserUuid(statusByUserUuid);
495 }
496
497
502 public java.lang.String getStatusByUserName() {
503 return _wikiPage.getStatusByUserName();
504 }
505
506
511 public void setStatusByUserName(java.lang.String statusByUserName) {
512 _wikiPage.setStatusByUserName(statusByUserName);
513 }
514
515
520 public java.util.Date getStatusDate() {
521 return _wikiPage.getStatusDate();
522 }
523
524
529 public void setStatusDate(java.util.Date statusDate) {
530 _wikiPage.setStatusDate(statusDate);
531 }
532
533
536 public boolean getApproved() {
537 return _wikiPage.getApproved();
538 }
539
540
545 public boolean isApproved() {
546 return _wikiPage.isApproved();
547 }
548
549
554 public boolean isDraft() {
555 return _wikiPage.isDraft();
556 }
557
558
563 public boolean isExpired() {
564 return _wikiPage.isExpired();
565 }
566
567
572 public boolean isPending() {
573 return _wikiPage.isPending();
574 }
575
576 public boolean isNew() {
577 return _wikiPage.isNew();
578 }
579
580 public void setNew(boolean n) {
581 _wikiPage.setNew(n);
582 }
583
584 public boolean isCachedModel() {
585 return _wikiPage.isCachedModel();
586 }
587
588 public void setCachedModel(boolean cachedModel) {
589 _wikiPage.setCachedModel(cachedModel);
590 }
591
592 public boolean isEscapedModel() {
593 return _wikiPage.isEscapedModel();
594 }
595
596 public java.io.Serializable getPrimaryKeyObj() {
597 return _wikiPage.getPrimaryKeyObj();
598 }
599
600 public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj) {
601 _wikiPage.setPrimaryKeyObj(primaryKeyObj);
602 }
603
604 public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
605 return _wikiPage.getExpandoBridge();
606 }
607
608 public void setExpandoBridgeAttributes(
609 com.liferay.portal.service.ServiceContext serviceContext) {
610 _wikiPage.setExpandoBridgeAttributes(serviceContext);
611 }
612
613 @Override
614 public java.lang.Object clone() {
615 return new WikiPageWrapper((WikiPage)_wikiPage.clone());
616 }
617
618 public int compareTo(com.liferay.portlet.wiki.model.WikiPage wikiPage) {
619 return _wikiPage.compareTo(wikiPage);
620 }
621
622 @Override
623 public int hashCode() {
624 return _wikiPage.hashCode();
625 }
626
627 public com.liferay.portal.model.CacheModel<com.liferay.portlet.wiki.model.WikiPage> toCacheModel() {
628 return _wikiPage.toCacheModel();
629 }
630
631 public com.liferay.portlet.wiki.model.WikiPage toEscapedModel() {
632 return new WikiPageWrapper(_wikiPage.toEscapedModel());
633 }
634
635 @Override
636 public java.lang.String toString() {
637 return _wikiPage.toString();
638 }
639
640 public java.lang.String toXmlString() {
641 return _wikiPage.toXmlString();
642 }
643
644 public void persist()
645 throws com.liferay.portal.kernel.exception.SystemException {
646 _wikiPage.persist();
647 }
648
649 public java.lang.String getAttachmentsDir() {
650 return _wikiPage.getAttachmentsDir();
651 }
652
653 public java.lang.String[] getAttachmentsFiles()
654 throws com.liferay.portal.kernel.exception.PortalException,
655 com.liferay.portal.kernel.exception.SystemException {
656 return _wikiPage.getAttachmentsFiles();
657 }
658
659 public java.util.List<com.liferay.portlet.wiki.model.WikiPage> getChildPages() {
660 return _wikiPage.getChildPages();
661 }
662
663 public com.liferay.portlet.wiki.model.WikiNode getNode() {
664 return _wikiPage.getNode();
665 }
666
667 public com.liferay.portlet.wiki.model.WikiPage getParentPage() {
668 return _wikiPage.getParentPage();
669 }
670
671 public java.util.List<com.liferay.portlet.wiki.model.WikiPage> getParentPages() {
672 return _wikiPage.getParentPages();
673 }
674
675 public com.liferay.portlet.wiki.model.WikiPage getRedirectPage() {
676 return _wikiPage.getRedirectPage();
677 }
678
679 public void setAttachmentsDir(java.lang.String attachmentsDir) {
680 _wikiPage.setAttachmentsDir(attachmentsDir);
681 }
682
683 public WikiPage getWrappedWikiPage() {
684 return _wikiPage;
685 }
686
687 public void resetOriginalValues() {
688 _wikiPage.resetOriginalValues();
689 }
690
691 private WikiPage _wikiPage;
692 }