Class DLFolderBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFolder>
com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl
com.liferay.portlet.documentlibrary.model.impl.DLFolderBaseImpl
- All Implemented Interfaces:
com.liferay.document.library.kernel.model.DLFolder
,com.liferay.document.library.kernel.model.DLFolderModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.document.library.kernel.model.DLFolder>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ContainerModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.TrashedModel
,com.liferay.portal.kernel.model.TreeModel
,com.liferay.portal.kernel.model.WorkflowedModel
,Serializable
,Cloneable
,Comparable<com.liferay.document.library.kernel.model.DLFolder>
- Direct Known Subclasses:
DLFolderImpl
public abstract class DLFolderBaseImpl
extends DLFolderModelImpl
implements com.liferay.document.library.kernel.model.DLFolder
The extended model base implementation for the DLFolder service. Represents a row in the "DLFolder" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in DLFolderImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
DLFolderImpl
DLFolder
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, EXTERNALREFERENCECODE_COLUMN_BITMASK, 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, ORDER_BY_SQL_INLINE_DISTINCT, 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
Fields inherited from interface com.liferay.document.library.kernel.model.DLFolder
FOLDER_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getCtCollectionId, getDefaultFileEntryTypeId, getDescription, getExpandoBridge, getExternalReferenceCode, getFolderId, getGroupId, getHidden, getLastPostDate, getLastPublishDate, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMountPoint, getMvccVersion, getName, getOriginalCompanyId, getOriginalExternalReferenceCode, getOriginalFolderId, getOriginalGroupId, getOriginalHidden, getOriginalMountPoint, getOriginalName, getOriginalParentFolderId, getOriginalRepositoryId, getOriginalStatus, getOriginalTreePath, getOriginalUuid, getParentContainerModelId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getRestrictionType, getStagedModelType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntryClassPK, getTreePath, getUserId, getUserName, getUserUuid, getUuid, hashCode, hasSetModifiedDate, isApproved, isDenied, isDraft, isEntityCacheEnabled, isExpired, isFinderCacheEnabled, isHidden, isInactive, isIncomplete, isInTrash, isMountPoint, isPending, isScheduled, resetOriginalValues, setCompanyId, setContainerModelId, setCreateDate, setCtCollectionId, setDefaultFileEntryTypeId, setDescription, setExpandoBridgeAttributes, setExternalReferenceCode, 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
Methods inherited from class com.liferay.portal.kernel.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.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ContainerModel
getModelClass, getModelClassName
Methods inherited from interface com.liferay.document.library.kernel.model.DLFolder
getAncestorFolderIds, getAncestors, getParentFolder, getPath, getPathArray, hasInheritableLock, hasLock, isInHiddenFolder, isLocked, isRoot
Methods inherited from interface com.liferay.document.library.kernel.model.DLFolderModel
cloneWithOriginalValues, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getCtCollectionId, getDefaultFileEntryTypeId, getDescription, getExternalReferenceCode, getFolderId, getGroupId, getHidden, getLastPostDate, getLastPublishDate, getModifiedDate, getMountPoint, getMvccVersion, getName, getParentContainerModelId, getParentFolderId, getPrimaryKey, getRepositoryId, getRestrictionType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntryClassPK, getTreePath, getUserId, getUserName, getUserUuid, getUuid, isApproved, isDenied, isDraft, isExpired, isHidden, isInactive, isIncomplete, isInTrash, isMountPoint, isPending, isScheduled, setCompanyId, setContainerModelId, setCreateDate, setCtCollectionId, setDefaultFileEntryTypeId, setDescription, setExternalReferenceCode, setFolderId, setGroupId, setHidden, setLastPostDate, setLastPublishDate, setModifiedDate, setMountPoint, setMvccVersion, setName, setParentContainerModelId, setParentFolderId, setPrimaryKey, setRepositoryId, setRestrictionType, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
Methods inherited from interface com.liferay.portal.kernel.model.TreeModel
getPrimaryKeyObj, getTreePath
-
Constructor Details
-
DLFolderBaseImpl
public DLFolderBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
buildTreePath
- Specified by:
buildTreePath
in interfacecom.liferay.portal.kernel.model.TreeModel
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateTreePath
- Specified by:
updateTreePath
in interfacecom.liferay.portal.kernel.model.TreeModel
-