|
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<DLFileEntry>
com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl
public class DLFileEntryModelImpl
The base model implementation for the DLFileEntry service. Represents a row in the "DLFileEntry" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DLFileEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLFileEntryImpl.
Never modify or reference this class directly. All methods that expect a d l file entry model instance should use the DLFileEntry interface instead.
DLFileEntryImpl,
DLFileEntry,
DLFileEntryModel,
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 | |
|---|---|
DLFileEntryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileEntry dlFileEntry)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
Gets the company id of this d l file entry. |
Date |
getCreateDate()
Gets the create date of this d l file entry. |
String |
getDescription()
Gets the description of this d l file entry. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getExtension()
Gets the extension of this d l file entry. |
String |
getExtraSettings()
Gets the extra settings of this d l file entry. |
long |
getFileEntryId()
Gets the file entry id of this d l file entry. |
long |
getFolderId()
Gets the folder id of this d l file entry. |
long |
getGroupId()
Gets the group id of this d l file entry. |
Date |
getModifiedDate()
Gets the modified date of this d l file entry. |
String |
getName()
Gets the name of this d l file entry. |
long |
getOriginalFolderId()
|
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
String |
getOriginalTitle()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Gets the primary key of this d l file entry. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
int |
getReadCount()
Gets the read count of this d l file entry. |
long |
getSize()
Gets the size of this d l file entry. |
String |
getTitle()
Gets the title of this d l file entry. |
long |
getUserId()
Gets the user id of this d l file entry. |
String |
getUserName()
Gets the user name of this d l file entry. |
String |
getUserUuid()
Gets the user uuid of this d l file entry. |
String |
getUuid()
Gets the uuid of this d l file entry. |
String |
getVersion()
Gets the version of this d l file entry. |
long |
getVersionUserId()
Gets the version user id of this d l file entry. |
String |
getVersionUserName()
Gets the version user name of this d l file entry. |
String |
getVersionUserUuid()
Gets the version user uuid of this d l file entry. |
int |
hashCode()
|
void |
setCompanyId(long companyId)
Sets the company id of this d l file entry. |
void |
setCreateDate(Date createDate)
Sets the create date of this d l file entry. |
void |
setDescription(String description)
Sets the description of this d l file entry. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExtension(String extension)
Sets the extension of this d l file entry. |
void |
setExtraSettings(String extraSettings)
Sets the extra settings of this d l file entry. |
void |
setFileEntryId(long fileEntryId)
Sets the file entry id of this d l file entry. |
void |
setFolderId(long folderId)
Sets the folder id of this d l file entry. |
void |
setGroupId(long groupId)
Sets the group id of this d l file entry. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this d l file entry. |
void |
setName(String name)
Sets the name of this d l file entry. |
void |
setPrimaryKey(long pk)
Sets the primary key of this d l file entry |
void |
setReadCount(int readCount)
Sets the read count of this d l file entry. |
void |
setSize(long size)
Sets the size of this d l file entry. |
void |
setTitle(String title)
Sets the title of this d l file entry. |
void |
setUserId(long userId)
Sets the user id of this d l file entry. |
void |
setUserName(String userName)
Sets the user name of this d l file entry. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this d l file entry. |
void |
setUuid(String uuid)
Sets the uuid of this d l file entry. |
void |
setVersion(String version)
Sets the version of this d l file entry. |
void |
setVersionUserId(long versionUserId)
Sets the version user id of this d l file entry. |
void |
setVersionUserName(String versionUserName)
Sets the version user name of this d l file entry. |
void |
setVersionUserUuid(String versionUserUuid)
Sets the version user uuid of this d l file entry. |
DLFileEntry |
toEscapedModel()
Gets a copy of this d l file entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static DLFileEntry |
toModel(DLFileEntrySoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<DLFileEntry> |
toModels(DLFileEntrySoap[] 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.DLFileEntryModel |
|---|
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 DLFileEntryModelImpl()
| Method Detail |
|---|
public static DLFileEntry toModel(DLFileEntrySoap soapModel)
soapModel - the soap model instance to convert
public static List<DLFileEntry> toModels(DLFileEntrySoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
DLFileEntryModel
getPrimaryKey in interface DLFileEntryModelpublic void setPrimaryKey(long pk)
DLFileEntryModel
setPrimaryKey in interface DLFileEntryModelpk - the primary key of this d l file entrypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFileEntry>getPrimaryKeyObj in interface DLFileEntryModelpublic String getUuid()
DLFileEntryModel
getUuid in interface DLFileEntryModelpublic void setUuid(String uuid)
DLFileEntryModel
setUuid in interface DLFileEntryModeluuid - the uuid of this d l file entrypublic String getOriginalUuid()
public long getFileEntryId()
DLFileEntryModel
getFileEntryId in interface DLFileEntryModelpublic void setFileEntryId(long fileEntryId)
DLFileEntryModel
setFileEntryId in interface DLFileEntryModelfileEntryId - the file entry id of this d l file entrypublic long getGroupId()
DLFileEntryModel
getGroupId in interface DLFileEntryModelpublic void setGroupId(long groupId)
DLFileEntryModel
setGroupId in interface DLFileEntryModelgroupId - the group id of this d l file entrypublic long getOriginalGroupId()
public long getCompanyId()
DLFileEntryModel
getCompanyId in interface DLFileEntryModelpublic void setCompanyId(long companyId)
DLFileEntryModel
setCompanyId in interface DLFileEntryModelcompanyId - the company id of this d l file entrypublic long getUserId()
DLFileEntryModel
getUserId in interface DLFileEntryModelpublic void setUserId(long userId)
DLFileEntryModel
setUserId in interface DLFileEntryModeluserId - the user id of this d l file entry
public String getUserUuid()
throws SystemException
DLFileEntryModel
getUserUuid in interface DLFileEntryModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
DLFileEntryModel
setUserUuid in interface DLFileEntryModeluserUuid - the user uuid of this d l file entrypublic String getUserName()
DLFileEntryModel
getUserName in interface DLFileEntryModelpublic void setUserName(String userName)
DLFileEntryModel
setUserName in interface DLFileEntryModeluserName - the user name of this d l file entrypublic long getVersionUserId()
DLFileEntryModel
getVersionUserId in interface DLFileEntryModelpublic void setVersionUserId(long versionUserId)
DLFileEntryModel
setVersionUserId in interface DLFileEntryModelversionUserId - the version user id of this d l file entry
public String getVersionUserUuid()
throws SystemException
DLFileEntryModel
getVersionUserUuid in interface DLFileEntryModelSystemException - if a system exception occurredpublic void setVersionUserUuid(String versionUserUuid)
DLFileEntryModel
setVersionUserUuid in interface DLFileEntryModelversionUserUuid - the version user uuid of this d l file entrypublic String getVersionUserName()
DLFileEntryModel
getVersionUserName in interface DLFileEntryModelpublic void setVersionUserName(String versionUserName)
DLFileEntryModel
setVersionUserName in interface DLFileEntryModelversionUserName - the version user name of this d l file entrypublic Date getCreateDate()
DLFileEntryModel
getCreateDate in interface DLFileEntryModelpublic void setCreateDate(Date createDate)
DLFileEntryModel
setCreateDate in interface DLFileEntryModelcreateDate - the create date of this d l file entrypublic Date getModifiedDate()
DLFileEntryModel
getModifiedDate in interface DLFileEntryModelpublic void setModifiedDate(Date modifiedDate)
DLFileEntryModel
setModifiedDate in interface DLFileEntryModelmodifiedDate - the modified date of this d l file entrypublic long getFolderId()
DLFileEntryModel
getFolderId in interface DLFileEntryModelpublic void setFolderId(long folderId)
DLFileEntryModel
setFolderId in interface DLFileEntryModelfolderId - the folder id of this d l file entrypublic long getOriginalFolderId()
public String getName()
DLFileEntryModel
getName in interface DLFileEntryModelpublic void setName(String name)
DLFileEntryModel
setName in interface DLFileEntryModelname - the name of this d l file entrypublic String getOriginalName()
public String getExtension()
DLFileEntryModel
getExtension in interface DLFileEntryModelpublic void setExtension(String extension)
DLFileEntryModel
setExtension in interface DLFileEntryModelextension - the extension of this d l file entrypublic String getTitle()
DLFileEntryModel
getTitle in interface DLFileEntryModelpublic void setTitle(String title)
DLFileEntryModel
setTitle in interface DLFileEntryModeltitle - the title of this d l file entrypublic String getOriginalTitle()
public String getDescription()
DLFileEntryModel
getDescription in interface DLFileEntryModelpublic void setDescription(String description)
DLFileEntryModel
setDescription in interface DLFileEntryModeldescription - the description of this d l file entrypublic String getExtraSettings()
DLFileEntryModel
getExtraSettings in interface DLFileEntryModelpublic void setExtraSettings(String extraSettings)
DLFileEntryModel
setExtraSettings in interface DLFileEntryModelextraSettings - the extra settings of this d l file entrypublic String getVersion()
DLFileEntryModel
getVersion in interface DLFileEntryModelpublic void setVersion(String version)
DLFileEntryModel
setVersion in interface DLFileEntryModelversion - the version of this d l file entrypublic long getSize()
DLFileEntryModel
getSize in interface DLFileEntryModelpublic void setSize(long size)
DLFileEntryModel
setSize in interface DLFileEntryModelsize - the size of this d l file entrypublic int getReadCount()
DLFileEntryModel
getReadCount in interface DLFileEntryModelpublic void setReadCount(int readCount)
DLFileEntryModel
setReadCount in interface DLFileEntryModelreadCount - the read count of this d l file entrypublic DLFileEntry toEscapedModel()
DLFileEntryModelAutoEscapeBeanHandler.
toEscapedModel in interface DLFileEntryModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFileEntry>getExpandoBridge in interface DLFileEntryModelgetExpandoBridge in class BaseModelImpl<DLFileEntry>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFileEntry>setExpandoBridgeAttributes in interface DLFileEntryModelsetExpandoBridgeAttributes in class BaseModelImpl<DLFileEntry>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<DLFileEntry>clone in interface DLFileEntryModelclone in class BaseModelImpl<DLFileEntry>public int compareTo(DLFileEntry dlFileEntry)
compareTo in interface DLFileEntryModelcompareTo in interface Comparable<DLFileEntry>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DLFileEntryModelhashCode in class Objectpublic String toString()
toString in interface DLFileEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFileEntry>toXmlString in interface DLFileEntryModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||