|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormField 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 DLFolderModel
public void setPrimaryKey(long pk)
DLFolderModel
setPrimaryKey
in interface DLFolderModel
pk
- the primary key of this d l folderpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<DLFolder>
getPrimaryKeyObj
in interface DLFolderModel
public String getUuid()
DLFolderModel
getUuid
in interface DLFolderModel
public void setUuid(String uuid)
DLFolderModel
setUuid
in interface DLFolderModel
uuid
- the uuid of this d l folderpublic String getOriginalUuid()
public long getFolderId()
DLFolderModel
getFolderId
in interface DLFolderModel
public void setFolderId(long folderId)
DLFolderModel
setFolderId
in interface DLFolderModel
folderId
- the folder id of this d l folderpublic long getGroupId()
DLFolderModel
getGroupId
in interface DLFolderModel
public void setGroupId(long groupId)
DLFolderModel
setGroupId
in interface DLFolderModel
groupId
- the group id of this d l folderpublic long getOriginalGroupId()
public long getCompanyId()
DLFolderModel
getCompanyId
in interface DLFolderModel
public void setCompanyId(long companyId)
DLFolderModel
setCompanyId
in interface DLFolderModel
companyId
- the company id of this d l folderpublic long getUserId()
DLFolderModel
getUserId
in interface DLFolderModel
public void setUserId(long userId)
DLFolderModel
setUserId
in interface DLFolderModel
userId
- the user id of this d l folderpublic String getUserUuid() throws SystemException
DLFolderModel
getUserUuid
in interface DLFolderModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
DLFolderModel
setUserUuid
in interface DLFolderModel
userUuid
- the user uuid of this d l folderpublic String getUserName()
DLFolderModel
getUserName
in interface DLFolderModel
public void setUserName(String userName)
DLFolderModel
setUserName
in interface DLFolderModel
userName
- the user name of this d l folderpublic Date getCreateDate()
DLFolderModel
getCreateDate
in interface DLFolderModel
public void setCreateDate(Date createDate)
DLFolderModel
setCreateDate
in interface DLFolderModel
createDate
- the create date of this d l folderpublic Date getModifiedDate()
DLFolderModel
getModifiedDate
in interface DLFolderModel
public void setModifiedDate(Date modifiedDate)
DLFolderModel
setModifiedDate
in interface DLFolderModel
modifiedDate
- the modified date of this d l folderpublic long getParentFolderId()
DLFolderModel
getParentFolderId
in interface DLFolderModel
public void setParentFolderId(long parentFolderId)
DLFolderModel
setParentFolderId
in interface DLFolderModel
parentFolderId
- the parent folder id of this d l folderpublic long getOriginalParentFolderId()
public String getName()
DLFolderModel
getName
in interface DLFolderModel
public void setName(String name)
DLFolderModel
setName
in interface DLFolderModel
name
- the name of this d l folderpublic String getOriginalName()
public String getDescription()
DLFolderModel
getDescription
in interface DLFolderModel
public void setDescription(String description)
DLFolderModel
setDescription
in interface DLFolderModel
description
- the description of this d l folderpublic Date getLastPostDate()
DLFolderModel
getLastPostDate
in interface DLFolderModel
public void setLastPostDate(Date lastPostDate)
DLFolderModel
setLastPostDate
in interface DLFolderModel
lastPostDate
- the last post date of this d l folderpublic DLFolder toEscapedModel()
DLFolderModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface DLFolderModel
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<DLFolder>
getExpandoBridge
in interface DLFolderModel
getExpandoBridge
in class BaseModelImpl<DLFolder>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<DLFolder>
setExpandoBridgeAttributes
in interface DLFolderModel
setExpandoBridgeAttributes
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 DLFolderModel
clone
in class BaseModelImpl<DLFolder>
public int compareTo(DLFolder dlFolder)
compareTo
in interface DLFolderModel
compareTo
in interface Comparable<DLFolder>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface DLFolderModel
hashCode
in class Object
public String toString()
toString
in interface DLFolderModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<DLFolder>
toXmlString
in interface DLFolderModel
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |