|
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.portlet.expando.model.ExpandoValueWrapper
@ProviderType public class ExpandoValueWrapper
This class is a wrapper for ExpandoValue.
ExpandoValue,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface com.liferay.portlet.expando.model.ExpandoValue |
|---|
VALUE_ID_ACCESSOR |
| Constructor Summary | |
|---|---|
ExpandoValueWrapper(ExpandoValue expandoValue)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ExpandoValue expandoValue)
|
boolean |
equals(Object obj)
|
List<Locale> |
getAvailableLocales()
|
boolean |
getBoolean()
|
boolean[] |
getBooleanArray()
|
String |
getClassName()
Returns the fully qualified class name of this expando value. |
long |
getClassNameId()
Returns the class name ID of this expando value. |
long |
getClassPK()
Returns the class p k of this expando value. |
ExpandoColumn |
getColumn()
|
long |
getColumnId()
Returns the column ID of this expando value. |
long |
getCompanyId()
Returns the company ID of this expando value. |
String |
getData()
Returns the data of this expando value. |
Date |
getDate()
|
Date[] |
getDateArray()
|
Locale |
getDefaultLocale()
|
double |
getDouble()
|
double[] |
getDoubleArray()
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
float |
getFloat()
|
float[] |
getFloatArray()
|
int |
getInteger()
|
int[] |
getIntegerArray()
|
long |
getLong()
|
long[] |
getLongArray()
|
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Number |
getNumber()
|
Number[] |
getNumberArray()
|
long |
getPrimaryKey()
Returns the primary key of this expando value. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRowId()
Returns the row ID of this expando value. |
Serializable |
getSerializable()
|
short |
getShort()
|
short[] |
getShortArray()
|
String |
getString()
|
String |
getString(Locale locale)
|
String[] |
getStringArray()
|
String[] |
getStringArray(Locale locale)
|
Map<Locale,String[]> |
getStringArrayMap()
|
Map<Locale,String> |
getStringMap()
|
long |
getTableId()
Returns the table ID of this expando value. |
long |
getValueId()
Returns the value ID of this expando value. |
ExpandoValue |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setBoolean(boolean data)
|
void |
setBooleanArray(boolean[] data)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this expando value. |
void |
setClassPK(long classPK)
Sets the class p k of this expando value. |
void |
setColumn(ExpandoColumn column)
|
void |
setColumnId(long columnId)
Sets the column ID of this expando value. |
void |
setCompanyId(long companyId)
Sets the company ID of this expando value. |
void |
setData(String data)
Sets the data of this expando value. |
void |
setDate(Date data)
|
void |
setDateArray(Date[] data)
|
void |
setDouble(double data)
|
void |
setDoubleArray(double[] data)
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFloat(float data)
|
void |
setFloatArray(float[] data)
|
void |
setInteger(int data)
|
void |
setIntegerArray(int[] data)
|
void |
setLong(long data)
|
void |
setLongArray(long[] data)
|
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setNumber(Number data)
|
void |
setNumberArray(Number[] data)
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this expando value. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRowId(long rowId)
Sets the row ID of this expando value. |
void |
setShort(short data)
|
void |
setShortArray(short[] data)
|
void |
setString(String data)
|
void |
setString(String data,
Locale locale,
Locale defaultLocale)
|
void |
setStringArray(String[] data)
|
void |
setStringArray(String[] data,
Locale locale,
Locale defaultLocale)
|
void |
setStringArrayMap(Map<Locale,String[]> dataMap,
Locale defaultLocale)
|
void |
setStringMap(Map<Locale,String> dataMap,
Locale defaultLocale)
|
void |
setTableId(long tableId)
Sets the table ID of this expando value. |
void |
setValueId(long valueId)
Sets the value ID of this expando value. |
CacheModel<ExpandoValue> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
ExpandoValue |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
ExpandoValue |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExpandoValueWrapper(ExpandoValue expandoValue)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<ExpandoValue>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<ExpandoValue>public Object clone()
BaseModel
clone in interface BaseModel<ExpandoValue>clone in interface ExpandoValueModelclone in class Objectpublic int compareTo(ExpandoValue expandoValue)
compareTo in interface ExpandoValueModelcompareTo in interface Comparable<ExpandoValue>
public List<Locale> getAvailableLocales()
throws PortalException
getAvailableLocales in interface ExpandoValuePortalException
public boolean getBoolean()
throws PortalException
getBoolean in interface ExpandoValuePortalException
public boolean[] getBooleanArray()
throws PortalException
getBooleanArray in interface ExpandoValuePortalExceptionpublic String getClassName()
getClassName in interface TypedModelgetClassName in interface ExpandoValueModelpublic long getClassNameId()
getClassNameId in interface TypedModelgetClassNameId in interface ExpandoValueModelpublic long getClassPK()
getClassPK in interface AttachedModelgetClassPK in interface ExpandoValueModel
public ExpandoColumn getColumn()
throws PortalException
getColumn in interface ExpandoValuePortalExceptionpublic long getColumnId()
getColumnId in interface ExpandoValueModelpublic long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface ExpandoValueModelpublic String getData()
getData in interface ExpandoValueModel
public Date getDate()
throws PortalException
getDate in interface ExpandoValuePortalException
public Date[] getDateArray()
throws PortalException
getDateArray in interface ExpandoValuePortalException
public Locale getDefaultLocale()
throws PortalException
getDefaultLocale in interface ExpandoValuePortalException
public double getDouble()
throws PortalException
getDouble in interface ExpandoValuePortalException
public double[] getDoubleArray()
throws PortalException
getDoubleArray in interface ExpandoValuePortalExceptionpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ExpandoValue>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface ExpandoValueModel
public float getFloat()
throws PortalException
getFloat in interface ExpandoValuePortalException
public float[] getFloatArray()
throws PortalException
getFloatArray in interface ExpandoValuePortalException
public int getInteger()
throws PortalException
getInteger in interface ExpandoValuePortalException
public int[] getIntegerArray()
throws PortalException
getIntegerArray in interface ExpandoValuePortalException
public long getLong()
throws PortalException
getLong in interface ExpandoValuePortalException
public long[] getLongArray()
throws PortalException
getLongArray in interface ExpandoValuePortalException
public Number getNumber()
throws PortalException
getNumber in interface ExpandoValuePortalException
public Number[] getNumberArray()
throws PortalException
getNumberArray in interface ExpandoValuePortalExceptionpublic long getPrimaryKey()
getPrimaryKey in interface ExpandoValueModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ExpandoValue>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface ExpandoValueModelpublic long getRowId()
getRowId in interface ExpandoValueModel
public Serializable getSerializable()
throws PortalException
getSerializable in interface ExpandoValuePortalException
public short getShort()
throws PortalException
getShort in interface ExpandoValuePortalException
public short[] getShortArray()
throws PortalException
getShortArray in interface ExpandoValuePortalException
public String getString()
throws PortalException
getString in interface ExpandoValuePortalException
public String getString(Locale locale)
throws PortalException
getString in interface ExpandoValuePortalException
public String[] getStringArray()
throws PortalException
getStringArray in interface ExpandoValuePortalException
public String[] getStringArray(Locale locale)
throws PortalException
getStringArray in interface ExpandoValuePortalException
public Map<Locale,String[]> getStringArrayMap()
throws PortalException
getStringArrayMap in interface ExpandoValuePortalException
public Map<Locale,String> getStringMap()
throws PortalException
getStringMap in interface ExpandoValuePortalExceptionpublic long getTableId()
getTableId in interface ExpandoValueModelpublic long getValueId()
getValueId in interface ExpandoValueModelpublic int hashCode()
hashCode in interface ExpandoValueModelhashCode in class Objectpublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<ExpandoValue>isCachedModel in interface ExpandoValueModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<ExpandoValue>isEscapedModel in interface ExpandoValueModeltrue if this model instance is escaped;
false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<ExpandoValue>isNew in interface ExpandoValueModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void persist()
PersistedModel
persist in interface PersistedModel
public void setBoolean(boolean data)
throws PortalException
setBoolean in interface ExpandoValuePortalException
public void setBooleanArray(boolean[] data)
throws PortalException
setBooleanArray in interface ExpandoValuePortalExceptionpublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<ExpandoValue>setCachedModel in interface ExpandoValueModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setClassName(String className)
setClassName in interface ExpandoValueModelpublic void setClassNameId(long classNameId)
setClassNameId in interface TypedModelsetClassNameId in interface ExpandoValueModelclassNameId - the class name ID of this expando valuepublic void setClassPK(long classPK)
setClassPK in interface AttachedModelsetClassPK in interface ExpandoValueModelclassPK - the class p k of this expando valuepublic void setColumn(ExpandoColumn column)
setColumn in interface ExpandoValuepublic void setColumnId(long columnId)
setColumnId in interface ExpandoValueModelcolumnId - the column ID of this expando valuepublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface ExpandoValueModelcompanyId - the company ID of this expando valuepublic void setData(String data)
setData in interface ExpandoValueModeldata - the data of this expando value
public void setDate(Date data)
throws PortalException
setDate in interface ExpandoValuePortalException
public void setDateArray(Date[] data)
throws PortalException
setDateArray in interface ExpandoValuePortalException
public void setDouble(double data)
throws PortalException
setDouble in interface ExpandoValuePortalException
public void setDoubleArray(double[] data)
throws PortalException
setDoubleArray in interface ExpandoValuePortalExceptionpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<ExpandoValue>setExpandoBridgeAttributes in interface ExpandoValueModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<ExpandoValue>setExpandoBridgeAttributes in interface ExpandoValueModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ExpandoValue>setExpandoBridgeAttributes in interface ExpandoValueModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public void setFloat(float data)
throws PortalException
setFloat in interface ExpandoValuePortalException
public void setFloatArray(float[] data)
throws PortalException
setFloatArray in interface ExpandoValuePortalException
public void setInteger(int data)
throws PortalException
setInteger in interface ExpandoValuePortalException
public void setIntegerArray(int[] data)
throws PortalException
setIntegerArray in interface ExpandoValuePortalException
public void setLong(long data)
throws PortalException
setLong in interface ExpandoValuePortalException
public void setLongArray(long[] data)
throws PortalException
setLongArray in interface ExpandoValuePortalExceptionpublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<ExpandoValue>setNew in interface ExpandoValueModeln - whether this model instance does not yet exist in the database
public void setNumber(Number data)
throws PortalException
setNumber in interface ExpandoValuePortalException
public void setNumberArray(Number[] data)
throws PortalException
setNumberArray in interface ExpandoValuePortalExceptionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ExpandoValueModelprimaryKey - the primary key of this expando valuepublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<ExpandoValue>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface ExpandoValueModelprimaryKeyObj - the primary key of this model instancepublic void setRowId(long rowId)
setRowId in interface ExpandoValueModelrowId - the row ID of this expando value
public void setShort(short data)
throws PortalException
setShort in interface ExpandoValuePortalException
public void setShortArray(short[] data)
throws PortalException
setShortArray in interface ExpandoValuePortalException
public void setString(String data)
throws PortalException
setString in interface ExpandoValuePortalException
public void setString(String data,
Locale locale,
Locale defaultLocale)
throws PortalException
setString in interface ExpandoValuePortalException
public void setStringArray(String[] data)
throws PortalException
setStringArray in interface ExpandoValuePortalException
public void setStringArray(String[] data,
Locale locale,
Locale defaultLocale)
throws PortalException
setStringArray in interface ExpandoValuePortalException
public void setStringArrayMap(Map<Locale,String[]> dataMap,
Locale defaultLocale)
throws PortalException
setStringArrayMap in interface ExpandoValuePortalException
public void setStringMap(Map<Locale,String> dataMap,
Locale defaultLocale)
throws PortalException
setStringMap in interface ExpandoValuePortalExceptionpublic void setTableId(long tableId)
setTableId in interface ExpandoValueModeltableId - the table ID of this expando valuepublic void setValueId(long valueId)
setValueId in interface ExpandoValueModelvalueId - the value ID of this expando valuepublic CacheModel<ExpandoValue> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<ExpandoValue>toCacheModel in interface ExpandoValueModelpublic ExpandoValue toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<ExpandoValue>toEscapedModel in interface ExpandoValueModelAutoEscapeBeanHandlerpublic String toString()
toString in interface ExpandoValueModeltoString in class Objectpublic ExpandoValue toUnescapedModel()
toUnescapedModel in interface BaseModel<ExpandoValue>toUnescapedModel in interface ExpandoValueModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ExpandoValue>toXmlString in interface ExpandoValueModelpublic boolean equals(Object obj)
equals in class Objectpublic ExpandoValue getWrappedModel()
getWrappedModel in interface ModelWrapper<ExpandoValue>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<ExpandoValue>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<ExpandoValue>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<ExpandoValue>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||