|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.model.DLFileShortcutWrapper
public class DLFileShortcutWrapper
This class is a wrapper for DLFileShortcut.
DLFileShortcut,
Serialized Form| Constructor Summary | |
|---|---|
DLFileShortcutWrapper(DLFileShortcut dlFileShortcut)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileShortcut dlFileShortcut)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFileShortcutId()
|
DLFolder |
getFolder()
|
long |
getFolderId()
|
long |
getGroupId()
|
Date |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getStatus()
|
long |
getStatusByUserId()
|
String |
getStatusByUserName()
|
String |
getStatusByUserUuid()
|
Date |
getStatusDate()
|
long |
getToFolderId()
|
String |
getToName()
|
String |
getToTitle()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
DLFileShortcut |
getWrappedDLFileShortcut()
|
int |
hashCode()
|
boolean |
isApproved()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isDraft()
|
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isExpired()
|
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isPending()
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setFolderId(long folderId)
|
void |
setGroupId(long groupId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setStatus(int status)
|
void |
setStatusByUserId(long statusByUserId)
|
void |
setStatusByUserName(String statusByUserName)
|
void |
setStatusByUserUuid(String statusByUserUuid)
|
void |
setStatusDate(Date statusDate)
|
void |
setToFolderId(long toFolderId)
|
void |
setToName(String toName)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
DLFileShortcut |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DLFileShortcutWrapper(DLFileShortcut dlFileShortcut)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface DLFileShortcutModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface DLFileShortcutModelpublic String getUuid()
getUuid in interface DLFileShortcutModelpublic void setUuid(String uuid)
setUuid in interface DLFileShortcutModelpublic long getFileShortcutId()
getFileShortcutId in interface DLFileShortcutModelpublic void setFileShortcutId(long fileShortcutId)
setFileShortcutId in interface DLFileShortcutModelpublic long getGroupId()
getGroupId in interface DLFileShortcutModelpublic void setGroupId(long groupId)
setGroupId in interface DLFileShortcutModelpublic long getCompanyId()
getCompanyId in interface DLFileShortcutModelpublic void setCompanyId(long companyId)
setCompanyId in interface DLFileShortcutModelpublic long getUserId()
getUserId in interface DLFileShortcutModelpublic void setUserId(long userId)
setUserId in interface DLFileShortcutModel
public String getUserUuid()
throws SystemException
getUserUuid in interface DLFileShortcutModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface DLFileShortcutModelpublic String getUserName()
getUserName in interface DLFileShortcutModelpublic void setUserName(String userName)
setUserName in interface DLFileShortcutModelpublic Date getCreateDate()
getCreateDate in interface DLFileShortcutModelpublic void setCreateDate(Date createDate)
setCreateDate in interface DLFileShortcutModelpublic Date getModifiedDate()
getModifiedDate in interface DLFileShortcutModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface DLFileShortcutModelpublic long getFolderId()
getFolderId in interface DLFileShortcutModelpublic void setFolderId(long folderId)
setFolderId in interface DLFileShortcutModelpublic long getToFolderId()
getToFolderId in interface DLFileShortcutModelpublic void setToFolderId(long toFolderId)
setToFolderId in interface DLFileShortcutModelpublic String getToName()
getToName in interface DLFileShortcutModelpublic void setToName(String toName)
setToName in interface DLFileShortcutModelpublic int getStatus()
getStatus in interface DLFileShortcutModelpublic void setStatus(int status)
setStatus in interface DLFileShortcutModelpublic long getStatusByUserId()
getStatusByUserId in interface DLFileShortcutModelpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface DLFileShortcutModel
public String getStatusByUserUuid()
throws SystemException
getStatusByUserUuid in interface DLFileShortcutModelSystemExceptionpublic void setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid in interface DLFileShortcutModelpublic String getStatusByUserName()
getStatusByUserName in interface DLFileShortcutModelpublic void setStatusByUserName(String statusByUserName)
setStatusByUserName in interface DLFileShortcutModelpublic Date getStatusDate()
getStatusDate in interface DLFileShortcutModelpublic void setStatusDate(Date statusDate)
setStatusDate in interface DLFileShortcutModelpublic boolean isApproved()
isApproved in interface DLFileShortcutModelpublic boolean isDraft()
isDraft in interface DLFileShortcutModelpublic boolean isExpired()
isExpired in interface DLFileShortcutModelpublic boolean isPending()
isPending in interface DLFileShortcutModelpublic DLFileShortcut toEscapedModel()
toEscapedModel in interface DLFileShortcutModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<DLFileShortcut>isNew in interface DLFileShortcutModeltrue 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 DLFileShortcutModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<DLFileShortcut>isCachedModel in interface DLFileShortcutModeltrue 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 DLFileShortcutModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<DLFileShortcut>isEscapedModel in interface DLFileShortcutModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<DLFileShortcut>setEscapedModel in interface DLFileShortcutModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFileShortcut>getPrimaryKeyObj in interface DLFileShortcutModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFileShortcut>getExpandoBridge in interface DLFileShortcutModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFileShortcut>setExpandoBridgeAttributes in interface DLFileShortcutModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<DLFileShortcut>clone in interface DLFileShortcutModelclone in class Objectpublic int compareTo(DLFileShortcut dlFileShortcut)
compareTo in interface DLFileShortcutModelcompareTo in interface Comparable<DLFileShortcut>public int hashCode()
hashCode in interface DLFileShortcutModelhashCode in class Objectpublic String toString()
toString in interface DLFileShortcutModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFileShortcut>toXmlString in interface DLFileShortcutModelpublic DLFolder getFolder()
getFolder in interface DLFileShortcutpublic String getToTitle()
getToTitle in interface DLFileShortcutpublic DLFileShortcut getWrappedDLFileShortcut()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||