public class FileShortcutWrapper extends Object implements FileShortcut, ModelWrapper<FileShortcut>
FILE_SHORTCUT_ID_ACCESSOR| Constructor and Description |
|---|
FileShortcutWrapper(FileShortcut fileShortcut) |
public FileShortcutWrapper(FileShortcut fileShortcut)
public Object clone()
clone in interface StagedModelclone in class Objectpublic boolean containsPermission(PermissionChecker permissionChecker, String actionId) throws PortalException
containsPermission in interface FileShortcutPortalExceptionpublic void execute(RepositoryModelOperation repositoryModelOperation) throws PortalException
execute in interface RepositoryModel<FileShortcut>PortalExceptionpublic Map<String,Serializable> getAttributes()
getAttributes in interface RepositoryModel<FileShortcut>public long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface StagedModelgetCompanyId in interface RepositoryEntrypublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface RepositoryEntrypublic 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 GroupedModelgetGroupId in interface RepositoryEntrypublic Date getLastPublishDate()
getLastPublishDate in interface StagedGroupedModelpublic Object getModel()
getModel in interface RepositoryModel<FileShortcut>public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface RepositoryEntrypublic long getPrimaryKey()
getPrimaryKey in interface RepositoryModel<FileShortcut>public Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface ClassedModelpublic long getRepositoryId()
getRepositoryId in interface FileShortcutpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getToFileEntryId()
getToFileEntryId in interface FileShortcutpublic String getToTitle()
getToTitle in interface FileShortcutpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface RepositoryEntrypublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface RepositoryEntrypublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface RepositoryEntrypublic 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(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelpublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate in interface StagedGroupedModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface ClassedModelpublic void setUserId(long userId)
setUserId in interface AuditedModelpublic void setUserName(String userName)
setUserName in interface AuditedModelpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelpublic void setUuid(String uuid)
setUuid in interface StagedModelpublic FileShortcut toEscapedModel()
toEscapedModel in interface RepositoryModel<FileShortcut>public FileShortcut toUnescapedModel()
toUnescapedModel in interface RepositoryModel<FileShortcut>