|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.documentlibrary.model.DLFileShortcutWrapper
public class DLFileShortcutWrapper
This class is a wrapper for DLFileShortcut
.
DLFileShortcut
,
Serialized FormConstructor Summary | |
---|---|
DLFileShortcutWrapper(DLFileShortcut dlFileShortcut)
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileShortcut dlFileShortcut)
|
boolean |
equals(Object obj)
|
boolean |
getApproved()
Deprecated. Renamed to isApproved() |
long |
getCompanyId()
Returns the company ID of this document library file shortcut. |
Date |
getCreateDate()
Returns the create date of this document library file shortcut. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFileShortcutId()
Returns the file shortcut ID of this document library file shortcut. |
Folder |
getFolder()
|
long |
getFolderId()
Returns the folder ID of this document library file shortcut. |
long |
getGroupId()
Returns the group ID of this document library file shortcut. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this document library file shortcut. |
long |
getPrimaryKey()
Returns the primary key of this document library file shortcut. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRepositoryId()
Returns the repository ID of this document library file shortcut. |
int |
getStatus()
Returns the status of this document library file shortcut. |
long |
getStatusByUserId()
Returns the status by user ID of this document library file shortcut. |
String |
getStatusByUserName()
Returns the status by user name of this document library file shortcut. |
String |
getStatusByUserUuid()
Returns the status by user uuid of this document library file shortcut. |
Date |
getStatusDate()
Returns the status date of this document library file shortcut. |
long |
getToFileEntryId()
Returns the to file entry ID of this document library file shortcut. |
String |
getToTitle()
|
long |
getUserId()
Returns the user ID of this document library file shortcut. |
String |
getUserName()
Returns the user name of this document library file shortcut. |
String |
getUserUuid()
Returns the user uuid of this document library file shortcut. |
String |
getUuid()
Returns the uuid of this document library file shortcut. |
DLFileShortcut |
getWrappedDLFileShortcut()
Deprecated. Renamed to getWrappedModel() |
DLFileShortcut |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isApproved()
Returns true if this document library file shortcut is approved. |
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isDenied()
Returns true if this document library file shortcut is denied. |
boolean |
isDraft()
Returns true if this document library file shortcut is a draft. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isExpired()
Returns true if this document library file shortcut is expired. |
boolean |
isInactive()
Returns true if this document library file shortcut is inactive. |
boolean |
isIncomplete()
Returns true if this document library file shortcut is incomplete. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isPending()
Returns true if this document library file shortcut is pending. |
boolean |
isScheduled()
Returns true if this document library file shortcut is scheduled. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this document library file shortcut. |
void |
setCreateDate(Date createDate)
Sets the create date of this document library file shortcut. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFileShortcutId(long fileShortcutId)
Sets the file shortcut ID of this document library file shortcut. |
void |
setFolderId(long folderId)
Sets the folder ID of this document library file shortcut. |
void |
setGroupId(long groupId)
Sets the group ID of this document library file shortcut. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this document library file shortcut. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this document library file shortcut. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRepositoryId(long repositoryId)
Sets the repository ID of this document library file shortcut. |
void |
setStatus(int status)
Sets the status of this document library file shortcut. |
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this document library file shortcut. |
void |
setStatusByUserName(String statusByUserName)
Sets the status by user name of this document library file shortcut. |
void |
setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this document library file shortcut. |
void |
setStatusDate(Date statusDate)
Sets the status date of this document library file shortcut. |
void |
setToFileEntryId(long toFileEntryId)
Sets the to file entry ID of this document library file shortcut. |
void |
setUserId(long userId)
Sets the user ID of this document library file shortcut. |
void |
setUserName(String userName)
Sets the user name of this document library file shortcut. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this document library file shortcut. |
void |
setUuid(String uuid)
Sets the uuid of this document library file shortcut. |
CacheModel<DLFileShortcut> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DLFileShortcut |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
DLFileShortcut |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DLFileShortcutWrapper(DLFileShortcut dlFileShortcut)
Method Detail |
---|
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<DLFileShortcut>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<DLFileShortcut>
public long getPrimaryKey()
getPrimaryKey
in interface DLFileShortcutModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface DLFileShortcutModel
primaryKey
- the primary key of this document library file shortcutpublic String getUuid()
getUuid
in interface DLFileShortcutModel
public void setUuid(String uuid)
setUuid
in interface DLFileShortcutModel
uuid
- the uuid of this document library file shortcutpublic long getFileShortcutId()
getFileShortcutId
in interface DLFileShortcutModel
public void setFileShortcutId(long fileShortcutId)
setFileShortcutId
in interface DLFileShortcutModel
fileShortcutId
- the file shortcut ID of this document library file shortcutpublic long getGroupId()
getGroupId
in interface GroupedModel
getGroupId
in interface DLFileShortcutModel
public void setGroupId(long groupId)
setGroupId
in interface GroupedModel
setGroupId
in interface DLFileShortcutModel
groupId
- the group ID of this document library file shortcutpublic long getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface DLFileShortcutModel
public void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface DLFileShortcutModel
companyId
- the company ID of this document library file shortcutpublic long getUserId()
getUserId
in interface AuditedModel
getUserId
in interface DLFileShortcutModel
public void setUserId(long userId)
setUserId
in interface AuditedModel
setUserId
in interface DLFileShortcutModel
userId
- the user ID of this document library file shortcutpublic String getUserUuid() throws SystemException
getUserUuid
in interface AuditedModel
getUserUuid
in interface DLFileShortcutModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
setUserUuid
in interface DLFileShortcutModel
userUuid
- the user uuid of this document library file shortcutpublic String getUserName()
getUserName
in interface AuditedModel
getUserName
in interface DLFileShortcutModel
public void setUserName(String userName)
setUserName
in interface AuditedModel
setUserName
in interface DLFileShortcutModel
userName
- the user name of this document library file shortcutpublic Date getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface DLFileShortcutModel
public void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface DLFileShortcutModel
createDate
- the create date of this document library file shortcutpublic Date getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface DLFileShortcutModel
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface DLFileShortcutModel
modifiedDate
- the modified date of this document library file shortcutpublic long getRepositoryId()
getRepositoryId
in interface DLFileShortcutModel
public void setRepositoryId(long repositoryId)
setRepositoryId
in interface DLFileShortcutModel
repositoryId
- the repository ID of this document library file shortcutpublic long getFolderId()
getFolderId
in interface DLFileShortcutModel
public void setFolderId(long folderId)
setFolderId
in interface DLFileShortcutModel
folderId
- the folder ID of this document library file shortcutpublic long getToFileEntryId()
getToFileEntryId
in interface DLFileShortcutModel
public void setToFileEntryId(long toFileEntryId)
setToFileEntryId
in interface DLFileShortcutModel
toFileEntryId
- the to file entry ID of this document library file shortcutpublic int getStatus()
getStatus
in interface WorkflowedModel
getStatus
in interface DLFileShortcutModel
public void setStatus(int status)
setStatus
in interface WorkflowedModel
setStatus
in interface DLFileShortcutModel
status
- the status of this document library file shortcutpublic long getStatusByUserId()
getStatusByUserId
in interface WorkflowedModel
getStatusByUserId
in interface DLFileShortcutModel
public void setStatusByUserId(long statusByUserId)
setStatusByUserId
in interface WorkflowedModel
setStatusByUserId
in interface DLFileShortcutModel
statusByUserId
- the status by user ID of this document library file shortcutpublic String getStatusByUserUuid() throws SystemException
getStatusByUserUuid
in interface DLFileShortcutModel
SystemException
- if a system exception occurredpublic void setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid
in interface DLFileShortcutModel
statusByUserUuid
- the status by user uuid of this document library file shortcutpublic String getStatusByUserName()
getStatusByUserName
in interface WorkflowedModel
getStatusByUserName
in interface DLFileShortcutModel
public void setStatusByUserName(String statusByUserName)
setStatusByUserName
in interface WorkflowedModel
setStatusByUserName
in interface DLFileShortcutModel
statusByUserName
- the status by user name of this document library file shortcutpublic Date getStatusDate()
getStatusDate
in interface WorkflowedModel
getStatusDate
in interface DLFileShortcutModel
public void setStatusDate(Date statusDate)
setStatusDate
in interface WorkflowedModel
setStatusDate
in interface DLFileShortcutModel
statusDate
- the status date of this document library file shortcutpublic boolean getApproved()
isApproved()
getApproved
in interface DLFileShortcutModel
public boolean isApproved()
true
if this document library file shortcut is approved.
isApproved
in interface WorkflowedModel
isApproved
in interface DLFileShortcutModel
true
if this document library file shortcut is approved; false
otherwisepublic boolean isDenied()
true
if this document library file shortcut is denied.
isDenied
in interface DLFileShortcutModel
true
if this document library file shortcut is denied; false
otherwisepublic boolean isDraft()
true
if this document library file shortcut is a draft.
isDraft
in interface WorkflowedModel
isDraft
in interface DLFileShortcutModel
true
if this document library file shortcut is a draft; false
otherwisepublic boolean isExpired()
true
if this document library file shortcut is expired.
isExpired
in interface WorkflowedModel
isExpired
in interface DLFileShortcutModel
true
if this document library file shortcut is expired; false
otherwisepublic boolean isInactive()
true
if this document library file shortcut is inactive.
isInactive
in interface DLFileShortcutModel
true
if this document library file shortcut is inactive; false
otherwisepublic boolean isIncomplete()
true
if this document library file shortcut is incomplete.
isIncomplete
in interface DLFileShortcutModel
true
if this document library file shortcut is incomplete; false
otherwisepublic boolean isPending()
true
if this document library file shortcut is pending.
isPending
in interface WorkflowedModel
isPending
in interface DLFileShortcutModel
true
if this document library file shortcut is pending; false
otherwisepublic boolean isScheduled()
true
if this document library file shortcut is scheduled.
isScheduled
in interface DLFileShortcutModel
true
if this document library file shortcut is scheduled; false
otherwisepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<DLFileShortcut>
isNew
in interface DLFileShortcutModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<DLFileShortcut>
setNew
in interface DLFileShortcutModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<DLFileShortcut>
isCachedModel
in interface DLFileShortcutModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<DLFileShortcut>
setCachedModel
in interface DLFileShortcutModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<DLFileShortcut>
isEscapedModel
in interface DLFileShortcutModel
true
if this model instance is escaped;
false
otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<DLFileShortcut>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface DLFileShortcutModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<DLFileShortcut>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface DLFileShortcutModel
primaryKeyObj
- the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<DLFileShortcut>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface DLFileShortcutModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<DLFileShortcut>
setExpandoBridgeAttributes
in interface DLFileShortcutModel
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<DLFileShortcut>
clone
in interface DLFileShortcutModel
clone
in class Object
public int compareTo(DLFileShortcut dlFileShortcut)
compareTo
in interface DLFileShortcutModel
compareTo
in interface Comparable<DLFileShortcut>
public int hashCode()
hashCode
in interface DLFileShortcutModel
hashCode
in class Object
public CacheModel<DLFileShortcut> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<DLFileShortcut>
toCacheModel
in interface DLFileShortcutModel
public DLFileShortcut toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<DLFileShortcut>
toEscapedModel
in interface DLFileShortcutModel
AutoEscapeBeanHandler
public DLFileShortcut toUnescapedModel()
toUnescapedModel
in interface BaseModel<DLFileShortcut>
toUnescapedModel
in interface DLFileShortcutModel
public String toString()
toString
in interface DLFileShortcutModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<DLFileShortcut>
toXmlString
in interface DLFileShortcutModel
public void persist() throws SystemException
PersistedModel
persist
in interface PersistedModel
SystemException
- if a system exception occurredpublic Folder getFolder()
getFolder
in interface DLFileShortcut
public String getToTitle()
getToTitle
in interface DLFileShortcut
public boolean equals(Object obj)
equals
in class Object
public DLFileShortcut getWrappedDLFileShortcut()
getWrappedModel()
public DLFileShortcut getWrappedModel()
getWrappedModel
in interface ModelWrapper<DLFileShortcut>
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<DLFileShortcut>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |