Class DLFileShortcutModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl
- All Implemented Interfaces:
com.liferay.document.library.kernel.model.DLFileShortcutModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.document.library.kernel.model.DLFileShortcut>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,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.DLFileShortcut>
- Direct Known Subclasses:
DLFileShortcutBaseImpl
@JSON(strict=true)
public class DLFileShortcutModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
implements com.liferay.document.library.kernel.model.DLFileShortcutModel
The base model implementation for the DLFileShortcut service. Represents a row in the "DLFileShortcut" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DLFileShortcutModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLFileShortcutImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Deprecated.static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
static final String
static final String
static final String
static final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final Object[][]
static final String
static final String
static final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
com.liferay.document.library.kernel.model.DLFileShortcut
int
compareTo
(com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut) boolean
boolean
Map<String,
BiConsumer<com.liferay.document.library.kernel.model.DLFileShortcut, Object>> long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
long
com.liferay.expando.kernel.model.ExpandoBridge
long
long
long
Class<?>
long
boolean
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
int
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
long
com.liferay.exportimport.kernel.lar.StagedModelType
int
long
long
long
long
getUuid()
int
hashCode()
boolean
boolean
isActive()
boolean
boolean
isDenied()
boolean
isDraft()
boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
boolean
boolean
boolean
boolean
void
void
setActive
(boolean active) void
setCompanyId
(long companyId) void
setCreateDate
(Date createDate) void
setCtCollectionId
(long ctCollectionId) void
setExpandoBridgeAttributes
(com.liferay.portal.kernel.service.ServiceContext serviceContext) void
setExternalReferenceCode
(String externalReferenceCode) void
setFileShortcutId
(long fileShortcutId) void
setFolderId
(long folderId) void
setGroupId
(long groupId) void
setLastPublishDate
(Date lastPublishDate) void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) void
setMvccVersion
(long mvccVersion) void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setRepositoryId
(long repositoryId) void
setStatus
(int status) void
setStatusByUserId
(long statusByUserId) void
setStatusByUserName
(String statusByUserName) void
setStatusByUserUuid
(String statusByUserUuid) void
setStatusDate
(Date statusDate) void
setToFileEntryId
(long toFileEntryId) void
setTreePath
(String treePath) void
setUserId
(long userId) void
setUserName
(String userName) void
setUserUuid
(String userUuid) void
com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileShortcut>
com.liferay.document.library.kernel.model.DLFileShortcut
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
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from interface com.liferay.document.library.kernel.model.DLFileShortcutModel
toXmlString
-
Field Details
-
TABLE_NAME
- See Also:
-
TABLE_COLUMNS
-
TABLE_COLUMNS_MAP
-
TABLE_SQL_CREATE
- See Also:
-
TABLE_SQL_DROP
- See Also:
-
ORDER_BY_JPQL
- See Also:
-
ORDER_BY_SQL
- See Also:
-
ORDER_BY_SQL_INLINE_DISTINCT
- See Also:
-
DATA_SOURCE
- See Also:
-
SESSION_FACTORY
- See Also:
-
TX_MANAGER
- See Also:
-
ENTITY_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
FINDER_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
COLUMN_BITMASK_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
ACTIVE_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
EXTERNALREFERENCECODE_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
FOLDERID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
GROUPID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
STATUS_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
TOFILEENTRYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
UUID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
FILESHORTCUTID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
-
-
Constructor Details
-
DLFileShortcutModelImpl
public DLFileShortcutModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Specified by:
getPrimaryKey
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Specified by:
setPrimaryKey
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassName
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.document.library.kernel.model.DLFileShortcut, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.document.library.kernel.model.DLFileShortcut, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersion
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Specified by:
getCtCollectionId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Specified by:
setCtCollectionId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
getUuid
- Specified by:
getUuid
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setUuid
- Specified by:
setUuid
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalUuid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getExternalReferenceCode
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
-
setExternalReferenceCode
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
-
getOriginalExternalReferenceCode
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getFileShortcutId
@JSON public long getFileShortcutId()- Specified by:
getFileShortcutId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
setFileShortcutId
public void setFileShortcutId(long fileShortcutId) - Specified by:
setFileShortcutId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
getGroupId
@JSON public long getGroupId()- Specified by:
getGroupId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
-
getOriginalGroupId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getUserId
@JSON public long getUserId()- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
getUserUuid
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
setUserUuid
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
getUserName
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
setUserName
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
getCreateDate
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setCreateDate
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getRepositoryId
@JSON public long getRepositoryId()- Specified by:
getRepositoryId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
setRepositoryId
public void setRepositoryId(long repositoryId) - Specified by:
setRepositoryId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
getFolderId
@JSON public long getFolderId()- Specified by:
getFolderId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
setFolderId
public void setFolderId(long folderId) - Specified by:
setFolderId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
getOriginalFolderId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getToFileEntryId
@JSON public long getToFileEntryId()- Specified by:
getToFileEntryId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
setToFileEntryId
public void setToFileEntryId(long toFileEntryId) - Specified by:
setToFileEntryId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
getOriginalToFileEntryId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getTreePath
- Specified by:
getTreePath
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
setTreePath
- Specified by:
setTreePath
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
getActive
@JSON public boolean getActive()- Specified by:
getActive
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
isActive
@JSON public boolean isActive()- Specified by:
isActive
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
setActive
public void setActive(boolean active) - Specified by:
setActive
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
getOriginalActive
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getLastPublishDate
- Specified by:
getLastPublishDate
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
-
setLastPublishDate
- Specified by:
setLastPublishDate
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
-
getStatus
@JSON public int getStatus()- Specified by:
getStatus
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getStatus
in interfacecom.liferay.portal.kernel.model.TrashedModel
- Specified by:
getStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
setStatus
public void setStatus(int status) - Specified by:
setStatus
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
getOriginalStatus
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getStatusByUserId
@JSON public long getStatusByUserId()- Specified by:
getStatusByUserId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) - Specified by:
setStatusByUserId
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
getStatusByUserUuid
- Specified by:
getStatusByUserUuid
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
setStatusByUserUuid
- Specified by:
setStatusByUserUuid
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
getStatusByUserName
- Specified by:
getStatusByUserName
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
setStatusByUserName
- Specified by:
setStatusByUserName
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
getStatusDate
- Specified by:
getStatusDate
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
setStatusDate
- Specified by:
setStatusDate
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
setStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getTrashEntryClassPK
public long getTrashEntryClassPK()- Specified by:
getTrashEntryClassPK
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
getTrashEntryClassPK
in interfacecom.liferay.portal.kernel.model.TrashedModel
-
isInTrash
public boolean isInTrash()- Specified by:
isInTrash
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
isInTrash
in interfacecom.liferay.portal.kernel.model.TrashedModel
-
isApproved
public boolean isApproved()- Specified by:
isApproved
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
isApproved
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
isDenied
public boolean isDenied()- Specified by:
isDenied
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
isDenied
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
isDraft
public boolean isDraft()- Specified by:
isDraft
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
isDraft
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
isExpired
public boolean isExpired()- Specified by:
isExpired
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
isExpired
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
isInactive
public boolean isInactive()- Specified by:
isInactive
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
isInactive
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
isIncomplete
public boolean isIncomplete()- Specified by:
isIncomplete
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
isIncomplete
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
isPending
public boolean isPending()- Specified by:
isPending
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
isPending
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
isScheduled
public boolean isScheduled()- Specified by:
isScheduled
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
- Specified by:
isScheduled
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
-
getColumnBitmask
public long getColumnBitmask() -
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.ClassedModel
- Overrides:
getExpandoBridge
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
setExpandoBridgeAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Overrides:
setExpandoBridgeAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
toEscapedModel
public com.liferay.document.library.kernel.model.DLFileShortcut toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
cloneWithOriginalValues
public com.liferay.document.library.kernel.model.DLFileShortcut cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.document.library.kernel.model.DLFileShortcutModel
-
compareTo
public int compareTo(com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut) - Specified by:
compareTo
in interfaceComparable<com.liferay.document.library.kernel.model.DLFileShortcut>
-
equals
-
hashCode
public int hashCode() -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileShortcut> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileShortcut>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)