com.liferay.portlet.wiki.model
Interface WikiPage
- All Superinterfaces:
- BaseModel<WikiPage>, java.lang.Cloneable, java.lang.Comparable<WikiPage>, java.io.Serializable, WikiPageModel
- All Known Implementing Classes:
- WikiPageWrapper
public interface WikiPage
- extends WikiPageModel
The model interface for the WikiPage service. Represents a row in the "WikiPage" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.wiki.model.impl.WikiPageImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a wiki page model instance should use the WikiPage interface instead.
- Author:
- Brian Wing Shun Chan
- See Also:
WikiPageModel,
com.liferay.portlet.wiki.model.impl.WikiPageImpl,
com.liferay.portlet.wiki.model.impl.WikiPageModelImpl- Generated:
| Methods inherited from interface com.liferay.portlet.wiki.model.WikiPageModel |
clone, compareTo, getCompanyId, getContent, getCreateDate, getExpandoBridge, getFormat, getGroupId, getHead, getMinorEdit, getModifiedDate, getNodeId, getPageId, getParentTitle, getPrimaryKey, getPrimaryKeyObj, getRedirectTitle, getResourcePrimKey, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSummary, getTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isCachedModel, isDraft, isEscapedModel, isExpired, isHead, isMinorEdit, isNew, isPending, setCachedModel, setCompanyId, setContent, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFormat, setGroupId, setHead, setMinorEdit, setModifiedDate, setNew, setNodeId, setPageId, setParentTitle, setPrimaryKey, setRedirectTitle, setResourcePrimKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSummary, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toEscapedModel, toString, toXmlString |
getAttachmentsDir
java.lang.String getAttachmentsDir()
getAttachmentsFiles
java.lang.String[] getAttachmentsFiles()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getChildPages
java.util.List<WikiPage> getChildPages()
getNode
WikiNode getNode()
getParentPage
WikiPage getParentPage()
getParentPages
java.util.List<WikiPage> getParentPages()
getRedirectPage
WikiPage getRedirectPage()
setAttachmentsDir
void setAttachmentsDir(java.lang.String attachmentsDir)