public class ExpandoValueImpl extends ExpandoValueBaseImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COLUMNID_COLUMN_BITMASK, DATA_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, ROWID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TABLEID_COLUMN_BITMASK, TX_MANAGER
Constructor and Description |
---|
ExpandoValueImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
doSetString(String data,
Locale locale,
Locale defaultLocale) |
protected void |
doSetStringMap(Map<Locale,String> dataMap,
Locale defaultLocale) |
List<Locale> |
getAvailableLocales() |
boolean |
getBoolean() |
boolean[] |
getBooleanArray() |
com.liferay.expando.kernel.model.ExpandoColumn |
getColumn() |
protected String |
getData(String languageId) |
Date |
getDate() |
Date[] |
getDateArray() |
Locale |
getDefaultLocale() |
double |
getDouble() |
double[] |
getDoubleArray() |
float |
getFloat() |
float[] |
getFloatArray() |
com.liferay.portal.kernel.json.JSONObject |
getGeolocationJSONObject() |
int |
getInteger() |
int[] |
getIntegerArray() |
long |
getLong() |
long[] |
getLongArray() |
Number |
getNumber() |
Number[] |
getNumberArray() |
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() |
protected boolean |
isColumnLocalized() |
protected String |
merge(String[] data) |
void |
setBoolean(boolean data) |
void |
setBooleanArray(boolean[] data) |
void |
setColumn(com.liferay.expando.kernel.model.ExpandoColumn column) |
void |
setDate(Date data) |
void |
setDateArray(Date[] data) |
void |
setDouble(double data) |
void |
setDoubleArray(double[] data) |
void |
setFloat(float data) |
void |
setFloatArray(float[] data) |
void |
setGeolocationJSONObject(com.liferay.portal.kernel.json.JSONObject dataJSONObject) |
void |
setInteger(int data) |
void |
setIntegerArray(int[] data) |
void |
setLong(long data) |
void |
setLongArray(long[] data) |
void |
setNumber(Number data) |
void |
setNumberArray(Number[] data) |
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) |
protected String[] |
split(String data) |
protected void |
validate(int type) |
persist
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnId, getColumnOriginalValue, getColumnValue, getCompanyId, getCtCollectionId, getData, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalClassNameId, getOriginalClassPK, getOriginalColumnId, getOriginalData, getOriginalRowId, getOriginalTableId, getPrimaryKey, getPrimaryKeyObj, getRowId, getTableId, getValueId, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setClassName, setClassNameId, setClassPK, setColumnId, setCompanyId, setCtCollectionId, setData, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setRowId, setTableId, setValueId, toCacheModel, toEscapedModel, toString, toXmlString
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getColumnId, getCompanyId, getCtCollectionId, getData, getMvccVersion, getPrimaryKey, getRowId, getTableId, getValueId, setClassName, setClassNameId, setClassPK, setColumnId, setCompanyId, setCtCollectionId, setData, setMvccVersion, setPrimaryKey, setRowId, setTableId, setValueId
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public List<Locale> getAvailableLocales() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public boolean getBoolean() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public boolean[] getBooleanArray() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.expando.kernel.model.ExpandoColumn getColumn() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public Date getDate() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public Date[] getDateArray() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public Locale getDefaultLocale() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public double getDouble() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public double[] getDoubleArray() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public float getFloat() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public float[] getFloatArray() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.json.JSONObject getGeolocationJSONObject() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public int getInteger() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public int[] getIntegerArray() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long getLong() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long[] getLongArray() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public Number getNumber() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public Number[] getNumberArray() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public Serializable getSerializable() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public short getShort() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public short[] getShortArray() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String getString() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String getString(Locale locale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String[] getStringArray() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String[] getStringArray(Locale locale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public Map<Locale,String[]> getStringArrayMap() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public Map<Locale,String> getStringMap() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setBoolean(boolean data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setBooleanArray(boolean[] data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setColumn(com.liferay.expando.kernel.model.ExpandoColumn column)
public void setDate(Date data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setDateArray(Date[] data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setDouble(double data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setDoubleArray(double[] data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setFloat(float data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setFloatArray(float[] data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setGeolocationJSONObject(com.liferay.portal.kernel.json.JSONObject dataJSONObject) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setInteger(int data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setIntegerArray(int[] data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setLong(long data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setLongArray(long[] data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setNumber(Number data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setNumberArray(Number[] data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setShort(short data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setShortArray(short[] data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setString(String data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setString(String data, Locale locale, Locale defaultLocale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setStringArray(String[] data) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setStringArray(String[] data, Locale locale, Locale defaultLocale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setStringArrayMap(Map<Locale,String[]> dataMap, Locale defaultLocale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void setStringMap(Map<Locale,String> dataMap, Locale defaultLocale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected void doSetString(String data, Locale locale, Locale defaultLocale)
protected void doSetStringMap(Map<Locale,String> dataMap, Locale defaultLocale)
protected String getData(String languageId)
protected boolean isColumnLocalized() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected String merge(String[] data)
protected String[] split(String data)
protected void validate(int type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException