|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<DLFileShortcut>
com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl
public class DLFileShortcutModelImpl
This interface is a model that represents the DLFileShortcut table in the database.
DLFileShortcutImpl,
DLFileShortcut,
DLFileShortcutModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
DLFileShortcutModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileShortcut dlFileShortcut)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFileShortcutId()
|
long |
getFolderId()
|
long |
getGroupId()
|
Date |
getModifiedDate()
|
long |
getOriginalGroupId()
|
String |
getOriginalUuid()
|
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()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
int |
hashCode()
|
boolean |
isApproved()
|
boolean |
isDraft()
|
boolean |
isExpired()
|
boolean |
isPending()
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
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 |
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()
|
static DLFileShortcut |
toModel(DLFileShortcutSoap soapModel)
|
static List<DLFileShortcut> |
toModels(DLFileShortcutSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileShortcutModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public DLFileShortcutModelImpl()
| Method Detail |
|---|
public static DLFileShortcut toModel(DLFileShortcutSoap soapModel)
public static List<DLFileShortcut> toModels(DLFileShortcutSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface DLFileShortcutModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface DLFileShortcutModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFileShortcut>getPrimaryKeyObj in interface DLFileShortcutModelpublic String getUuid()
getUuid in interface DLFileShortcutModelpublic void setUuid(String uuid)
setUuid in interface DLFileShortcutModelpublic String getOriginalUuid()
public 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 getOriginalGroupId()
public 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFileShortcut>getExpandoBridge in interface DLFileShortcutModelgetExpandoBridge in class BaseModelImpl<DLFileShortcut>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFileShortcut>setExpandoBridgeAttributes in interface DLFileShortcutModelsetExpandoBridgeAttributes in class BaseModelImpl<DLFileShortcut>serviceContext - 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 BaseModelImpl<DLFileShortcut>public int compareTo(DLFileShortcut dlFileShortcut)
compareTo in interface DLFileShortcutModelcompareTo in interface Comparable<DLFileShortcut>public boolean equals(Object obj)
equals in class Objectpublic 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 DLFileShortcutModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||