|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<DLFileEntryType>
com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeModelImpl
@JSON(strict=true) public class DLFileEntryTypeModelImpl
The base model implementation for the DLFileEntryType service. Represents a row in the "DLFileEntryType" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DLFileEntryTypeModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DLFileEntryTypeImpl.
DLFileEntryTypeImpl,
DLFileEntryType,
DLFileEntryTypeModel,
Serialized Form| Constructor Summary | |
|---|---|
DLFileEntryTypeModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DLFileEntryType dlFileEntryType)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this document library file entry type. |
Date |
getCreateDate()
Returns the create date of this document library file entry type. |
String |
getDescription()
Returns the description of this document library file entry type. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFileEntryTypeId()
Returns the file entry type ID of this document library file entry type. |
long |
getGroupId()
Returns the group ID of this document library file entry type. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this document library file entry type. |
String |
getName()
Returns the name of this document library file entry type. |
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Returns the primary key of this document library file entry type. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserId()
Returns the user ID of this document library file entry type. |
String |
getUserName()
Returns the user name of this document library file entry type. |
String |
getUserUuid()
Returns the user uuid of this document library file entry type. |
String |
getUuid()
Returns the uuid of this document library file entry type. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCompanyId(long companyId)
Sets the company ID of this document library file entry type. |
void |
setCreateDate(Date createDate)
Sets the create date of this document library file entry type. |
void |
setDescription(String description)
Sets the description of this document library file entry type. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFileEntryTypeId(long fileEntryTypeId)
Sets the file entry type ID of this document library file entry type. |
void |
setGroupId(long groupId)
Sets the group ID of this document library file entry type. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this document library file entry type. |
void |
setName(String name)
Sets the name of this document library file entry type. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this document library file entry type. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserId(long userId)
Sets the user ID of this document library file entry type. |
void |
setUserName(String userName)
Sets the user name of this document library file entry type. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this document library file entry type. |
void |
setUuid(String uuid)
Sets the uuid of this document library file entry type. |
CacheModel<DLFileEntryType> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DLFileEntryType |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static DLFileEntryType |
toModel(DLFileEntryTypeSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<DLFileEntryType> |
toModels(DLFileEntryTypeSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryTypeModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| 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 boolean COLUMN_BITMASK_ENABLED
public static long COMPANYID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long NAME_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
public static long FILEENTRYTYPEID_COLUMN_BITMASK
public static final String MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_NAME
public static final Object[][] MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_COLUMNS
public static final String MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_DLFILEENTRYTYPES_DLFOLDERS
public static final String MAPPING_TABLE_DLFILEENTRYTYPES_DDMSTRUCTURES_NAME
public static final Object[][] MAPPING_TABLE_DLFILEENTRYTYPES_DDMSTRUCTURES_COLUMNS
public static final String MAPPING_TABLE_DLFILEENTRYTYPES_DDMSTRUCTURES_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_DLFILEENTRYTYPES_DDMSTRUCTURES
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public DLFileEntryTypeModelImpl()
| Method Detail |
|---|
public static DLFileEntryType toModel(DLFileEntryTypeSoap soapModel)
soapModel - the soap model instance to convert
public static List<DLFileEntryType> toModels(DLFileEntryTypeSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
DLFileEntryTypeModel
getPrimaryKey in interface DLFileEntryTypeModelpublic void setPrimaryKey(long primaryKey)
DLFileEntryTypeModel
setPrimaryKey in interface DLFileEntryTypeModelprimaryKey - the primary key of this document library file entry typepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DLFileEntryType>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DLFileEntryTypeModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DLFileEntryType>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DLFileEntryTypeModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<DLFileEntryType>getModelAttributes in class BaseModelImpl<DLFileEntryType>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<DLFileEntryType>setModelAttributes in class BaseModelImpl<DLFileEntryType>@JSON public String getUuid()
DLFileEntryTypeModel
getUuid in interface StagedModelgetUuid in interface DLFileEntryTypeModelpublic void setUuid(String uuid)
DLFileEntryTypeModel
setUuid in interface StagedModelsetUuid in interface DLFileEntryTypeModeluuid - the uuid of this document library file entry typepublic String getOriginalUuid()
@JSON public long getFileEntryTypeId()
DLFileEntryTypeModel
getFileEntryTypeId in interface DLFileEntryTypeModelpublic void setFileEntryTypeId(long fileEntryTypeId)
DLFileEntryTypeModel
setFileEntryTypeId in interface DLFileEntryTypeModelfileEntryTypeId - the file entry type ID of this document library file entry type@JSON public long getGroupId()
DLFileEntryTypeModel
getGroupId in interface GroupedModelgetGroupId in interface DLFileEntryTypeModelpublic void setGroupId(long groupId)
DLFileEntryTypeModel
setGroupId in interface GroupedModelsetGroupId in interface DLFileEntryTypeModelgroupId - the group ID of this document library file entry typepublic long getOriginalGroupId()
@JSON public long getCompanyId()
DLFileEntryTypeModel
getCompanyId in interface AuditedModelgetCompanyId in interface DLFileEntryTypeModelpublic void setCompanyId(long companyId)
DLFileEntryTypeModel
setCompanyId in interface AuditedModelsetCompanyId in interface DLFileEntryTypeModelcompanyId - the company ID of this document library file entry typepublic long getOriginalCompanyId()
@JSON public long getUserId()
DLFileEntryTypeModel
getUserId in interface AuditedModelgetUserId in interface DLFileEntryTypeModelpublic void setUserId(long userId)
DLFileEntryTypeModel
setUserId in interface AuditedModelsetUserId in interface DLFileEntryTypeModeluserId - the user ID of this document library file entry type
public String getUserUuid()
throws SystemException
DLFileEntryTypeModel
getUserUuid in interface AuditedModelgetUserUuid in interface DLFileEntryTypeModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
DLFileEntryTypeModel
setUserUuid in interface AuditedModelsetUserUuid in interface DLFileEntryTypeModeluserUuid - the user uuid of this document library file entry type@JSON public String getUserName()
DLFileEntryTypeModel
getUserName in interface AuditedModelgetUserName in interface DLFileEntryTypeModelpublic void setUserName(String userName)
DLFileEntryTypeModel
setUserName in interface AuditedModelsetUserName in interface DLFileEntryTypeModeluserName - the user name of this document library file entry type@JSON public Date getCreateDate()
DLFileEntryTypeModel
getCreateDate in interface AuditedModelgetCreateDate in interface DLFileEntryTypeModelpublic void setCreateDate(Date createDate)
DLFileEntryTypeModel
setCreateDate in interface AuditedModelsetCreateDate in interface DLFileEntryTypeModelcreateDate - the create date of this document library file entry type@JSON public Date getModifiedDate()
DLFileEntryTypeModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface DLFileEntryTypeModelpublic void setModifiedDate(Date modifiedDate)
DLFileEntryTypeModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface DLFileEntryTypeModelmodifiedDate - the modified date of this document library file entry type@JSON public String getName()
DLFileEntryTypeModel
getName in interface DLFileEntryTypeModelpublic void setName(String name)
DLFileEntryTypeModel
setName in interface DLFileEntryTypeModelname - the name of this document library file entry typepublic String getOriginalName()
@JSON public String getDescription()
DLFileEntryTypeModel
getDescription in interface DLFileEntryTypeModelpublic void setDescription(String description)
DLFileEntryTypeModel
setDescription in interface DLFileEntryTypeModeldescription - the description of this document library file entry typepublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DLFileEntryType>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DLFileEntryTypeModelgetExpandoBridge in class BaseModelImpl<DLFileEntryType>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DLFileEntryType>setExpandoBridgeAttributes in interface DLFileEntryTypeModelsetExpandoBridgeAttributes in class BaseModelImpl<DLFileEntryType>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public DLFileEntryType toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DLFileEntryType>toEscapedModel in interface DLFileEntryTypeModeltoEscapedModel in class BaseModelImpl<DLFileEntryType>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<DLFileEntryType>clone in interface StagedModelclone in interface DLFileEntryTypeModelclone in class BaseModelImpl<DLFileEntryType>public int compareTo(DLFileEntryType dlFileEntryType)
compareTo in interface DLFileEntryTypeModelcompareTo in interface Comparable<DLFileEntryType>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DLFileEntryTypeModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DLFileEntryType>resetOriginalValues in class BaseModelImpl<DLFileEntryType>public CacheModel<DLFileEntryType> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DLFileEntryType>toCacheModel in interface DLFileEntryTypeModeltoCacheModel in class BaseModelImpl<DLFileEntryType>public String toString()
toString in interface DLFileEntryTypeModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DLFileEntryType>toXmlString in interface DLFileEntryTypeModel
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||