com.liferay.portlet.documentlibrary.model.impl
Class DLFolderModelImpl
java.lang.Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFolder>
com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl
- All Implemented Interfaces:
- 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.ClassedModel, com.liferay.portal.kernel.model.ContainerModel, com.liferay.portal.kernel.model.GroupedModel, 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.WorkflowedModel, Serializable, Cloneable, Comparable<com.liferay.document.library.kernel.model.DLFolder>
- Direct Known Subclasses:
- DLFolderBaseImpl
@JSON(strict=true)
@ProviderType
public class DLFolderModelImpl
- extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFolder>
- implements com.liferay.document.library.kernel.model.DLFolderModel
The base model implementation for the DLFolder service. Represents a row in the "DLFolder" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DLFolderModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLFolderImpl.
- See Also:
DLFolderImpl,
DLFolder,
DLFolderModel,
Serialized Form- {$generated.description}
| Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from interface com.liferay.document.library.kernel.model.DLFolderModel |
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
TABLE_COLUMNS
public static final Object[][] TABLE_COLUMNS
TABLE_COLUMNS_MAP
public static final Map<String,Integer> TABLE_COLUMNS_MAP
TABLE_SQL_CREATE
public static final String TABLE_SQL_CREATE
- See Also:
- Constant Field Values
TABLE_SQL_DROP
public static final String TABLE_SQL_DROP
- See Also:
- Constant Field Values
ORDER_BY_JPQL
public static final String ORDER_BY_JPQL
- See Also:
- Constant Field Values
ORDER_BY_SQL
public static final String ORDER_BY_SQL
- See Also:
- Constant Field Values
DATA_SOURCE
public static final String DATA_SOURCE
- See Also:
- Constant Field Values
SESSION_FACTORY
public static final String SESSION_FACTORY
- See Also:
- Constant Field Values
TX_MANAGER
public static final String TX_MANAGER
- See Also:
- Constant Field Values
ENTITY_CACHE_ENABLED
public static final boolean ENTITY_CACHE_ENABLED
FINDER_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
COLUMN_BITMASK_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
COMPANYID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
- See Also:
- Constant Field Values
FOLDERID_COLUMN_BITMASK
public static final long FOLDERID_COLUMN_BITMASK
- See Also:
- Constant Field Values
GROUPID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
- See Also:
- Constant Field Values
HIDDEN_COLUMN_BITMASK
public static final long HIDDEN_COLUMN_BITMASK
- See Also:
- Constant Field Values
MOUNTPOINT_COLUMN_BITMASK
public static final long MOUNTPOINT_COLUMN_BITMASK
- See Also:
- Constant Field Values
NAME_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
- See Also:
- Constant Field Values
PARENTFOLDERID_COLUMN_BITMASK
public static final long PARENTFOLDERID_COLUMN_BITMASK
- See Also:
- Constant Field Values
REPOSITORYID_COLUMN_BITMASK
public static final long REPOSITORYID_COLUMN_BITMASK
- See Also:
- Constant Field Values
STATUS_COLUMN_BITMASK
public static final long STATUS_COLUMN_BITMASK
- See Also:
- Constant Field Values
TREEPATH_COLUMN_BITMASK
public static final long TREEPATH_COLUMN_BITMASK
- See Also:
- Constant Field Values
UUID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
- See Also:
- Constant Field Values
MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_NAME
public static final String MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_NAME
- See Also:
- Constant Field Values
MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_COLUMNS
public static final Object[][] MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_COLUMNS
MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_SQL_CREATE
public static final String MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_SQL_CREATE
- See Also:
- Constant Field Values
FINDER_CACHE_ENABLED_DLFILEENTRYTYPES_DLFOLDERS
public static final boolean FINDER_CACHE_ENABLED_DLFILEENTRYTYPES_DLFOLDERS
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
DLFolderModelImpl
public DLFolderModelImpl()
toModel
public static com.liferay.document.library.kernel.model.DLFolder toModel(com.liferay.document.library.kernel.model.DLFolderSoap soapModel)
- Converts the soap model instance into a normal model instance.
- Parameters:
soapModel - the soap model instance to convert
- Returns:
- the normal model instance
toModels
public static List<com.liferay.document.library.kernel.model.DLFolder> toModels(com.liferay.document.library.kernel.model.DLFolderSoap[] soapModels)
- Converts the soap model instances into normal model instances.
- Parameters:
soapModels - the soap model instances to convert
- Returns:
- the normal model instances
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface com.liferay.document.library.kernel.model.DLFolderModel
setPrimaryKey
public void setPrimaryKey(long primaryKey)
- Specified by:
setPrimaryKey in interface com.liferay.document.library.kernel.model.DLFolderModel
getPrimaryKeyObj
public Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
setPrimaryKeyObj
public void setPrimaryKeyObj(Serializable primaryKeyObj)
- Specified by:
setPrimaryKeyObj in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
getModelClass
public Class<?> getModelClass()
- Specified by:
getModelClass in interface com.liferay.portal.kernel.model.ClassedModel- Specified by:
getModelClass in interface com.liferay.portal.kernel.model.ContainerModel
getModelClassName
public String getModelClassName()
- Specified by:
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel- Specified by:
getModelClassName in interface com.liferay.portal.kernel.model.ContainerModel
getModelAttributes
public Map<String,Object> getModelAttributes()
- Specified by:
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>- Overrides:
getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFolder>
setModelAttributes
public void setModelAttributes(Map<String,Object> attributes)
- Specified by:
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>- Overrides:
setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFolder>
getUuid
@JSON
public String getUuid()
- Specified by:
getUuid in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getUuid in interface com.liferay.portal.kernel.model.StagedModel
setUuid
public void setUuid(String uuid)
- Specified by:
setUuid in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setUuid in interface com.liferay.portal.kernel.model.StagedModel
getOriginalUuid
public String getOriginalUuid()
getFolderId
@JSON
public long getFolderId()
- Specified by:
getFolderId in interface com.liferay.document.library.kernel.model.DLFolderModel
setFolderId
public void setFolderId(long folderId)
- Specified by:
setFolderId in interface com.liferay.document.library.kernel.model.DLFolderModel
getOriginalFolderId
public long getOriginalFolderId()
getGroupId
@JSON
public long getGroupId()
- Specified by:
getGroupId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
getOriginalGroupId
public long getOriginalGroupId()
getCompanyId
@JSON
public long getCompanyId()
- Specified by:
getCompanyId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
getOriginalCompanyId
public long getOriginalCompanyId()
getUserId
@JSON
public long getUserId()
- Specified by:
getUserId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getUserId in interface com.liferay.portal.kernel.model.AuditedModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setUserId in interface com.liferay.portal.kernel.model.AuditedModel
getUserUuid
public String getUserUuid()
- Specified by:
getUserUuid in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
setUserUuid
public void setUserUuid(String userUuid)
- Specified by:
setUserUuid in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
getUserName
@JSON
public String getUserName()
- Specified by:
getUserName in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getUserName in interface com.liferay.portal.kernel.model.AuditedModel
setUserName
public void setUserName(String userName)
- Specified by:
setUserName in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setUserName in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
@JSON
public Date getCreateDate()
- Specified by:
getCreateDate in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
setCreateDate
public void setCreateDate(Date createDate)
- Specified by:
setCreateDate in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
getModifiedDate
@JSON
public Date getModifiedDate()
- Specified by:
getModifiedDate in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
hasSetModifiedDate
public boolean hasSetModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
- Specified by:
setModifiedDate in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
getRepositoryId
@JSON
public long getRepositoryId()
- Specified by:
getRepositoryId in interface com.liferay.document.library.kernel.model.DLFolderModel
setRepositoryId
public void setRepositoryId(long repositoryId)
- Specified by:
setRepositoryId in interface com.liferay.document.library.kernel.model.DLFolderModel
getOriginalRepositoryId
public long getOriginalRepositoryId()
getMountPoint
@JSON
public boolean getMountPoint()
- Specified by:
getMountPoint in interface com.liferay.document.library.kernel.model.DLFolderModel
isMountPoint
public boolean isMountPoint()
- Specified by:
isMountPoint in interface com.liferay.document.library.kernel.model.DLFolderModel
setMountPoint
public void setMountPoint(boolean mountPoint)
- Specified by:
setMountPoint in interface com.liferay.document.library.kernel.model.DLFolderModel
getOriginalMountPoint
public boolean getOriginalMountPoint()
getParentFolderId
@JSON
public long getParentFolderId()
- Specified by:
getParentFolderId in interface com.liferay.document.library.kernel.model.DLFolderModel
setParentFolderId
public void setParentFolderId(long parentFolderId)
- Specified by:
setParentFolderId in interface com.liferay.document.library.kernel.model.DLFolderModel
getOriginalParentFolderId
public long getOriginalParentFolderId()
getTreePath
@JSON
public String getTreePath()
- Specified by:
getTreePath in interface com.liferay.document.library.kernel.model.DLFolderModel
setTreePath
public void setTreePath(String treePath)
- Specified by:
setTreePath in interface com.liferay.document.library.kernel.model.DLFolderModel
getOriginalTreePath
public String getOriginalTreePath()
getName
@JSON
public String getName()
- Specified by:
getName in interface com.liferay.document.library.kernel.model.DLFolderModel
setName
public void setName(String name)
- Specified by:
setName in interface com.liferay.document.library.kernel.model.DLFolderModel
getOriginalName
public String getOriginalName()
getDescription
@JSON
public String getDescription()
- Specified by:
getDescription in interface com.liferay.document.library.kernel.model.DLFolderModel
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface com.liferay.document.library.kernel.model.DLFolderModel
getLastPostDate
@JSON
public Date getLastPostDate()
- Specified by:
getLastPostDate in interface com.liferay.document.library.kernel.model.DLFolderModel
setLastPostDate
public void setLastPostDate(Date lastPostDate)
- Specified by:
setLastPostDate in interface com.liferay.document.library.kernel.model.DLFolderModel
getDefaultFileEntryTypeId
@JSON
public long getDefaultFileEntryTypeId()
- Specified by:
getDefaultFileEntryTypeId in interface com.liferay.document.library.kernel.model.DLFolderModel
setDefaultFileEntryTypeId
public void setDefaultFileEntryTypeId(long defaultFileEntryTypeId)
- Specified by:
setDefaultFileEntryTypeId in interface com.liferay.document.library.kernel.model.DLFolderModel
getHidden
@JSON
public boolean getHidden()
- Specified by:
getHidden in interface com.liferay.document.library.kernel.model.DLFolderModel
isHidden
public boolean isHidden()
- Specified by:
isHidden in interface com.liferay.document.library.kernel.model.DLFolderModel
setHidden
public void setHidden(boolean hidden)
- Specified by:
setHidden in interface com.liferay.document.library.kernel.model.DLFolderModel
getOriginalHidden
public boolean getOriginalHidden()
getRestrictionType
@JSON
public int getRestrictionType()
- Specified by:
getRestrictionType in interface com.liferay.document.library.kernel.model.DLFolderModel
setRestrictionType
public void setRestrictionType(int restrictionType)
- Specified by:
setRestrictionType in interface com.liferay.document.library.kernel.model.DLFolderModel
getLastPublishDate
@JSON
public Date getLastPublishDate()
- Specified by:
getLastPublishDate in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
setLastPublishDate
public void setLastPublishDate(Date lastPublishDate)
- Specified by:
setLastPublishDate in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
getStatus
@JSON
public int getStatus()
- Specified by:
getStatus in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getStatus in interface com.liferay.portal.kernel.model.TrashedModel- Specified by:
getStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatus
public void setStatus(int status)
- Specified by:
setStatus in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
getOriginalStatus
public int getOriginalStatus()
getStatusByUserId
@JSON
public long getStatusByUserId()
- Specified by:
getStatusByUserId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusByUserId
public void setStatusByUserId(long statusByUserId)
- Specified by:
setStatusByUserId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatusByUserUuid
public String getStatusByUserUuid()
- Specified by:
getStatusByUserUuid in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusByUserUuid
public void setStatusByUserUuid(String statusByUserUuid)
- Specified by:
setStatusByUserUuid in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatusByUserName
@JSON
public String getStatusByUserName()
- Specified by:
getStatusByUserName in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusByUserName
public void setStatusByUserName(String statusByUserName)
- Specified by:
setStatusByUserName in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatusDate
@JSON
public Date getStatusDate()
- Specified by:
getStatusDate in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusDate
public void setStatusDate(Date statusDate)
- Specified by:
setStatusDate in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
getContainerModelId
public long getContainerModelId()
- Specified by:
getContainerModelId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
setContainerModelId
public void setContainerModelId(long containerModelId)
- Specified by:
setContainerModelId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
getParentContainerModelId
public long getParentContainerModelId()
- Specified by:
getParentContainerModelId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
setParentContainerModelId
public void setParentContainerModelId(long parentContainerModelId)
- Specified by:
setParentContainerModelId in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
getContainerModelName
public String getContainerModelName()
- Specified by:
getContainerModelName in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getContainerModelName in interface com.liferay.portal.kernel.model.ContainerModel
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
- Specified by:
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
getTrashEntry
public com.liferay.trash.kernel.model.TrashEntry getTrashEntry()
throws com.liferay.portal.kernel.exception.PortalException
- Specified by:
getTrashEntry in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getTrashEntry in interface com.liferay.portal.kernel.model.TrashedModel
- Throws:
com.liferay.portal.kernel.exception.PortalException
getTrashEntryClassPK
public long getTrashEntryClassPK()
- Specified by:
getTrashEntryClassPK in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModel
getTrashHandler
public com.liferay.portal.kernel.trash.TrashHandler getTrashHandler()
- Specified by:
getTrashHandler in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getTrashHandler in interface com.liferay.portal.kernel.model.TrashedModel
isInTrash
public boolean isInTrash()
- Specified by:
isInTrash in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isInTrash in interface com.liferay.portal.kernel.model.TrashedModel
isInTrashContainer
public boolean isInTrashContainer()
- Specified by:
isInTrashContainer in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isInTrashContainer in interface com.liferay.portal.kernel.model.TrashedModel
isInTrashExplicitly
public boolean isInTrashExplicitly()
- Specified by:
isInTrashExplicitly in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isInTrashExplicitly in interface com.liferay.portal.kernel.model.TrashedModel
isInTrashImplicitly
public boolean isInTrashImplicitly()
- Specified by:
isInTrashImplicitly in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isInTrashImplicitly in interface com.liferay.portal.kernel.model.TrashedModel
isApproved
public boolean isApproved()
- Specified by:
isApproved in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isApproved in interface com.liferay.portal.kernel.model.WorkflowedModel
isDenied
public boolean isDenied()
- Specified by:
isDenied in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isDenied in interface com.liferay.portal.kernel.model.WorkflowedModel
isDraft
public boolean isDraft()
- Specified by:
isDraft in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isDraft in interface com.liferay.portal.kernel.model.WorkflowedModel
isExpired
public boolean isExpired()
- Specified by:
isExpired in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isExpired in interface com.liferay.portal.kernel.model.WorkflowedModel
isInactive
public boolean isInactive()
- Specified by:
isInactive in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isInactive in interface com.liferay.portal.kernel.model.WorkflowedModel
isIncomplete
public boolean isIncomplete()
- Specified by:
isIncomplete in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModel
isPending
public boolean isPending()
- Specified by:
isPending in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isPending in interface com.liferay.portal.kernel.model.WorkflowedModel
isScheduled
public boolean isScheduled()
- Specified by:
isScheduled in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel
getColumnBitmask
public long getColumnBitmask()
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>- Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel- Overrides:
getExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFolder>
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>- Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFolder>
toEscapedModel
public com.liferay.document.library.kernel.model.DLFolder toEscapedModel()
- Specified by:
toEscapedModel in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>- Overrides:
toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFolder>
clone
public Object clone()
- Specified by:
clone in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>- Specified by:
clone in interface com.liferay.portal.kernel.model.StagedModel- Specified by:
clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFolder>
compareTo
public int compareTo(com.liferay.document.library.kernel.model.DLFolder dlFolder)
- Specified by:
compareTo in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
compareTo in interface Comparable<com.liferay.document.library.kernel.model.DLFolder>
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface com.liferay.document.library.kernel.model.DLFolderModel- Overrides:
hashCode in class Object
isEntityCacheEnabled
public boolean isEntityCacheEnabled()
- Specified by:
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>
isFinderCacheEnabled
public boolean isFinderCacheEnabled()
- Specified by:
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>
resetOriginalValues
public void resetOriginalValues()
- Specified by:
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>- Overrides:
resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFolder>
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFolder> toCacheModel()
- Specified by:
toCacheModel in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>- Overrides:
toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFolder>
toString
public String toString()
- Specified by:
toString in interface com.liferay.document.library.kernel.model.DLFolderModel- Overrides:
toString in class Object
toXmlString
public String toXmlString()
- Specified by:
toXmlString in interface com.liferay.document.library.kernel.model.DLFolderModel- Specified by:
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFolder>