|
Liferay 6.0.4 | |||||||||
| 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
The base model implementation for the DLFolder service. Represents a row in the "DLFolder" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DLFolderModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLFolderImpl.
Never modify or reference this class directly. All methods that expect a d l folder model instance should use the DLFolder interface instead.
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()
Gets the company id of this d l folder. |
Date |
getCreateDate()
Gets the create date of this d l folder. |
String |
getDescription()
Gets the description of this d l folder. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFolderId()
Gets the folder id of this d l folder. |
long |
getGroupId()
Gets the group id of this d l folder. |
Date |
getLastPostDate()
Gets the last post date of this d l folder. |
Date |
getModifiedDate()
Gets the modified date of this d l folder. |
String |
getName()
Gets the name of this d l folder. |
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
long |
getOriginalParentFolderId()
|
String |
getOriginalUuid()
|
long |
getParentFolderId()
Gets the parent folder id of this d l folder. |
long |
getPrimaryKey()
Gets the primary key of this d l folder. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getUserId()
Gets the user id of this d l folder. |
String |
getUserName()
Gets the user name of this d l folder. |
String |
getUserUuid()
Gets the user uuid of this d l folder. |
String |
getUuid()
Gets the uuid of this d l folder. |
int |
hashCode()
|
void |
setCompanyId(long companyId)
Sets the company id of this d l folder. |
void |
setCreateDate(Date createDate)
Sets the create date of this d l folder. |
void |
setDescription(String description)
Sets the description of this d l folder. |
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)
Sets the folder id of this d l folder. |
void |
setGroupId(long groupId)
Sets the group id of this d l folder. |
void |
setLastPostDate(Date lastPostDate)
Sets the last post date of this d l folder. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this d l folder. |
void |
setName(String name)
Sets the name of this d l folder. |
void |
setParentFolderId(long parentFolderId)
Sets the parent folder id of this d l folder. |
void |
setPrimaryKey(long pk)
Sets the primary key of this d l folder |
void |
setUserId(long userId)
Sets the user id of this d l folder. |
void |
setUserName(String userName)
Sets the user name of this d l folder. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this d l folder. |
void |
setUuid(String uuid)
Sets the uuid of this d l folder. |
DLFolder |
toEscapedModel()
Gets a copy of this d l folder as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static DLFolder |
toModel(DLFolderSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<DLFolder> |
toModels(DLFolderSoap[] soapModels)
Converts the soap model instances into normal model instances. |
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)
soapModel - the soap model instance to convert
public static List<DLFolder> toModels(DLFolderSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
DLFolderModel
getPrimaryKey in interface DLFolderModelpublic void setPrimaryKey(long pk)
DLFolderModel
setPrimaryKey in interface DLFolderModelpk - the primary key of this d l folderpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFolder>getPrimaryKeyObj in interface DLFolderModelpublic String getUuid()
DLFolderModel
getUuid in interface DLFolderModelpublic void setUuid(String uuid)
DLFolderModel
setUuid in interface DLFolderModeluuid - the uuid of this d l folderpublic String getOriginalUuid()
public long getFolderId()
DLFolderModel
getFolderId in interface DLFolderModelpublic void setFolderId(long folderId)
DLFolderModel
setFolderId in interface DLFolderModelfolderId - the folder id of this d l folderpublic long getGroupId()
DLFolderModel
getGroupId in interface DLFolderModelpublic void setGroupId(long groupId)
DLFolderModel
setGroupId in interface DLFolderModelgroupId - the group id of this d l folderpublic long getOriginalGroupId()
public long getCompanyId()
DLFolderModel
getCompanyId in interface DLFolderModelpublic void setCompanyId(long companyId)
DLFolderModel
setCompanyId in interface DLFolderModelcompanyId - the company id of this d l folderpublic long getUserId()
DLFolderModel
getUserId in interface DLFolderModelpublic void setUserId(long userId)
DLFolderModel
setUserId in interface DLFolderModeluserId - the user id of this d l folder
public String getUserUuid()
throws SystemException
DLFolderModel
getUserUuid in interface DLFolderModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
DLFolderModel
setUserUuid in interface DLFolderModeluserUuid - the user uuid of this d l folderpublic String getUserName()
DLFolderModel
getUserName in interface DLFolderModelpublic void setUserName(String userName)
DLFolderModel
setUserName in interface DLFolderModeluserName - the user name of this d l folderpublic Date getCreateDate()
DLFolderModel
getCreateDate in interface DLFolderModelpublic void setCreateDate(Date createDate)
DLFolderModel
setCreateDate in interface DLFolderModelcreateDate - the create date of this d l folderpublic Date getModifiedDate()
DLFolderModel
getModifiedDate in interface DLFolderModelpublic void setModifiedDate(Date modifiedDate)
DLFolderModel
setModifiedDate in interface DLFolderModelmodifiedDate - the modified date of this d l folderpublic long getParentFolderId()
DLFolderModel
getParentFolderId in interface DLFolderModelpublic void setParentFolderId(long parentFolderId)
DLFolderModel
setParentFolderId in interface DLFolderModelparentFolderId - the parent folder id of this d l folderpublic long getOriginalParentFolderId()
public String getName()
DLFolderModel
getName in interface DLFolderModelpublic void setName(String name)
DLFolderModel
setName in interface DLFolderModelname - the name of this d l folderpublic String getOriginalName()
public String getDescription()
DLFolderModel
getDescription in interface DLFolderModelpublic void setDescription(String description)
DLFolderModel
setDescription in interface DLFolderModeldescription - the description of this d l folderpublic Date getLastPostDate()
DLFolderModel
getLastPostDate in interface DLFolderModelpublic void setLastPostDate(Date lastPostDate)
DLFolderModel
setLastPostDate in interface DLFolderModellastPostDate - the last post date of this d l folderpublic DLFolder toEscapedModel()
DLFolderModelAutoEscapeBeanHandler.
toEscapedModel in interface DLFolderModelAutoEscapeBeanHandlerpublic 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||