Liferay 6.0.5

com.liferay.portlet.wiki.model
Class WikiPageWrapper

java.lang.Object
  extended by com.liferay.portlet.wiki.model.WikiPageWrapper
All Implemented Interfaces:
BaseModel<WikiPage>, WikiPage, WikiPageModel, Serializable, Cloneable, Comparable<WikiPage>

public class WikiPageWrapper
extends Object
implements WikiPage

This class is a wrapper for WikiPage.

See Also:
WikiPage, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
WikiPageWrapper(WikiPage wikiPage)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(WikiPage wikiPage)
           
 String getAttachmentsDir()
           
 String[] getAttachmentsFiles()
           
 List<WikiPage> getChildPages()
           
 long getCompanyId()
          Gets the company id of this wiki page.
 String getContent()
          Gets the content of this wiki page.
 Date getCreateDate()
          Gets the create date of this wiki page.
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 String getFormat()
          Gets the format of this wiki page.
 long getGroupId()
          Gets the group id of this wiki page.
 boolean getHead()
          Gets the head of this wiki page.
 boolean getMinorEdit()
          Gets the minor edit of this wiki page.
 Date getModifiedDate()
          Gets the modified date of this wiki page.
 WikiNode getNode()
           
 long getNodeId()
          Gets the node id of this wiki page.
 long getPageId()
          Gets the page id of this wiki page.
 WikiPage getParentPage()
           
 List<WikiPage> getParentPages()
           
 String getParentTitle()
          Gets the parent title of this wiki page.
 long getPrimaryKey()
          Gets the primary key of this wiki page.
 Serializable getPrimaryKeyObj()
          Gets the primary key of this model instance.
 WikiPage getRedirectPage()
           
 String getRedirectTitle()
          Gets the redirect title of this wiki page.
 long getResourcePrimKey()
          Gets the resource prim key of this wiki page.
 int getStatus()
          Gets the status of this wiki page.
 long getStatusByUserId()
          Gets the status by user id of this wiki page.
 String getStatusByUserName()
          Gets the status by user name of this wiki page.
 String getStatusByUserUuid()
          Gets the status by user uuid of this wiki page.
 Date getStatusDate()
          Gets the status date of this wiki page.
 String getSummary()
          Gets the summary of this wiki page.
 String getTitle()
          Gets the title of this wiki page.
 long getUserId()
          Gets the user id of this wiki page.
 String getUserName()
          Gets the user name of this wiki page.
 String getUserUuid()
          Gets the user uuid of this wiki page.
 String getUuid()
          Gets the uuid of this wiki page.
 double getVersion()
          Gets the version of this wiki page.
 WikiPage getWrappedWikiPage()
           
 int hashCode()
           
 boolean isApproved()
          Determines whether this wiki page is approved.
 boolean isCachedModel()
          Determines if this model instance was retrieved from the entity cache.
 boolean isDraft()
          Determines whether this wiki page is a draft.
 boolean isEscapedModel()
          Determines if this model instance is escaped.
 boolean isExpired()
          Determines whether this wiki page is expired.
 boolean isHead()
          Determines whether this wiki page is head.
 boolean isMinorEdit()
          Determines whether this wiki page is minor edit.
 boolean isNew()
          Determines if this model instance does not yet exist in the database.
 boolean isPending()
          Determines whether this wiki page is pending.
 void setAttachmentsDir(String attachmentsDir)
           
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCompanyId(long companyId)
          Sets the company id of this wiki page.
 void setContent(String content)
          Sets the content of this wiki page.
 void setCreateDate(Date createDate)
          Sets the create date of this wiki page.
 void setEscapedModel(boolean escapedModel)
          Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setFormat(String format)
          Sets the format of this wiki page.
 void setGroupId(long groupId)
          Sets the group id of this wiki page.
 void setHead(boolean head)
          Sets whether this {$entity.humanName} is head.
 void setMinorEdit(boolean minorEdit)
          Sets whether this {$entity.humanName} is minor edit.
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this wiki page.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setNodeId(long nodeId)
          Sets the node id of this wiki page.
 void setPageId(long pageId)
          Sets the page id of this wiki page.
 void setParentTitle(String parentTitle)
          Sets the parent title of this wiki page.
 void setPrimaryKey(long pk)
          Sets the primary key of this wiki page
 void setRedirectTitle(String redirectTitle)
          Sets the redirect title of this wiki page.
 void setResourcePrimKey(long resourcePrimKey)
          Sets the resource prim key of this wiki page.
 void setStatus(int status)
          Sets the status of this wiki page.
 void setStatusByUserId(long statusByUserId)
          Sets the status by user id of this wiki page.
 void setStatusByUserName(String statusByUserName)
          Sets the status by user name of this wiki page.
 void setStatusByUserUuid(String statusByUserUuid)
          Sets the status by user uuid of this wiki page.
 void setStatusDate(Date statusDate)
          Sets the status date of this wiki page.
 void setSummary(String summary)
          Sets the summary of this wiki page.
 void setTitle(String title)
          Sets the title of this wiki page.
 void setUserId(long userId)
          Sets the user id of this wiki page.
 void setUserName(String userName)
          Sets the user name of this wiki page.
 void setUserUuid(String userUuid)
          Sets the user uuid of this wiki page.
 void setUuid(String uuid)
          Sets the uuid of this wiki page.
 void setVersion(double version)
          Sets the version of this wiki page.
 WikiPage toEscapedModel()
          Gets a copy of this wiki page as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WikiPageWrapper

public WikiPageWrapper(WikiPage wikiPage)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: WikiPageModel
Gets the primary key of this wiki page.

Specified by:
getPrimaryKey in interface WikiPageModel
Returns:
the primary key of this wiki page

setPrimaryKey

public void setPrimaryKey(long pk)
Description copied from interface: WikiPageModel
Sets the primary key of this wiki page

Specified by:
setPrimaryKey in interface WikiPageModel
Parameters:
pk - the primary key of this wiki page

getUuid

public String getUuid()
Description copied from interface: WikiPageModel
Gets the uuid of this wiki page.

Specified by:
getUuid in interface WikiPageModel
Returns:
the uuid of this wiki page

setUuid

public void setUuid(String uuid)
Description copied from interface: WikiPageModel
Sets the uuid of this wiki page.

Specified by:
setUuid in interface WikiPageModel
Parameters:
uuid - the uuid of this wiki page

getPageId

public long getPageId()
Description copied from interface: WikiPageModel
Gets the page id of this wiki page.

Specified by:
getPageId in interface WikiPageModel
Returns:
the page id of this wiki page

setPageId

public void setPageId(long pageId)
Description copied from interface: WikiPageModel
Sets the page id of this wiki page.

Specified by:
setPageId in interface WikiPageModel
Parameters:
pageId - the page id of this wiki page

getResourcePrimKey

public long getResourcePrimKey()
Description copied from interface: WikiPageModel
Gets the resource prim key of this wiki page.

Specified by:
getResourcePrimKey in interface WikiPageModel
Returns:
the resource prim key of this wiki page

setResourcePrimKey

public void setResourcePrimKey(long resourcePrimKey)
Description copied from interface: WikiPageModel
Sets the resource prim key of this wiki page.

Specified by:
setResourcePrimKey in interface WikiPageModel
Parameters:
resourcePrimKey - the resource prim key of this wiki page

getGroupId

public long getGroupId()
Description copied from interface: WikiPageModel
Gets the group id of this wiki page.

Specified by:
getGroupId in interface WikiPageModel
Returns:
the group id of this wiki page

setGroupId

public void setGroupId(long groupId)
Description copied from interface: WikiPageModel
Sets the group id of this wiki page.

Specified by:
setGroupId in interface WikiPageModel
Parameters:
groupId - the group id of this wiki page

getCompanyId

public long getCompanyId()
Description copied from interface: WikiPageModel
Gets the company id of this wiki page.

Specified by:
getCompanyId in interface WikiPageModel
Returns:
the company id of this wiki page

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: WikiPageModel
Sets the company id of this wiki page.

Specified by:
setCompanyId in interface WikiPageModel
Parameters:
companyId - the company id of this wiki page

getUserId

public long getUserId()
Description copied from interface: WikiPageModel
Gets the user id of this wiki page.

Specified by:
getUserId in interface WikiPageModel
Returns:
the user id of this wiki page

setUserId

public void setUserId(long userId)
Description copied from interface: WikiPageModel
Sets the user id of this wiki page.

Specified by:
setUserId in interface WikiPageModel
Parameters:
userId - the user id of this wiki page

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: WikiPageModel
Gets the user uuid of this wiki page.

Specified by:
getUserUuid in interface WikiPageModel
Returns:
the user uuid of this wiki page
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: WikiPageModel
Sets the user uuid of this wiki page.

Specified by:
setUserUuid in interface WikiPageModel
Parameters:
userUuid - the user uuid of this wiki page

getUserName

public String getUserName()
Description copied from interface: WikiPageModel
Gets the user name of this wiki page.

Specified by:
getUserName in interface WikiPageModel
Returns:
the user name of this wiki page

setUserName

public void setUserName(String userName)
Description copied from interface: WikiPageModel
Sets the user name of this wiki page.

Specified by:
setUserName in interface WikiPageModel
Parameters:
userName - the user name of this wiki page

getCreateDate

public Date getCreateDate()
Description copied from interface: WikiPageModel
Gets the create date of this wiki page.

Specified by:
getCreateDate in interface WikiPageModel
Returns:
the create date of this wiki page

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: WikiPageModel
Sets the create date of this wiki page.

Specified by:
setCreateDate in interface WikiPageModel
Parameters:
createDate - the create date of this wiki page

getModifiedDate

public Date getModifiedDate()
Description copied from interface: WikiPageModel
Gets the modified date of this wiki page.

Specified by:
getModifiedDate in interface WikiPageModel
Returns:
the modified date of this wiki page

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: WikiPageModel
Sets the modified date of this wiki page.

Specified by:
setModifiedDate in interface WikiPageModel
Parameters:
modifiedDate - the modified date of this wiki page

getNodeId

public long getNodeId()
Description copied from interface: WikiPageModel
Gets the node id of this wiki page.

Specified by:
getNodeId in interface WikiPageModel
Returns:
the node id of this wiki page

setNodeId

public void setNodeId(long nodeId)
Description copied from interface: WikiPageModel
Sets the node id of this wiki page.

Specified by:
setNodeId in interface WikiPageModel
Parameters:
nodeId - the node id of this wiki page

getTitle

public String getTitle()
Description copied from interface: WikiPageModel
Gets the title of this wiki page.

Specified by:
getTitle in interface WikiPageModel
Returns:
the title of this wiki page

setTitle

public void setTitle(String title)
Description copied from interface: WikiPageModel
Sets the title of this wiki page.

Specified by:
setTitle in interface WikiPageModel
Parameters:
title - the title of this wiki page

getVersion

public double getVersion()
Description copied from interface: WikiPageModel
Gets the version of this wiki page.

Specified by:
getVersion in interface WikiPageModel
Returns:
the version of this wiki page

setVersion

public void setVersion(double version)
Description copied from interface: WikiPageModel
Sets the version of this wiki page.

Specified by:
setVersion in interface WikiPageModel
Parameters:
version - the version of this wiki page

getMinorEdit

public boolean getMinorEdit()
Description copied from interface: WikiPageModel
Gets the minor edit of this wiki page.

Specified by:
getMinorEdit in interface WikiPageModel
Returns:
the minor edit of this wiki page

isMinorEdit

public boolean isMinorEdit()
Description copied from interface: WikiPageModel
Determines whether this wiki page is minor edit.

Specified by:
isMinorEdit in interface WikiPageModel
Returns:
whether this wiki page is minor edit

setMinorEdit

public void setMinorEdit(boolean minorEdit)
Description copied from interface: WikiPageModel
Sets whether this {$entity.humanName} is minor edit.

Specified by:
setMinorEdit in interface WikiPageModel
Parameters:
minorEdit - the minor edit of this wiki page

getContent

public String getContent()
Description copied from interface: WikiPageModel
Gets the content of this wiki page.

Specified by:
getContent in interface WikiPageModel
Returns:
the content of this wiki page

setContent

public void setContent(String content)
Description copied from interface: WikiPageModel
Sets the content of this wiki page.

Specified by:
setContent in interface WikiPageModel
Parameters:
content - the content of this wiki page

getSummary

public String getSummary()
Description copied from interface: WikiPageModel
Gets the summary of this wiki page.

Specified by:
getSummary in interface WikiPageModel
Returns:
the summary of this wiki page

setSummary

public void setSummary(String summary)
Description copied from interface: WikiPageModel
Sets the summary of this wiki page.

Specified by:
setSummary in interface WikiPageModel
Parameters:
summary - the summary of this wiki page

getFormat

public String getFormat()
Description copied from interface: WikiPageModel
Gets the format of this wiki page.

Specified by:
getFormat in interface WikiPageModel
Returns:
the format of this wiki page

setFormat

public void setFormat(String format)
Description copied from interface: WikiPageModel
Sets the format of this wiki page.

Specified by:
setFormat in interface WikiPageModel
Parameters:
format - the format of this wiki page

getHead

public boolean getHead()
Description copied from interface: WikiPageModel
Gets the head of this wiki page.

Specified by:
getHead in interface WikiPageModel
Returns:
the head of this wiki page

isHead

public boolean isHead()
Description copied from interface: WikiPageModel
Determines whether this wiki page is head.

Specified by:
isHead in interface WikiPageModel
Returns:
whether this wiki page is head

setHead

public void setHead(boolean head)
Description copied from interface: WikiPageModel
Sets whether this {$entity.humanName} is head.

Specified by:
setHead in interface WikiPageModel
Parameters:
head - the head of this wiki page

getParentTitle

public String getParentTitle()
Description copied from interface: WikiPageModel
Gets the parent title of this wiki page.

Specified by:
getParentTitle in interface WikiPageModel
Returns:
the parent title of this wiki page

setParentTitle

public void setParentTitle(String parentTitle)
Description copied from interface: WikiPageModel
Sets the parent title of this wiki page.

Specified by:
setParentTitle in interface WikiPageModel
Parameters:
parentTitle - the parent title of this wiki page

getRedirectTitle

public String getRedirectTitle()
Description copied from interface: WikiPageModel
Gets the redirect title of this wiki page.

Specified by:
getRedirectTitle in interface WikiPageModel
Returns:
the redirect title of this wiki page

setRedirectTitle

public void setRedirectTitle(String redirectTitle)
Description copied from interface: WikiPageModel
Sets the redirect title of this wiki page.

Specified by:
setRedirectTitle in interface WikiPageModel
Parameters:
redirectTitle - the redirect title of this wiki page

getStatus

public int getStatus()
Description copied from interface: WikiPageModel
Gets the status of this wiki page.

Specified by:
getStatus in interface WikiPageModel
Returns:
the status of this wiki page

setStatus

public void setStatus(int status)
Description copied from interface: WikiPageModel
Sets the status of this wiki page.

Specified by:
setStatus in interface WikiPageModel
Parameters:
status - the status of this wiki page

getStatusByUserId

public long getStatusByUserId()
Description copied from interface: WikiPageModel
Gets the status by user id of this wiki page.

Specified by:
getStatusByUserId in interface WikiPageModel
Returns:
the status by user id of this wiki page

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Description copied from interface: WikiPageModel
Sets the status by user id of this wiki page.

Specified by:
setStatusByUserId in interface WikiPageModel
Parameters:
statusByUserId - the status by user id of this wiki page

getStatusByUserUuid

public String getStatusByUserUuid()
                           throws SystemException
Description copied from interface: WikiPageModel
Gets the status by user uuid of this wiki page.

Specified by:
getStatusByUserUuid in interface WikiPageModel
Returns:
the status by user uuid of this wiki page
Throws:
SystemException - if a system exception occurred

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Description copied from interface: WikiPageModel
Sets the status by user uuid of this wiki page.

Specified by:
setStatusByUserUuid in interface WikiPageModel
Parameters:
statusByUserUuid - the status by user uuid of this wiki page

getStatusByUserName

public String getStatusByUserName()
Description copied from interface: WikiPageModel
Gets the status by user name of this wiki page.

Specified by:
getStatusByUserName in interface WikiPageModel
Returns:
the status by user name of this wiki page

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Description copied from interface: WikiPageModel
Sets the status by user name of this wiki page.

Specified by:
setStatusByUserName in interface WikiPageModel
Parameters:
statusByUserName - the status by user name of this wiki page

getStatusDate

public Date getStatusDate()
Description copied from interface: WikiPageModel
Gets the status date of this wiki page.

Specified by:
getStatusDate in interface WikiPageModel
Returns:
the status date of this wiki page

setStatusDate

public void setStatusDate(Date statusDate)
Description copied from interface: WikiPageModel
Sets the status date of this wiki page.

Specified by:
setStatusDate in interface WikiPageModel
Parameters:
statusDate - the status date of this wiki page

isApproved

public boolean isApproved()
Description copied from interface: WikiPageModel
Determines whether this wiki page is approved.

Specified by:
isApproved in interface WikiPageModel
Returns:
true if this wiki page is approved; false otherwise

isDraft

public boolean isDraft()
Description copied from interface: WikiPageModel
Determines whether this wiki page is a draft.

Specified by:
isDraft in interface WikiPageModel
Returns:
true if this wiki page is a draft; false otherwise

isExpired

public boolean isExpired()
Description copied from interface: WikiPageModel
Determines whether this wiki page is expired.

Specified by:
isExpired in interface WikiPageModel
Returns:
true if this wiki page is expired; false otherwise

isPending

public boolean isPending()
Description copied from interface: WikiPageModel
Determines whether this wiki page is pending.

Specified by:
isPending in interface WikiPageModel
Returns:
true if this wiki page is pending; false otherwise

toEscapedModel

public WikiPage toEscapedModel()
Description copied from interface: WikiPageModel
Gets a copy of this wiki page as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface WikiPageModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

isNew

public boolean isNew()
Description copied from interface: BaseModel
Determines if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<WikiPage>
Specified by:
isNew in interface WikiPageModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<WikiPage>
Specified by:
setNew in interface WikiPageModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Determines if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<WikiPage>
Specified by:
isCachedModel in interface WikiPageModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<WikiPage>
Specified by:
setCachedModel in interface WikiPageModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Determines if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<WikiPage>
Specified by:
isEscapedModel in interface WikiPageModel
Returns:
true if this model instance is escaped; false otherwise
See Also:
BaseModel.setEscapedModel(boolean)

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Description copied from interface: BaseModel
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.

A model instance can be made escaped by wrapping it with an HTML auto escape handler using its toEscapedModel method. For example, UserModel.toEscapedModel().

Specified by:
setEscapedModel in interface BaseModel<WikiPage>
Specified by:
setEscapedModel in interface WikiPageModel
Parameters:
escapedModel - whether this model instance is escaped
See Also:
AutoEscapeBeanHandler

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Gets the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<WikiPage>
Specified by:
getPrimaryKeyObj in interface WikiPageModel
Returns:
the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<WikiPage>
Specified by:
getExpandoBridge in interface WikiPageModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<WikiPage>
Specified by:
setExpandoBridgeAttributes in interface WikiPageModel
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<WikiPage>
Specified by:
clone in interface WikiPageModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(WikiPage wikiPage)
Specified by:
compareTo in interface WikiPageModel
Specified by:
compareTo in interface Comparable<WikiPage>

hashCode

public int hashCode()
Specified by:
hashCode in interface WikiPageModel
Overrides:
hashCode in class Object

toString

public String toString()
Specified by:
toString in interface WikiPageModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Gets the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<WikiPage>
Specified by:
toXmlString in interface WikiPageModel
Returns:
the XML representation of this model instance

getAttachmentsDir

public String getAttachmentsDir()
Specified by:
getAttachmentsDir in interface WikiPage

getAttachmentsFiles

public String[] getAttachmentsFiles()
                             throws PortalException,
                                    SystemException
Specified by:
getAttachmentsFiles in interface WikiPage
Throws:
PortalException
SystemException

getChildPages

public List<WikiPage> getChildPages()
Specified by:
getChildPages in interface WikiPage

getNode

public WikiNode getNode()
Specified by:
getNode in interface WikiPage

getParentPage

public WikiPage getParentPage()
Specified by:
getParentPage in interface WikiPage

getParentPages

public List<WikiPage> getParentPages()
Specified by:
getParentPages in interface WikiPage

getRedirectPage

public WikiPage getRedirectPage()
Specified by:
getRedirectPage in interface WikiPage

setAttachmentsDir

public void setAttachmentsDir(String attachmentsDir)
Specified by:
setAttachmentsDir in interface WikiPage

getWrappedWikiPage

public WikiPage getWrappedWikiPage()

Liferay 6.0.5