|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<ClassName>
com.liferay.portal.model.impl.ClassNameModelImpl
@JSON(strict=true) @ProviderType public class ClassNameModelImpl
The base model implementation for the ClassName service. Represents a row in the "ClassName_" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface ClassNameModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ClassNameImpl.
ClassNameImpl,
ClassName,
ClassNameModel,
Serialized Form| Field Summary | |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
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 Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
VALUE_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
ClassNameModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ClassName className)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the fully qualified class name of this class name. |
long |
getClassNameId()
Returns the class name ID of this class name. |
long |
getColumnBitmask()
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this class name. |
String |
getOriginalValue()
|
long |
getPrimaryKey()
Returns the primary key of this class name. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getValue()
Returns the value of this class name. |
int |
hashCode()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this class name. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this class name. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this class name. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setValue(String value)
Sets the value of this class name. |
CacheModel<ClassName> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
ClassName |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static ClassName |
toModel(ClassNameSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<ClassName> |
toModels(ClassNameSoap[] 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.portal.model.ClassNameModel |
|---|
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 Map<String,Integer> TABLE_COLUMNS_MAP
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 final long VALUE_COLUMN_BITMASK
public static final long CLASSNAMEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public ClassNameModelImpl()
| Method Detail |
|---|
public static ClassName toModel(ClassNameSoap soapModel)
soapModel - the soap model instance to convert
public static List<ClassName> toModels(ClassNameSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
ClassNameModel
getPrimaryKey in interface ClassNameModelpublic void setPrimaryKey(long primaryKey)
ClassNameModel
setPrimaryKey in interface ClassNameModelprimaryKey - the primary key of this class namepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ClassName>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface ClassNameModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<ClassName>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface ClassNameModelprimaryKeyObj - 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<ClassName>getModelAttributes in class BaseModelImpl<ClassName>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<ClassName>setModelAttributes in class BaseModelImpl<ClassName>@JSON public long getMvccVersion()
ClassNameModel
getMvccVersion in interface ClassNameModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
ClassNameModel
setMvccVersion in interface ClassNameModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this class namepublic String getClassName()
ClassNameModel
getClassName in interface ClassNameModelgetClassName in interface TypedModelpublic void setClassName(String className)
setClassName in interface ClassNameModel@JSON public long getClassNameId()
ClassNameModel
getClassNameId in interface ClassNameModelgetClassNameId in interface TypedModelpublic void setClassNameId(long classNameId)
ClassNameModel
setClassNameId in interface ClassNameModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this class name@JSON public String getValue()
ClassNameModel
getValue in interface ClassNameModelpublic void setValue(String value)
ClassNameModel
setValue in interface ClassNameModelvalue - the value of this class namepublic String getOriginalValue()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ClassName>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface ClassNameModelgetExpandoBridge in class BaseModelImpl<ClassName>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ClassName>setExpandoBridgeAttributes in interface ClassNameModelsetExpandoBridgeAttributes in class BaseModelImpl<ClassName>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public ClassName toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<ClassName>toEscapedModel in interface ClassNameModeltoEscapedModel in class BaseModelImpl<ClassName>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<ClassName>clone in interface ClassNameModelclone in class BaseModelImpl<ClassName>public int compareTo(ClassName className)
compareTo in interface ClassNameModelcompareTo in interface Comparable<ClassName>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ClassNameModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<ClassName>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<ClassName>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<ClassName>resetOriginalValues in class BaseModelImpl<ClassName>public CacheModel<ClassName> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<ClassName>toCacheModel in interface ClassNameModeltoCacheModel in class BaseModelImpl<ClassName>public String toString()
toString in interface ClassNameModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ClassName>toXmlString in interface ClassNameModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||