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()booleancontainsPermission(PermissionChecker permissionChecker, String actionId) voidexecute(RepositoryModelOperation repositoryModelOperation) longlonglonglonggetModel()Class<?>longlonglonglonggetUuid()booleanvoidsetCompanyId(long companyId) voidsetCreateDate(Date createDate) voidsetGroupId(long groupId) voidsetLastPublishDate(Date lastPublishDate) voidsetModifiedDate(Date modifiedDate) voidsetPrimaryKeyObj(Serializable primaryKeyObj) voidsetUserId(long userId) voidsetUserName(String userName) voidsetUserUuid(String userUuid) void
-
Constructor Details
-
FileShortcutWrapper
-
-
Method Details
-
clone
- Specified by:
clonein interfaceStagedModel- Overrides:
clonein classObject
-
containsPermission
public boolean containsPermission(PermissionChecker permissionChecker, String actionId) throws PortalException - Specified by:
containsPermissionin interfaceFileShortcut- Throws:
PortalException
-
execute
- Specified by:
executein interfaceRepositoryModel<FileShortcut>- Throws:
PortalException
-
getAttributes
- Specified by:
getAttributesin interfaceRepositoryModel<FileShortcut>
-
getCompanyId
public long getCompanyId()- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceRepositoryEntry- Specified by:
getCompanyIdin interfaceStagedModel
-
getCreateDate
- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceRepositoryEntry- Specified by:
getCreateDatein interfaceStagedModel
-
getExpandoBridge
- Specified by:
getExpandoBridgein interfaceClassedModel
-
getExternalReferenceCode
- Specified by:
getExternalReferenceCodein interfaceFileShortcut
-
getFileShortcutId
public long getFileShortcutId()- Specified by:
getFileShortcutIdin interfaceFileShortcut
-
getFileVersion
- Specified by:
getFileVersionin interfaceFileShortcut- Throws:
PortalException
-
getFolder
- Specified by:
getFolderin interfaceFileShortcut- Throws:
PortalException
-
getFolderId
public long getFolderId()- Specified by:
getFolderIdin interfaceFileShortcut
-
getGroupId
public long getGroupId()- Specified by:
getGroupIdin interfaceGroupedModel- Specified by:
getGroupIdin interfaceRepositoryEntry
-
getLastPublishDate
- Specified by:
getLastPublishDatein interfaceStagedGroupedModel
-
getModel
- Specified by:
getModelin interfaceRepositoryModel<FileShortcut>
-
getModelClass
- Specified by:
getModelClassin interfaceClassedModel
-
getModelClassName
- Specified by:
getModelClassNamein interfaceClassedModel
-
getModifiedDate
- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceRepositoryEntry- Specified by:
getModifiedDatein interfaceStagedModel
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKeyin interfaceRepositoryModel<FileShortcut>
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObjin interfaceClassedModel
-
getRepositoryId
public long getRepositoryId()- Specified by:
getRepositoryIdin interfaceFileShortcut
-
getStagedModelType
- Specified by:
getStagedModelTypein interfaceStagedModel
-
getToFileEntryId
public long getToFileEntryId()- Specified by:
getToFileEntryIdin interfaceFileShortcut
-
getToTitle
- Specified by:
getToTitlein interfaceFileShortcut
-
getUserId
public long getUserId()- Specified by:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceRepositoryEntry
-
getUserName
- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceRepositoryEntry
-
getUserUuid
- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin interfaceRepositoryEntry
-
getUuid
- Specified by:
getUuidin interfaceStagedModel
-
getWrappedModel
- Specified by:
getWrappedModelin interfaceModelWrapper<FileShortcut>
-
isEscapedModel
public boolean isEscapedModel()- Specified by:
isEscapedModelin interfaceRepositoryModel<FileShortcut>
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceStagedModel
-
setCreateDate
- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceStagedModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupIdin interfaceGroupedModel
-
setLastPublishDate
- Specified by:
setLastPublishDatein interfaceStagedGroupedModel
-
setModifiedDate
- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceStagedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObjin interfaceClassedModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserIdin interfaceAuditedModel
-
setUserName
- Specified by:
setUserNamein interfaceAuditedModel
-
setUserUuid
- Specified by:
setUserUuidin interfaceAuditedModel
-
setUuid
- Specified by:
setUuidin interfaceStagedModel
-
toEscapedModel
- Specified by:
toEscapedModelin interfaceRepositoryModel<FileShortcut>
-
toUnescapedModel
- Specified by:
toUnescapedModelin interfaceRepositoryModel<FileShortcut>
-