Liferay 6.2-ce-ga5

com.liferay.portlet.wiki.model.impl
Class WikiNodeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<WikiNode>
      extended by com.liferay.portlet.wiki.model.impl.WikiNodeModelImpl
          extended by com.liferay.portlet.wiki.model.impl.WikiNodeBaseImpl
              extended by com.liferay.portlet.wiki.model.impl.WikiNodeImpl
All Implemented Interfaces:
AuditedModel, BaseModel<WikiNode>, ClassedModel, ContainerModel, GroupedModel, PersistedModel, StagedGroupedModel, StagedModel, TrashedModel, WorkflowedModel, WikiNode, WikiNodeModel, Serializable, Cloneable, Comparable<WikiNode>

public class WikiNodeImpl
extends WikiNodeBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.wiki.model.impl.WikiNodeModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
WikiNodeImpl()
           
 
Method Summary
 Folder addAttachmentsFolder()
           
 long getAttachmentsFolderId()
           
 List<FileEntry> getDeletedAttachmentsFiles()
           
 boolean isInTrashExplicitly()
           
 
Methods inherited from class com.liferay.portlet.wiki.model.impl.WikiNodeBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.wiki.model.impl.WikiNodeModelImpl
clone, compareTo, equals, getApproved, getColumnBitmask, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDescription, getExpandoBridge, getGroupId, getLastPostDate, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getNodeId, getOriginalCompanyId, getOriginalGroupId, getOriginalName, getOriginalStatus, getOriginalUuid, getParentContainerModelId, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isPending, isScheduled, resetOriginalValues, setCompanyId, setContainerModelId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setModelAttributes, setModifiedDate, setName, setNodeId, setParentContainerModelId, setPrimaryKey, setPrimaryKeyObj, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

WikiNodeImpl

public WikiNodeImpl()
Method Detail

addAttachmentsFolder

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

getAttachmentsFolderId

public long getAttachmentsFolderId()
                            throws SystemException
Throws:
SystemException

getDeletedAttachmentsFiles

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

isInTrashExplicitly

public boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5