public class DLFolderImpl extends DLFolderBaseImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_DLFILEENTRYTYPES_DLFOLDERS, FOLDERID_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, HIDDEN_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_COLUMNS, MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_NAME, MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_SQL_CREATE, MOUNTPOINT_COLUMN_BITMASK, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTFOLDERID_COLUMN_BITMASK, REPOSITORYID_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TREEPATH_COLUMN_BITMASK, TX_MANAGER, UUID_COLUMN_BITMASK
Constructor and Description |
---|
DLFolderImpl() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getAncestorFolderIds() |
List<com.liferay.document.library.kernel.model.DLFolder> |
getAncestors() |
com.liferay.document.library.kernel.model.DLFolder |
getParentFolder() |
String |
getPath() |
String[] |
getPathArray() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
boolean |
hasInheritableLock() |
boolean |
hasLock() |
boolean |
isInHiddenFolder() |
boolean |
isLocked() |
boolean |
isRoot() |
buildTreePath, persist, updateTreePath
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getCtCollectionId, getDefaultFileEntryTypeId, getDescription, getExpandoBridge, getFolderId, getGroupId, getHidden, getLastPostDate, getLastPublishDate, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMountPoint, getMvccVersion, getName, getOriginalCompanyId, getOriginalFolderId, getOriginalGroupId, getOriginalHidden, getOriginalMountPoint, getOriginalName, getOriginalParentFolderId, getOriginalRepositoryId, getOriginalStatus, getOriginalTreePath, getOriginalUuid, getParentContainerModelId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getRestrictionType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTreePath, getUserId, getUserName, getUserUuid, getUuid, hashCode, hasSetModifiedDate, isApproved, isDenied, isDraft, isEntityCacheEnabled, isExpired, isFinderCacheEnabled, isHidden, isInactive, isIncomplete, isInTrash, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isMountPoint, isPending, isScheduled, resetOriginalValues, setCompanyId, setContainerModelId, setCreateDate, setCtCollectionId, setDefaultFileEntryTypeId, setDescription, setExpandoBridgeAttributes, setFolderId, setGroupId, setHidden, setLastPostDate, setLastPublishDate, setModelAttributes, setModifiedDate, setMountPoint, setMvccVersion, setName, setParentContainerModelId, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setRestrictionType, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
cloneWithOriginalValues, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getCtCollectionId, getDefaultFileEntryTypeId, getDescription, getFolderId, getGroupId, getHidden, getLastPostDate, getLastPublishDate, getModifiedDate, getMountPoint, getMvccVersion, getName, getParentContainerModelId, getParentFolderId, getPrimaryKey, getRepositoryId, getRestrictionType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTreePath, getUserId, getUserName, getUserUuid, getUuid, isApproved, isDenied, isDraft, isExpired, isHidden, isInactive, isIncomplete, isInTrash, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isMountPoint, isPending, isScheduled, setCompanyId, setContainerModelId, setCreateDate, setCtCollectionId, setDefaultFileEntryTypeId, setDescription, setFolderId, setGroupId, setHidden, setLastPostDate, setLastPublishDate, setModifiedDate, setMountPoint, setMvccVersion, setName, setParentContainerModelId, setParentFolderId, setPrimaryKey, setRepositoryId, setRestrictionType, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, setUserId, setUserName, setUserUuid, setUuid
getModelClass, getModelClassName
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public List<Long> getAncestorFolderIds() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.document.library.kernel.model.DLFolder> getAncestors() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.document.library.kernel.model.DLFolder getParentFolder() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String getPath() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String[] getPathArray() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
getStagedModelType
in class DLFolderModelImpl
public boolean hasInheritableLock()
public boolean hasLock()
public boolean isInHiddenFolder()
public boolean isLocked()
public boolean isRoot()