com.liferay.portlet.wiki.model
Interface WikiPage
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, WikiPageModel
public interface WikiPage
- extends WikiPageModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the WikiPage
table
in the database.
Customize com.liferay.portlet.wiki.service.model.impl.WikiPageImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.wiki.service.model.WikiPageModel
,
com.liferay.portlet.wiki.service.model.impl.WikiPageImpl
,
com.liferay.portlet.wiki.service.model.impl.WikiPageModelImpl
Methods inherited from interface com.liferay.portlet.wiki.model.WikiPageModel |
getCompanyId, getContent, getCreateDate, getFormat, getHead, getModifiedDate, getNodeId, getPageId, getParentTitle, getPrimaryKey, getRedirectTitle, getResourcePrimKey, getSummary, getTitle, getUserId, getUserName, getUuid, getVersion, isHead, setCompanyId, setContent, setCreateDate, setFormat, setHead, setModifiedDate, setNodeId, setPageId, setParentTitle, setPrimaryKey, setRedirectTitle, setResourcePrimKey, setSummary, setTitle, setUserId, setUserName, setUuid, setVersion, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |
getUserUuid
java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)
getNode
WikiNode getNode()
getParentPage
WikiPage getParentPage()
getParentPages
java.util.List<WikiPage> getParentPages()
getChildPages
java.util.List<WikiPage> getChildPages()
getRedirectPage
WikiPage getRedirectPage()
getAttachmentsDir
java.lang.String getAttachmentsDir()
setAttachmentsDir
void setAttachmentsDir(java.lang.String attachmentsDir)
getAttachmentsFiles
java.lang.String[] getAttachmentsFiles()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException