com.liferay.portlet.wiki.model
Interface WikiPage
- All Superinterfaces:
- AuditedModel, BaseModel<WikiPage>, ClassedModel, Cloneable, Comparable<WikiPage>, GroupedModel, PersistedModel, ResourcedModel, Serializable, StagedModel, 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, toUnescapedModel, toXmlString |
getAttachmentsFileEntries
List<FileEntry> getAttachmentsFileEntries()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAttachmentsFileEntries
List<FileEntry> getAttachmentsFileEntries(int start,
int end)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAttachmentsFileEntriesCount
int getAttachmentsFileEntriesCount()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAttachmentsFolderId
long getAttachmentsFolderId()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getChildPages
List<WikiPage> getChildPages()
getDeletedAttachmentsFileEntries
List<FileEntry> getDeletedAttachmentsFileEntries()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDeletedAttachmentsFileEntries
List<FileEntry> getDeletedAttachmentsFileEntries(int start,
int end)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDeletedAttachmentsFileEntriesCount
int getDeletedAttachmentsFileEntriesCount()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNode
WikiNode getNode()
getParentPage
WikiPage getParentPage()
getParentPages
List<WikiPage> getParentPages()
getRedirectPage
WikiPage getRedirectPage()
getViewableChildPages
List<WikiPage> getViewableChildPages()
getViewableParentPage
WikiPage getViewableParentPage()
getViewableParentPages
List<WikiPage> getViewableParentPages()
isInTrashContainer
boolean isInTrashContainer()
isResourceMain
boolean isResourceMain()
- Specified by:
isResourceMain in interface ResourcedModel- Specified by:
isResourceMain in interface WikiPageModel
setAttachmentsFolderId
void setAttachmentsFolderId(long attachmentsFolderId)