|
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<ClassName>
com.liferay.portal.model.impl.ClassNameModelImpl
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.
Never modify or reference this class directly. All methods that expect a class name model instance should use the ClassName interface instead.
ClassNameImpl,
ClassName,
ClassNameModel,
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 |
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 | |
|---|---|
ClassNameModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ClassName className)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Gets the class name of the model instance this class name is polymorphically associated with. |
long |
getClassNameId()
Gets the class name id of this class name. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getOriginalValue()
|
long |
getPrimaryKey()
Gets the primary key of this class name. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
String |
getValue()
Gets the value of this class name. |
int |
hashCode()
|
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 |
setPrimaryKey(long pk)
Sets the primary key of this class name |
void |
setValue(String value)
Sets the value of this class name. |
ClassName |
toEscapedModel()
Gets a copy of this class name 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()
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.portal.model.ClassNameModel |
|---|
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 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 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 pk)
ClassNameModel
setPrimaryKey in interface ClassNameModelpk - the primary key of this class namepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ClassName>getPrimaryKeyObj in interface ClassNameModelpublic String getClassName()
ClassNameModel
getClassName in interface ClassNameModelpublic long getClassNameId()
ClassNameModel
getClassNameId in interface ClassNameModelpublic void setClassNameId(long classNameId)
ClassNameModel
setClassNameId in interface ClassNameModelclassNameId - the class name id of this class namepublic 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 ClassName toEscapedModel()
ClassNameModelAutoEscapeBeanHandler.
toEscapedModel in interface ClassNameModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ClassName>getExpandoBridge 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 retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public 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 String toString()
toString in interface ClassNameModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ClassName>toXmlString in interface ClassNameModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||