Liferay 7.0-ce-b4

com.liferay.portal.repository.proxy
Class FileShortcutProxyBean

java.lang.Object
  extended by com.liferay.portal.repository.proxy.RepositoryModelProxyBean
      extended by com.liferay.portal.repository.proxy.FileShortcutProxyBean
All Implemented Interfaces:
FileShortcut, RepositoryEntry, RepositoryModel<FileShortcut>, AuditedModel, ClassedModel, GroupedModel, StagedGroupedModel, StagedModel, Serializable

public class FileShortcutProxyBean
extends RepositoryModelProxyBean
implements FileShortcut

See Also:
Serialized Form

Constructor Summary
FileShortcutProxyBean(FileShortcut fileShortcut, ClassLoader classLoader)
           
 
Method Summary
 Object clone()
           
 boolean containsPermission(PermissionChecker permissionChecker, String actionId)
           
 void execute(RepositoryModelOperation repositoryModelOperation)
           
 Map<String,Serializable> getAttributes()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 long getFileShortcutId()
           
 FileVersion getFileVersion()
           
 Folder getFolder()
           
 long getFolderId()
           
 long getGroupId()
           
 Date getLastPublishDate()
           
 Object getModel()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 Serializable getPrimaryKeyObj()
           
 long getRepositoryId()
           
 StagedModelType getStagedModelType()
           
 long getToFileEntryId()
           
 String getToTitle()
           
 long getUserId()
           
 String getUserName()
           
 String getUserUuid()
           
 String getUuid()
           
 boolean isEscapedModel()
           
 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 setUuid(String uuid)
           
 FileShortcut toEscapedModel()
           
 FileShortcut toUnescapedModel()
           
 
Methods inherited from class com.liferay.portal.repository.proxy.RepositoryModelProxyBean
newFileEntryProxyBean, newFileShortcutProxyBean, newFileVersionProxyBean, newFolderProxyBean, newLocalRepositoryProxyBean, newProxyBean, newProxyInstance, toFileEntryProxyBeans, toFileVersionProxyBeans, toFolderProxyBeans, toObjectProxyBeans
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileShortcutProxyBean

public FileShortcutProxyBean(FileShortcut fileShortcut,
                             ClassLoader classLoader)
Method Detail

clone

public Object clone()
Specified by:
clone in interface StagedModel
Overrides:
clone in class Object

containsPermission

public boolean containsPermission(PermissionChecker permissionChecker,
                                  String actionId)
                           throws PortalException
Specified by:
containsPermission in interface FileShortcut
Throws:
PortalException

execute

public void execute(RepositoryModelOperation repositoryModelOperation)
             throws PortalException
Specified by:
execute in interface RepositoryModel<FileShortcut>
Throws:
PortalException

getAttributes

public Map<String,Serializable> getAttributes()
Specified by:
getAttributes in interface RepositoryModel<FileShortcut>

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface RepositoryEntry
Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface StagedModel

getCreateDate

public Date getCreateDate()
Specified by:
getCreateDate in interface RepositoryEntry
Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface StagedModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface ClassedModel

getFileShortcutId

public long getFileShortcutId()
Specified by:
getFileShortcutId in interface FileShortcut

getFileVersion

public FileVersion getFileVersion()
                           throws PortalException
Specified by:
getFileVersion in interface FileShortcut
Throws:
PortalException

getFolder

public Folder getFolder()
                 throws PortalException
Specified by:
getFolder in interface FileShortcut
Throws:
PortalException

getFolderId

public long getFolderId()
Specified by:
getFolderId in interface FileShortcut

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface RepositoryEntry
Specified by:
getGroupId in interface GroupedModel

getLastPublishDate

public Date getLastPublishDate()
Specified by:
getLastPublishDate in interface StagedGroupedModel

getModel

public Object getModel()
Specified by:
getModel in interface RepositoryModel<FileShortcut>

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface RepositoryEntry
Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface StagedModel

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface RepositoryModel<FileShortcut>

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface ClassedModel

getRepositoryId

public long getRepositoryId()
Specified by:
getRepositoryId in interface FileShortcut

getStagedModelType

public StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface StagedModel

getToFileEntryId

public long getToFileEntryId()
Specified by:
getToFileEntryId in interface FileShortcut

getToTitle

public String getToTitle()
Specified by:
getToTitle in interface FileShortcut

getUserId

public long getUserId()
Specified by:
getUserId in interface RepositoryEntry
Specified by:
getUserId in interface AuditedModel

getUserName

public String getUserName()
Specified by:
getUserName in interface RepositoryEntry
Specified by:
getUserName in interface AuditedModel

getUserUuid

public String getUserUuid()
Specified by:
getUserUuid in interface RepositoryEntry
Specified by:
getUserUuid in interface AuditedModel

getUuid

public String getUuid()
Specified by:
getUuid in interface StagedModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface RepositoryModel<FileShortcut>

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface StagedModel

setCreateDate

public void setCreateDate(Date createDate)
Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface StagedModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface GroupedModel

setLastPublishDate

public void setLastPublishDate(Date lastPublishDate)
Specified by:
setLastPublishDate in interface StagedGroupedModel

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface StagedModel

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface ClassedModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface AuditedModel

setUserName

public void setUserName(String userName)
Specified by:
setUserName in interface AuditedModel

setUserUuid

public void setUserUuid(String userUuid)
Specified by:
setUserUuid in interface AuditedModel

setUuid

public void setUuid(String uuid)
Specified by:
setUuid in interface StagedModel

toEscapedModel

public FileShortcut toEscapedModel()
Specified by:
toEscapedModel in interface RepositoryModel<FileShortcut>

toUnescapedModel

public FileShortcut toUnescapedModel()
Specified by:
toUnescapedModel in interface RepositoryModel<FileShortcut>

Liferay 7.0-ce-b4