public class FileShortcutWrapper extends java.lang.Object implements FileShortcut, ModelWrapper<FileShortcut>
| Constructor and Description |
|---|
FileShortcutWrapper(FileShortcut fileShortcut) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
boolean |
containsPermission(PermissionChecker permissionChecker,
java.lang.String actionId) |
void |
execute(RepositoryModelOperation repositoryModelOperation) |
java.util.Map<java.lang.String,java.io.Serializable> |
getAttributes() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
ExpandoBridge |
getExpandoBridge() |
long |
getFileShortcutId() |
FileVersion |
getFileVersion() |
Folder |
getFolder() |
long |
getFolderId() |
long |
getGroupId() |
java.util.Date |
getLastPublishDate() |
java.lang.Object |
getModel() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
StagedModelType |
getStagedModelType() |
long |
getToFileEntryId() |
java.lang.String |
getToTitle() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
java.lang.String |
getUuid() |
FileShortcut |
getWrappedModel() |
boolean |
isEscapedModel() |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setGroupId(long groupId) |
void |
setLastPublishDate(java.util.Date lastPublishDate) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
void |
setUuid(java.lang.String uuid) |
FileShortcut |
toEscapedModel() |
FileShortcut |
toUnescapedModel() |
public FileShortcutWrapper(FileShortcut fileShortcut)
public java.lang.Object clone()
clone in interface StagedModelclone in class java.lang.Objectpublic boolean containsPermission(PermissionChecker permissionChecker, java.lang.String actionId) throws PortalException
containsPermission in interface FileShortcutPortalExceptionpublic void execute(RepositoryModelOperation repositoryModelOperation) throws PortalException
execute in interface RepositoryModel<FileShortcut>PortalExceptionpublic java.util.Map<java.lang.String,java.io.Serializable> getAttributes()
getAttributes in interface RepositoryModel<FileShortcut>public long getCompanyId()
getCompanyId in interface RepositoryEntrygetCompanyId in interface AuditedModelgetCompanyId in interface StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface RepositoryEntrygetCreateDate in interface AuditedModelgetCreateDate in interface StagedModelpublic ExpandoBridge getExpandoBridge()
getExpandoBridge in interface ClassedModelpublic long getFileShortcutId()
getFileShortcutId in interface FileShortcutpublic FileVersion getFileVersion() throws PortalException
getFileVersion in interface FileShortcutPortalExceptionpublic Folder getFolder() throws PortalException
getFolder in interface FileShortcutPortalExceptionpublic long getFolderId()
getFolderId in interface FileShortcutpublic long getGroupId()
getGroupId in interface RepositoryEntrygetGroupId in interface GroupedModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface StagedModelpublic java.lang.Object getModel()
getModel in interface RepositoryModel<FileShortcut>public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface RepositoryEntrygetModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelpublic long getPrimaryKey()
getPrimaryKey in interface RepositoryModel<FileShortcut>public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface ClassedModelpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getToFileEntryId()
getToFileEntryId in interface FileShortcutpublic java.lang.String getToTitle()
getToTitle in interface FileShortcutpublic long getUserId()
getUserId in interface RepositoryEntrygetUserId in interface AuditedModelpublic java.lang.String getUserName()
getUserName in interface RepositoryEntrygetUserName in interface AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface RepositoryEntrygetUserUuid in interface AuditedModelpublic java.lang.String getUuid()
getUuid in interface StagedModelpublic FileShortcut getWrappedModel()
getWrappedModel in interface ModelWrapper<FileShortcut>public boolean isEscapedModel()
isEscapedModel in interface RepositoryModel<FileShortcut>public void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface StagedModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelpublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface StagedModelpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface ClassedModelpublic void setUserId(long userId)
setUserId in interface AuditedModelpublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelpublic void setUuid(java.lang.String uuid)
setUuid in interface StagedModelpublic FileShortcut toEscapedModel()
toEscapedModel in interface RepositoryModel<FileShortcut>public FileShortcut toUnescapedModel()
toUnescapedModel in interface RepositoryModel<FileShortcut>