Liferay 6.2.0-ce-m1

com.liferay.portlet.wiki.model
Interface WikiNode

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

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
 List<Tuple> getDeletedAttachmentsFiles()
           
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiNodeModel
clone, compareTo, getApproved, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getLastPostDate, getModifiedDate, getName, getNodeId, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setModifiedDate, setName, setNew, setNodeId, setPrimaryKey, setPrimaryKeyObj, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getDeletedAttachmentsFiles

List<Tuple> getDeletedAttachmentsFiles()
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

Liferay 6.2.0-ce-m1