Class FileShortcutWrapper
Object
com.liferay.portal.kernel.repository.model.FileShortcutWrapper
- All Implemented Interfaces:
AuditedModel
,ClassedModel
,GroupedModel
,ModelWrapper<FileShortcut>
,StagedGroupedModel
,StagedModel
,FileShortcut
,RepositoryEntry
,RepositoryModel<FileShortcut>
,Serializable
- Author:
- Adolfo Pérez, Roberto Díaz
- See Also:
-
Field Summary
Fields inherited from interface com.liferay.portal.kernel.repository.model.FileShortcut
FILE_SHORTCUT_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
containsPermission
(PermissionChecker permissionChecker, String actionId) void
execute
(RepositoryModelOperation repositoryModelOperation) long
long
long
long
getModel()
Class<?>
long
long
long
long
getUuid()
boolean
void
setCompanyId
(long companyId) void
setCreateDate
(Date createDate) void
setGroupId
(long groupId) void
setLastPublishDate
(Date lastPublishDate) void
setModifiedDate
(Date modifiedDate) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setUserId
(long userId) void
setUserName
(String userName) void
setUserUuid
(String userUuid) void
-
Constructor Details
-
FileShortcutWrapper
-
-
Method Details
-
clone
- Specified by:
clone
in interfaceStagedModel
- Overrides:
clone
in classObject
-
containsPermission
public boolean containsPermission(PermissionChecker permissionChecker, String actionId) throws PortalException - Specified by:
containsPermission
in interfaceFileShortcut
- Throws:
PortalException
-
execute
- Specified by:
execute
in interfaceRepositoryModel<FileShortcut>
- Throws:
PortalException
-
getAttributes
- Specified by:
getAttributes
in interfaceRepositoryModel<FileShortcut>
-
getCompanyId
public long getCompanyId()- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceRepositoryEntry
- Specified by:
getCompanyId
in interfaceStagedModel
-
getCreateDate
- Specified by:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceRepositoryEntry
- Specified by:
getCreateDate
in interfaceStagedModel
-
getExpandoBridge
- Specified by:
getExpandoBridge
in interfaceClassedModel
-
getExternalReferenceCode
- Specified by:
getExternalReferenceCode
in interfaceFileShortcut
-
getFileShortcutId
public long getFileShortcutId()- Specified by:
getFileShortcutId
in interfaceFileShortcut
-
getFileVersion
- Specified by:
getFileVersion
in interfaceFileShortcut
- Throws:
PortalException
-
getFolder
- Specified by:
getFolder
in interfaceFileShortcut
- Throws:
PortalException
-
getFolderId
public long getFolderId()- Specified by:
getFolderId
in interfaceFileShortcut
-
getGroupId
public long getGroupId()- Specified by:
getGroupId
in interfaceGroupedModel
- Specified by:
getGroupId
in interfaceRepositoryEntry
-
getLastPublishDate
- Specified by:
getLastPublishDate
in interfaceStagedGroupedModel
-
getModel
- Specified by:
getModel
in interfaceRepositoryModel<FileShortcut>
-
getModelClass
- Specified by:
getModelClass
in interfaceClassedModel
-
getModelClassName
- Specified by:
getModelClassName
in interfaceClassedModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceRepositoryEntry
- Specified by:
getModifiedDate
in interfaceStagedModel
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfaceRepositoryModel<FileShortcut>
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfaceClassedModel
-
getRepositoryId
public long getRepositoryId()- Specified by:
getRepositoryId
in interfaceFileShortcut
-
getStagedModelType
- Specified by:
getStagedModelType
in interfaceStagedModel
-
getToFileEntryId
public long getToFileEntryId()- Specified by:
getToFileEntryId
in interfaceFileShortcut
-
getToTitle
- Specified by:
getToTitle
in interfaceFileShortcut
-
getUserId
public long getUserId()- Specified by:
getUserId
in interfaceAuditedModel
- Specified by:
getUserId
in interfaceRepositoryEntry
-
getUserName
- Specified by:
getUserName
in interfaceAuditedModel
- Specified by:
getUserName
in interfaceRepositoryEntry
-
getUserUuid
- Specified by:
getUserUuid
in interfaceAuditedModel
- Specified by:
getUserUuid
in interfaceRepositoryEntry
-
getUuid
- Specified by:
getUuid
in interfaceStagedModel
-
getWrappedModel
- Specified by:
getWrappedModel
in interfaceModelWrapper<FileShortcut>
-
isEscapedModel
public boolean isEscapedModel()- Specified by:
isEscapedModel
in interfaceRepositoryModel<FileShortcut>
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceStagedModel
-
setCreateDate
- Specified by:
setCreateDate
in interfaceAuditedModel
- Specified by:
setCreateDate
in interfaceStagedModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupId
in interfaceGroupedModel
-
setLastPublishDate
- Specified by:
setLastPublishDate
in interfaceStagedGroupedModel
-
setModifiedDate
- Specified by:
setModifiedDate
in interfaceAuditedModel
- Specified by:
setModifiedDate
in interfaceStagedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObj
in interfaceClassedModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserId
in interfaceAuditedModel
-
setUserName
- Specified by:
setUserName
in interfaceAuditedModel
-
setUserUuid
- Specified by:
setUserUuid
in interfaceAuditedModel
-
setUuid
- Specified by:
setUuid
in interfaceStagedModel
-
toEscapedModel
- Specified by:
toEscapedModel
in interfaceRepositoryModel<FileShortcut>
-
toUnescapedModel
- Specified by:
toUnescapedModel
in interfaceRepositoryModel<FileShortcut>
-