Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model.impl
Class JournalFolderImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<JournalFolder>
      extended by com.liferay.portlet.journal.model.impl.JournalFolderModelImpl
          extended by com.liferay.portlet.journal.model.impl.JournalFolderBaseImpl
              extended by com.liferay.portlet.journal.model.impl.JournalFolderImpl
All Implemented Interfaces:
AuditedModel, BaseModel<JournalFolder>, ClassedModel, ContainerModel, GroupedModel, PersistedModel, StagedGroupedModel, StagedModel, TrashedModel, TreeModel, WorkflowedModel, JournalFolder, JournalFolderModel, Serializable, Cloneable, Comparable<JournalFolder>

public class JournalFolderImpl
extends JournalFolderBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalFolderModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FOLDERID_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTFOLDERID_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portlet.journal.model.JournalFolder
FOLDER_ID_ACCESSOR
 
Constructor Summary
JournalFolderImpl()
           
 
Method Summary
 List<Long> getAncestorFolderIds()
           
 List<JournalFolder> getAncestors()
           
 JournalFolder getParentFolder()
           
 boolean isInTrashExplicitly()
           
 boolean isRoot()
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalFolderBaseImpl
buildTreePath, persist, updateTreePath
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalFolderModelImpl
clone, compareTo, equals, getApproved, getColumnBitmask, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCompanyId, getOriginalFolderId, getOriginalGroupId, getOriginalName, getOriginalParentFolderId, getOriginalStatus, getOriginalUuid, getParentContainerModelId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isPending, isScheduled, resetOriginalValues, setCompanyId, setContainerModelId, setCreateDate, setDescription, setExpandoBridgeAttributes, setFolderId, setGroupId, setModelAttributes, setModifiedDate, setName, setParentContainerModelId, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, 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.journal.model.JournalFolderModel
clone, compareTo, getApproved, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getModifiedDate, getName, getParentContainerModelId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, 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, setFolderId, setGroupId, setModifiedDate, setName, setNew, setParentContainerModelId, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, 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.TreeModel
getPrimaryKeyObj, getTreePath
 

Constructor Detail

JournalFolderImpl

public JournalFolderImpl()
Method Detail

getAncestorFolderIds

public List<Long> getAncestorFolderIds()
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

getAncestors

public List<JournalFolder> getAncestors()
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

getParentFolder

public JournalFolder getParentFolder()
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

isInTrashExplicitly

public boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

isRoot

public boolean isRoot()

Liferay 6.2-ce-ga5