Class DLFileShortcutWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLFileShortcut>
com.liferay.document.library.kernel.model.DLFileShortcutWrapper
- All Implemented Interfaces:
DLFileShortcut
,DLFileShortcutModel
,AuditedModel
,BaseModel<DLFileShortcut>
,CTModel<DLFileShortcut>
,ClassedModel
,ExternalReferenceCodeModel
,GroupedModel
,ModelWrapper<DLFileShortcut>
,MVCCModel
,PersistedModel
,ShardedModel
,StagedGroupedModel
,StagedModel
,TrashedModel
,TreeModel
,WorkflowedModel
,Serializable
,Cloneable
,Comparable<DLFileShortcut>
public class DLFileShortcutWrapper
extends BaseModelWrapper<DLFileShortcut>
implements DLFileShortcut, ModelWrapper<DLFileShortcut>
This class is a wrapper for DLFileShortcut
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.document.library.kernel.model.DLFileShortcut
FILE_SHORTCUT_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the active of this document library file shortcut.long
Returns the company ID of this document library file shortcut.Returns the create date of this document library file shortcut.long
Returns the ct collection ID of this document library file shortcut.Returns the external reference code of this document library file shortcut.long
Returns the file shortcut ID of this document library file shortcut.long
Returns the folder ID of this document library file shortcut.long
Returns the group ID of this document library file shortcut.Returns the last publish date of this document library file shortcut.Returns the modified date of this document library file shortcut.long
Returns the mvcc version of this document library file shortcut.long
Returns the primary key of this document library file shortcut.long
Returns the repository ID of this document library file shortcut.int
Returns the status of this document library file shortcut.long
Returns the status by user ID of this document library file shortcut.Returns the status by user name of this document library file shortcut.Returns the status by user uuid of this document library file shortcut.Returns the status date of this document library file shortcut.long
Returns the to file entry ID of this document library file shortcut.long
Returns the class primary key of the trash entry for this document library file shortcut.Returns the tree path of this document library file shortcut.long
Returns the user ID of this document library file shortcut.Returns the user name of this document library file shortcut.Returns the user uuid of this document library file shortcut.getUuid()
Returns the uuid of this document library file shortcut.boolean
isActive()
Returnstrue
if this document library file shortcut is active.boolean
Returnstrue
if this document library file shortcut is approved.boolean
isDenied()
Returnstrue
if this document library file shortcut is denied.boolean
isDraft()
Returnstrue
if this document library file shortcut is a draft.boolean
Returnstrue
if this document library file shortcut is expired.boolean
Returnstrue
if this document library file shortcut is inactive.boolean
Returnstrue
if this document library file shortcut is incomplete.boolean
boolean
Returnstrue
if this document library file shortcut is in the Recycle Bin.boolean
Returnstrue
if this document library file shortcut is pending.boolean
Returnstrue
if this document library file shortcut is scheduled.void
persist()
Updates this model instance in the database or adds it if it does not yet exist.void
setActive
(boolean active) Sets whether this document library file shortcut is active.void
setCompanyId
(long companyId) Sets the company ID of this document library file shortcut.void
setCreateDate
(Date createDate) Sets the create date of this document library file shortcut.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this document library file shortcut.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this document library file shortcut.void
setFileShortcutId
(long fileShortcutId) Sets the file shortcut ID of this document library file shortcut.void
setFolderId
(long folderId) Sets the folder ID of this document library file shortcut.void
setGroupId
(long groupId) Sets the group ID of this document library file shortcut.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this document library file shortcut.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this document library file shortcut.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this document library file shortcut.void
setPrimaryKey
(long primaryKey) Sets the primary key of this document library file shortcut.void
setRepositoryId
(long repositoryId) Sets the repository ID of this document library file shortcut.void
setStatus
(int status) Sets the status of this document library file shortcut.void
setStatusByUserId
(long statusByUserId) Sets the status by user ID of this document library file shortcut.void
setStatusByUserName
(String statusByUserName) Sets the status by user name of this document library file shortcut.void
setStatusByUserUuid
(String statusByUserUuid) Sets the status by user uuid of this document library file shortcut.void
setStatusDate
(Date statusDate) Sets the status date of this document library file shortcut.void
setToFileEntryId
(long toFileEntryId) Sets the to file entry ID of this document library file shortcut.void
setTreePath
(String treePath) Sets the tree path of this document library file shortcut.void
setUserId
(long userId) Sets the user ID of this document library file shortcut.void
setUserName
(String userName) Sets the user name of this document library file shortcut.void
setUserUuid
(String userUuid) Sets the user uuid of this document library file shortcut.void
Sets the uuid of this document library file shortcut.void
updateTreePath
(String treePath) protected DLFileShortcutWrapper
wrap
(DLFileShortcut dlFileShortcut) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, 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, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
Methods inherited from interface com.liferay.portal.kernel.model.TreeModel
getPrimaryKeyObj
-
Constructor Details
-
DLFileShortcutWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<DLFileShortcut>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<DLFileShortcut>
-
buildTreePath
- Specified by:
buildTreePath
in interfaceDLFileShortcut
- Specified by:
buildTreePath
in interfaceTreeModel
- Throws:
PortalException
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<DLFileShortcut>
- Specified by:
cloneWithOriginalValues
in interfaceDLFileShortcutModel
-
getActive
public boolean getActive()Returns the active of this document library file shortcut.- Specified by:
getActive
in interfaceDLFileShortcutModel
- Returns:
- the active of this document library file shortcut
-
getCompanyId
public long getCompanyId()Returns the company ID of this document library file shortcut.- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceDLFileShortcutModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in interfaceStagedModel
- Returns:
- the company ID of this document library file shortcut
-
getCreateDate
Returns the create date of this document library file shortcut.- Specified by:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceDLFileShortcutModel
- Specified by:
getCreateDate
in interfaceStagedModel
- Returns:
- the create date of this document library file shortcut
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this document library file shortcut.- Specified by:
getCtCollectionId
in interfaceCTModel<DLFileShortcut>
- Specified by:
getCtCollectionId
in interfaceDLFileShortcutModel
- Returns:
- the ct collection ID of this document library file shortcut
-
getDLFolder
- Specified by:
getDLFolder
in interfaceDLFileShortcut
- Throws:
PortalException
-
getExternalReferenceCode
Returns the external reference code of this document library file shortcut.- Specified by:
getExternalReferenceCode
in interfaceDLFileShortcutModel
- Specified by:
getExternalReferenceCode
in interfaceExternalReferenceCodeModel
- Returns:
- the external reference code of this document library file shortcut
-
getFileShortcutId
public long getFileShortcutId()Returns the file shortcut ID of this document library file shortcut.- Specified by:
getFileShortcutId
in interfaceDLFileShortcutModel
- Returns:
- the file shortcut ID of this document library file shortcut
-
getFileVersion
- Specified by:
getFileVersion
in interfaceDLFileShortcut
- Throws:
PortalException
-
getFolder
- Specified by:
getFolder
in interfaceDLFileShortcut
- Throws:
PortalException
-
getFolderId
public long getFolderId()Returns the folder ID of this document library file shortcut.- Specified by:
getFolderId
in interfaceDLFileShortcutModel
- Returns:
- the folder ID of this document library file shortcut
-
getGroupId
public long getGroupId()Returns the group ID of this document library file shortcut.- Specified by:
getGroupId
in interfaceDLFileShortcutModel
- Specified by:
getGroupId
in interfaceGroupedModel
- Returns:
- the group ID of this document library file shortcut
-
getLastPublishDate
Returns the last publish date of this document library file shortcut.- Specified by:
getLastPublishDate
in interfaceDLFileShortcutModel
- Specified by:
getLastPublishDate
in interfaceStagedGroupedModel
- Returns:
- the last publish date of this document library file shortcut
-
getModifiedDate
Returns the modified date of this document library file shortcut.- Specified by:
getModifiedDate
in interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceDLFileShortcutModel
- Specified by:
getModifiedDate
in interfaceStagedModel
- Returns:
- the modified date of this document library file shortcut
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this document library file shortcut.- Specified by:
getMvccVersion
in interfaceDLFileShortcutModel
- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this document library file shortcut
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this document library file shortcut.- Specified by:
getPrimaryKey
in interfaceCTModel<DLFileShortcut>
- Specified by:
getPrimaryKey
in interfaceDLFileShortcutModel
- Returns:
- the primary key of this document library file shortcut
-
getRepositoryId
public long getRepositoryId()Returns the repository ID of this document library file shortcut.- Specified by:
getRepositoryId
in interfaceDLFileShortcutModel
- Returns:
- the repository ID of this document library file shortcut
-
getStatus
public int getStatus()Returns the status of this document library file shortcut.- Specified by:
getStatus
in interfaceDLFileShortcutModel
- Specified by:
getStatus
in interfaceTrashedModel
- Specified by:
getStatus
in interfaceWorkflowedModel
- Returns:
- the status of this document library file shortcut
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this document library file shortcut.- Specified by:
getStatusByUserId
in interfaceDLFileShortcutModel
- Specified by:
getStatusByUserId
in interfaceWorkflowedModel
- Returns:
- the status by user ID of this document library file shortcut
-
getStatusByUserName
Returns the status by user name of this document library file shortcut.- Specified by:
getStatusByUserName
in interfaceDLFileShortcutModel
- Specified by:
getStatusByUserName
in interfaceWorkflowedModel
- Returns:
- the status by user name of this document library file shortcut
-
getStatusByUserUuid
Returns the status by user uuid of this document library file shortcut.- Specified by:
getStatusByUserUuid
in interfaceDLFileShortcutModel
- Specified by:
getStatusByUserUuid
in interfaceWorkflowedModel
- Returns:
- the status by user uuid of this document library file shortcut
-
getStatusDate
Returns the status date of this document library file shortcut.- Specified by:
getStatusDate
in interfaceDLFileShortcutModel
- Specified by:
getStatusDate
in interfaceWorkflowedModel
- Returns:
- the status date of this document library file shortcut
-
getToFileEntryId
public long getToFileEntryId()Returns the to file entry ID of this document library file shortcut.- Specified by:
getToFileEntryId
in interfaceDLFileShortcutModel
- Returns:
- the to file entry ID of this document library file shortcut
-
getToTitle
- Specified by:
getToTitle
in interfaceDLFileShortcut
-
getTrashEntryClassPK
public long getTrashEntryClassPK()Returns the class primary key of the trash entry for this document library file shortcut.- Specified by:
getTrashEntryClassPK
in interfaceDLFileShortcutModel
- Specified by:
getTrashEntryClassPK
in interfaceTrashedModel
- Returns:
- the class primary key of the trash entry for this document library file shortcut
-
getTreePath
Returns the tree path of this document library file shortcut.- Specified by:
getTreePath
in interfaceDLFileShortcutModel
- Specified by:
getTreePath
in interfaceTreeModel
- Returns:
- the tree path of this document library file shortcut
-
getUserId
public long getUserId()Returns the user ID of this document library file shortcut.- Specified by:
getUserId
in interfaceAuditedModel
- Specified by:
getUserId
in interfaceDLFileShortcutModel
- Returns:
- the user ID of this document library file shortcut
-
getUserName
Returns the user name of this document library file shortcut.- Specified by:
getUserName
in interfaceAuditedModel
- Specified by:
getUserName
in interfaceDLFileShortcutModel
- Returns:
- the user name of this document library file shortcut
-
getUserUuid
Returns the user uuid of this document library file shortcut.- Specified by:
getUserUuid
in interfaceAuditedModel
- Specified by:
getUserUuid
in interfaceDLFileShortcutModel
- Returns:
- the user uuid of this document library file shortcut
-
getUuid
Returns the uuid of this document library file shortcut.- Specified by:
getUuid
in interfaceDLFileShortcutModel
- Specified by:
getUuid
in interfaceStagedModel
- Returns:
- the uuid of this document library file shortcut
-
isActive
public boolean isActive()Returnstrue
if this document library file shortcut is active.- Specified by:
isActive
in interfaceDLFileShortcutModel
- Returns:
true
if this document library file shortcut is active;false
otherwise
-
isApproved
public boolean isApproved()Returnstrue
if this document library file shortcut is approved.- Specified by:
isApproved
in interfaceDLFileShortcutModel
- Specified by:
isApproved
in interfaceWorkflowedModel
- Returns:
true
if this document library file shortcut is approved;false
otherwise
-
isDenied
public boolean isDenied()Returnstrue
if this document library file shortcut is denied.- Specified by:
isDenied
in interfaceDLFileShortcutModel
- Specified by:
isDenied
in interfaceWorkflowedModel
- Returns:
true
if this document library file shortcut is denied;false
otherwise
-
isDraft
public boolean isDraft()Returnstrue
if this document library file shortcut is a draft.- Specified by:
isDraft
in interfaceDLFileShortcutModel
- Specified by:
isDraft
in interfaceWorkflowedModel
- Returns:
true
if this document library file shortcut is a draft;false
otherwise
-
isExpired
public boolean isExpired()Returnstrue
if this document library file shortcut is expired.- Specified by:
isExpired
in interfaceDLFileShortcutModel
- Specified by:
isExpired
in interfaceWorkflowedModel
- Returns:
true
if this document library file shortcut is expired;false
otherwise
-
isInactive
public boolean isInactive()Returnstrue
if this document library file shortcut is inactive.- Specified by:
isInactive
in interfaceDLFileShortcutModel
- Specified by:
isInactive
in interfaceWorkflowedModel
- Returns:
true
if this document library file shortcut is inactive;false
otherwise
-
isIncomplete
public boolean isIncomplete()Returnstrue
if this document library file shortcut is incomplete.- Specified by:
isIncomplete
in interfaceDLFileShortcutModel
- Specified by:
isIncomplete
in interfaceWorkflowedModel
- Returns:
true
if this document library file shortcut is incomplete;false
otherwise
-
isInHiddenFolder
public boolean isInHiddenFolder()- Specified by:
isInHiddenFolder
in interfaceDLFileShortcut
-
isInTrash
public boolean isInTrash()Returnstrue
if this document library file shortcut is in the Recycle Bin.- Specified by:
isInTrash
in interfaceDLFileShortcutModel
- Specified by:
isInTrash
in interfaceTrashedModel
- Returns:
true
if this document library file shortcut is in the Recycle Bin;false
otherwise
-
isPending
public boolean isPending()Returnstrue
if this document library file shortcut is pending.- Specified by:
isPending
in interfaceDLFileShortcutModel
- Specified by:
isPending
in interfaceWorkflowedModel
- Returns:
true
if this document library file shortcut is pending;false
otherwise
-
isScheduled
public boolean isScheduled()Returnstrue
if this document library file shortcut is scheduled.- Specified by:
isScheduled
in interfaceDLFileShortcutModel
- Specified by:
isScheduled
in interfaceWorkflowedModel
- Returns:
true
if this document library file shortcut is scheduled;false
otherwise
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setActive
public void setActive(boolean active) Sets whether this document library file shortcut is active.- Specified by:
setActive
in interfaceDLFileShortcutModel
- Parameters:
active
- the active of this document library file shortcut
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this document library file shortcut.- Specified by:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceDLFileShortcutModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in interfaceStagedModel
- Parameters:
companyId
- the company ID of this document library file shortcut
-
setCreateDate
Sets the create date of this document library file shortcut.- Specified by:
setCreateDate
in interfaceAuditedModel
- Specified by:
setCreateDate
in interfaceDLFileShortcutModel
- Specified by:
setCreateDate
in interfaceStagedModel
- Parameters:
createDate
- the create date of this document library file shortcut
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library file shortcut.- Specified by:
setCtCollectionId
in interfaceCTModel<DLFileShortcut>
- Specified by:
setCtCollectionId
in interfaceDLFileShortcutModel
- Parameters:
ctCollectionId
- the ct collection ID of this document library file shortcut
-
setExternalReferenceCode
Sets the external reference code of this document library file shortcut.- Specified by:
setExternalReferenceCode
in interfaceDLFileShortcutModel
- Specified by:
setExternalReferenceCode
in interfaceExternalReferenceCodeModel
- Parameters:
externalReferenceCode
- the external reference code of this document library file shortcut
-
setFileShortcutId
public void setFileShortcutId(long fileShortcutId) Sets the file shortcut ID of this document library file shortcut.- Specified by:
setFileShortcutId
in interfaceDLFileShortcutModel
- Parameters:
fileShortcutId
- the file shortcut ID of this document library file shortcut
-
setFolderId
public void setFolderId(long folderId) Sets the folder ID of this document library file shortcut.- Specified by:
setFolderId
in interfaceDLFileShortcutModel
- Parameters:
folderId
- the folder ID of this document library file shortcut
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this document library file shortcut.- Specified by:
setGroupId
in interfaceDLFileShortcutModel
- Specified by:
setGroupId
in interfaceGroupedModel
- Parameters:
groupId
- the group ID of this document library file shortcut
-
setLastPublishDate
Sets the last publish date of this document library file shortcut.- Specified by:
setLastPublishDate
in interfaceDLFileShortcutModel
- Specified by:
setLastPublishDate
in interfaceStagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this document library file shortcut
-
setModifiedDate
Sets the modified date of this document library file shortcut.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Specified by:
setModifiedDate
in interfaceDLFileShortcutModel
- Specified by:
setModifiedDate
in interfaceStagedModel
- Parameters:
modifiedDate
- the modified date of this document library file shortcut
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this document library file shortcut.- Specified by:
setMvccVersion
in interfaceDLFileShortcutModel
- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this document library file shortcut
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this document library file shortcut.- Specified by:
setPrimaryKey
in interfaceCTModel<DLFileShortcut>
- Specified by:
setPrimaryKey
in interfaceDLFileShortcutModel
- Parameters:
primaryKey
- the primary key of this document library file shortcut
-
setRepositoryId
public void setRepositoryId(long repositoryId) Sets the repository ID of this document library file shortcut.- Specified by:
setRepositoryId
in interfaceDLFileShortcutModel
- Parameters:
repositoryId
- the repository ID of this document library file shortcut
-
setStatus
public void setStatus(int status) Sets the status of this document library file shortcut.- Specified by:
setStatus
in interfaceDLFileShortcutModel
- Specified by:
setStatus
in interfaceWorkflowedModel
- Parameters:
status
- the status of this document library file shortcut
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this document library file shortcut.- Specified by:
setStatusByUserId
in interfaceDLFileShortcutModel
- Specified by:
setStatusByUserId
in interfaceWorkflowedModel
- Parameters:
statusByUserId
- the status by user ID of this document library file shortcut
-
setStatusByUserName
Sets the status by user name of this document library file shortcut.- Specified by:
setStatusByUserName
in interfaceDLFileShortcutModel
- Specified by:
setStatusByUserName
in interfaceWorkflowedModel
- Parameters:
statusByUserName
- the status by user name of this document library file shortcut
-
setStatusByUserUuid
Sets the status by user uuid of this document library file shortcut.- Specified by:
setStatusByUserUuid
in interfaceDLFileShortcutModel
- Specified by:
setStatusByUserUuid
in interfaceWorkflowedModel
- Parameters:
statusByUserUuid
- the status by user uuid of this document library file shortcut
-
setStatusDate
Sets the status date of this document library file shortcut.- Specified by:
setStatusDate
in interfaceDLFileShortcutModel
- Specified by:
setStatusDate
in interfaceWorkflowedModel
- Parameters:
statusDate
- the status date of this document library file shortcut
-
setToFileEntryId
public void setToFileEntryId(long toFileEntryId) Sets the to file entry ID of this document library file shortcut.- Specified by:
setToFileEntryId
in interfaceDLFileShortcutModel
- Parameters:
toFileEntryId
- the to file entry ID of this document library file shortcut
-
setTreePath
Sets the tree path of this document library file shortcut.- Specified by:
setTreePath
in interfaceDLFileShortcutModel
- Parameters:
treePath
- the tree path of this document library file shortcut
-
setUserId
public void setUserId(long userId) Sets the user ID of this document library file shortcut.- Specified by:
setUserId
in interfaceAuditedModel
- Specified by:
setUserId
in interfaceDLFileShortcutModel
- Parameters:
userId
- the user ID of this document library file shortcut
-
setUserName
Sets the user name of this document library file shortcut.- Specified by:
setUserName
in interfaceAuditedModel
- Specified by:
setUserName
in interfaceDLFileShortcutModel
- Parameters:
userName
- the user name of this document library file shortcut
-
setUserUuid
Sets the user uuid of this document library file shortcut.- Specified by:
setUserUuid
in interfaceAuditedModel
- Specified by:
setUserUuid
in interfaceDLFileShortcutModel
- Parameters:
userUuid
- the user uuid of this document library file shortcut
-
setUuid
Sets the uuid of this document library file shortcut.- Specified by:
setUuid
in interfaceDLFileShortcutModel
- Specified by:
setUuid
in interfaceStagedModel
- Parameters:
uuid
- the uuid of this document library file shortcut
-
toXmlString
- Specified by:
toXmlString
in interfaceDLFileShortcutModel
-
updateTreePath
- Specified by:
updateTreePath
in interfaceTreeModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfaceBaseModel<DLFileShortcut>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfaceBaseModel<DLFileShortcut>
-
getStagedModelType
- Specified by:
getStagedModelType
in interfaceStagedModel
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<DLFileShortcut>
-