Liferay 6.2-ce-ga5

com.liferay.portlet.wiki.model
Interface WikiNode

All Superinterfaces:
AuditedModel, BaseModel<WikiNode>, ClassedModel, Cloneable, Comparable<WikiNode>, ContainerModel, GroupedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, TrashedModel, WikiNodeModel, WorkflowedModel
All Known Implementing Classes:
WikiNodeBaseImpl, WikiNodeImpl, WikiNodeWrapper

@ProviderType
public interface WikiNode
extends WikiNodeModel, PersistedModel

The extended model interface for the WikiNode service. Represents a row in the "WikiNode" database table, with each column mapped to a property of this class.

See Also:
WikiNodeModel, WikiNodeImpl, WikiNodeModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 Folder addAttachmentsFolder()
           
 long getAttachmentsFolderId()
           
 List<FileEntry> getDeletedAttachmentsFiles()
           
 boolean isInTrashExplicitly()
           
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiNodeModel
clone, compareTo, getApproved, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDescription, getExpandoBridge, getGroupId, getLastPostDate, getModifiedDate, getName, getNodeId, getParentContainerModelId, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setContainerModelId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setModifiedDate, setName, setNew, setNodeId, setParentContainerModelId, setPrimaryKey, setPrimaryKeyObj, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ContainerModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

addAttachmentsFolder

Folder addAttachmentsFolder()
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getAttachmentsFolderId

long getAttachmentsFolderId()
                            throws SystemException
Throws:
SystemException

getDeletedAttachmentsFiles

List<FileEntry> getDeletedAttachmentsFiles()
                                           throws SystemException
Throws:
SystemException

isInTrashExplicitly

boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5