|
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<DLFolder>
com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl
public class DLFolderModelImpl
This interface is a model that represents the DLFolder table in the database.
DLFolderImpl,
DLFolder,
DLFolderModel,
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 |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
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 | |
|---|---|
DLFolderModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFolder dlFolder)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFolderId()
|
long |
getGroupId()
|
Date |
getLastPostDate()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
long |
getOriginalParentFolderId()
|
String |
getOriginalUuid()
|
long |
getParentFolderId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
int |
hashCode()
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFolderId(long folderId)
|
void |
setGroupId(long groupId)
|
void |
setLastPostDate(Date lastPostDate)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setParentFolderId(long parentFolderId)
|
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
DLFolder |
toEscapedModel()
|
static DLFolder |
toModel(DLFolderSoap soapModel)
|
static List<DLFolder> |
toModels(DLFolderSoap[] 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.DLFolderModel |
|---|
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 ORDER_BY_JPQL
public static final String ORDER_BY_SQL
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 DLFolderModelImpl()
| Method Detail |
|---|
public static DLFolder toModel(DLFolderSoap soapModel)
public static List<DLFolder> toModels(DLFolderSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface DLFolderModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface DLFolderModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFolder>getPrimaryKeyObj in interface DLFolderModelpublic String getUuid()
getUuid in interface DLFolderModelpublic void setUuid(String uuid)
setUuid in interface DLFolderModelpublic String getOriginalUuid()
public long getFolderId()
getFolderId in interface DLFolderModelpublic void setFolderId(long folderId)
setFolderId in interface DLFolderModelpublic long getGroupId()
getGroupId in interface DLFolderModelpublic void setGroupId(long groupId)
setGroupId in interface DLFolderModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface DLFolderModelpublic void setCompanyId(long companyId)
setCompanyId in interface DLFolderModelpublic long getUserId()
getUserId in interface DLFolderModelpublic void setUserId(long userId)
setUserId in interface DLFolderModel
public String getUserUuid()
throws SystemException
getUserUuid in interface DLFolderModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface DLFolderModelpublic String getUserName()
getUserName in interface DLFolderModelpublic void setUserName(String userName)
setUserName in interface DLFolderModelpublic Date getCreateDate()
getCreateDate in interface DLFolderModelpublic void setCreateDate(Date createDate)
setCreateDate in interface DLFolderModelpublic Date getModifiedDate()
getModifiedDate in interface DLFolderModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface DLFolderModelpublic long getParentFolderId()
getParentFolderId in interface DLFolderModelpublic void setParentFolderId(long parentFolderId)
setParentFolderId in interface DLFolderModelpublic long getOriginalParentFolderId()
public String getName()
getName in interface DLFolderModelpublic void setName(String name)
setName in interface DLFolderModelpublic String getOriginalName()
public String getDescription()
getDescription in interface DLFolderModelpublic void setDescription(String description)
setDescription in interface DLFolderModelpublic Date getLastPostDate()
getLastPostDate in interface DLFolderModelpublic void setLastPostDate(Date lastPostDate)
setLastPostDate in interface DLFolderModelpublic DLFolder toEscapedModel()
toEscapedModel in interface DLFolderModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFolder>getExpandoBridge in interface DLFolderModelgetExpandoBridge in class BaseModelImpl<DLFolder>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFolder>setExpandoBridgeAttributes in interface DLFolderModelsetExpandoBridgeAttributes in class BaseModelImpl<DLFolder>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<DLFolder>clone in interface DLFolderModelclone in class BaseModelImpl<DLFolder>public int compareTo(DLFolder dlFolder)
compareTo in interface DLFolderModelcompareTo in interface Comparable<DLFolder>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DLFolderModelhashCode in class Objectpublic String toString()
toString in interface DLFolderModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFolder>toXmlString in interface DLFolderModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||