|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<ListType>
com.liferay.portal.model.impl.ListTypeModelImpl
@JSON(strict=true) public class ListTypeModelImpl
The base model implementation for the ListType service. Represents a row in the "ListType" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface ListTypeModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ListTypeImpl.
ListTypeImpl,
ListType,
ListTypeModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
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
|
static long |
TYPE_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
ListTypeModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ListType listType)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
int |
getListTypeId()
Returns the list type ID of this list type. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
String |
getName()
Returns the name of this list type. |
String |
getOriginalType()
|
int |
getPrimaryKey()
Returns the primary key of this list type. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getType()
Returns the type of this list type. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setListTypeId(int listTypeId)
Sets the list type ID of this list type. |
void |
setName(String name)
Sets the name of this list type. |
void |
setPrimaryKey(int primaryKey)
Sets the primary key of this list type. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setType(String type)
Sets the type of this list type. |
CacheModel<ListType> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
ListType |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static ListType |
toModel(ListTypeSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<ListType> |
toModels(ListTypeSoap[] 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 |
|---|
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.ListTypeModel |
|---|
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, 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 boolean COLUMN_BITMASK_ENABLED
public static long TYPE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public ListTypeModelImpl()
| Method Detail |
|---|
public static ListType toModel(ListTypeSoap soapModel)
soapModel - the soap model instance to convert
public static List<ListType> toModels(ListTypeSoap[] soapModels)
soapModels - the soap model instances to convert
public int getPrimaryKey()
ListTypeModel
getPrimaryKey in interface ListTypeModelpublic void setPrimaryKey(int primaryKey)
ListTypeModel
setPrimaryKey in interface ListTypeModelprimaryKey - the primary key of this list typepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ListType>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface ListTypeModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<ListType>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface ListTypeModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModel@JSON public int getListTypeId()
ListTypeModel
getListTypeId in interface ListTypeModelpublic void setListTypeId(int listTypeId)
ListTypeModel
setListTypeId in interface ListTypeModellistTypeId - the list type ID of this list type@JSON public String getName()
ListTypeModel
getName in interface ListTypeModelpublic void setName(String name)
ListTypeModel
setName in interface ListTypeModelname - the name of this list type@JSON public String getType()
ListTypeModel
getType in interface ListTypeModelpublic void setType(String type)
ListTypeModel
setType in interface ListTypeModeltype - the type of this list typepublic String getOriginalType()
public long getColumnBitmask()
public ListType toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<ListType>toEscapedModel in interface ListTypeModeltoEscapedModel in class BaseModelImpl<ListType>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<ListType>clone in interface ListTypeModelclone in class BaseModelImpl<ListType>public int compareTo(ListType listType)
compareTo in interface ListTypeModelcompareTo in interface Comparable<ListType>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ListTypeModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<ListType>resetOriginalValues in class BaseModelImpl<ListType>public CacheModel<ListType> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<ListType>toCacheModel in interface ListTypeModeltoCacheModel in class BaseModelImpl<ListType>public String toString()
toString in interface ListTypeModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ListType>toXmlString in interface ListTypeModel
|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||