com.liferay.portlet.wiki.model
Interface WikiPage
- All Superinterfaces:
- AuditedModel, BaseModel<WikiPage>, ClassedModel, Cloneable, Comparable<WikiPage>, GroupedModel, PersistedModel, ResourcedModel, Serializable, WikiPageModel, WorkflowedModel
- All Known Implementing Classes:
- WikiPageBaseImpl, WikiPageImpl, WikiPageWrapper
public interface WikiPage
- extends WikiPageModel, PersistedModel
The extended model interface for the WikiPage service. Represents a row in the "WikiPage" database table, with each column mapped to a property of this class.
- See Also:
WikiPageModel,
WikiPageImpl,
WikiPageModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Methods inherited from interface com.liferay.portlet.wiki.model.WikiPageModel |
clone, compareTo, getApproved, 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, isDenied, isDraft, isEscapedModel, isExpired, isHead, isInactive, isIncomplete, isInTrash, isMinorEdit, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setContent, setCreateDate, setExpandoBridgeAttributes, setFormat, setGroupId, setHead, setMinorEdit, setModifiedDate, setNew, setNodeId, setPageId, setParentTitle, setPrimaryKey, setPrimaryKeyObj, setRedirectTitle, setResourcePrimKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSummary, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toString, toXmlString |
getAttachmentsDir
String getAttachmentsDir()
getAttachmentsFiles
String[] getAttachmentsFiles()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getChildPages
List<WikiPage> getChildPages()
getDeletedAttachmentsDir
String getDeletedAttachmentsDir()
getDeletedAttachmentsFiles
String[] getDeletedAttachmentsFiles()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNode
WikiNode getNode()
getParentPage
WikiPage getParentPage()
getParentPages
List<WikiPage> getParentPages()
getRedirectPage
WikiPage getRedirectPage()
isInTrashFolder
boolean isInTrashFolder()
isResourceMain
boolean isResourceMain()
- Specified by:
isResourceMain in interface ResourcedModel- Specified by:
isResourceMain in interface WikiPageModel
setAttachmentsDir
void setAttachmentsDir(String attachmentsDir)
setDeletedAttachmentsDir
void setDeletedAttachmentsDir(String deletedAttachmentsDir)