Class ExpandoValueImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
com.liferay.portlet.expando.model.impl.ExpandoValueBaseImpl
com.liferay.portlet.expando.model.impl.ExpandoValueImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.model.ExpandoValue,com.liferay.expando.kernel.model.ExpandoValueModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoValue>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<com.liferay.expando.kernel.model.ExpandoValue>
- Author:
- Raymond Augé, Brian Wing Shun Chan, Marcellus Tavares
- See Also:
-
Field Summary
Fields inherited from class com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
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_MANAGERFields inherited from interface com.liferay.expando.kernel.model.ExpandoValue
VALUE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoSetString(String data, Locale locale, Locale defaultLocale) protected voiddoSetStringMap(Map<Locale, String> dataMap, Locale defaultLocale) booleanboolean[]com.liferay.expando.kernel.model.ExpandoColumnprotected StringgetDate()Date[]doubledouble[]floatgetFloat()float[]com.liferay.portal.kernel.json.JSONObjectintint[]longgetLong()long[]Number[]shortgetShort()short[]String[]String[]getStringArray(Locale locale) protected booleanprotected StringvoidsetBoolean(boolean data) voidsetBooleanArray(boolean[] data) voidsetColumn(com.liferay.expando.kernel.model.ExpandoColumn column) voidvoidsetDateArray(Date[] data) voidsetDouble(double data) voidsetDoubleArray(double[] data) voidsetFloat(float data) voidsetFloatArray(float[] data) voidsetGeolocationJSONObject(com.liferay.portal.kernel.json.JSONObject dataJSONObject) voidsetInteger(int data) voidsetIntegerArray(int[] data) voidsetLong(long data) voidsetLongArray(long[] data) voidvoidsetNumberArray(Number[] data) voidsetShort(short data) voidsetShortArray(short[] data) voidvoidvoidsetStringArray(String[] data) voidsetStringArray(String[] data, Locale locale, Locale defaultLocale) voidsetStringArrayMap(Map<Locale, String[]> dataMap, Locale defaultLocale) voidsetStringMap(Map<Locale, String> dataMap, Locale defaultLocale) protected String[]protected voidvalidate(int type) Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoValueBaseImpl
persistMethods inherited from class com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
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, toStringMethods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.expando.kernel.model.ExpandoValueModel
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, toXmlString
-
Constructor Details
-
ExpandoValueImpl
public ExpandoValueImpl()
-
-
Method Details
-
getAvailableLocales
public List<Locale> getAvailableLocales() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBoolean
public boolean getBoolean() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBooleanArray
public boolean[] getBooleanArray() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getColumn
public com.liferay.expando.kernel.model.ExpandoColumn getColumn() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDate
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDateArray
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDefaultLocale
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDouble
public double getDouble() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDoubleArray
public double[] getDoubleArray() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFloat
public float getFloat() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFloatArray
public float[] getFloatArray() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGeolocationJSONObject
public com.liferay.portal.kernel.json.JSONObject getGeolocationJSONObject() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getInteger
public int getInteger() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getIntegerArray
public int[] getIntegerArray() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLong
public long getLong() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLongArray
public long[] getLongArray() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNumber
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNumberArray
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSerializable
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getShort
public short getShort() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getShortArray
public short[] getShortArray() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getString
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getString
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStringArray
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStringArray
public String[] getStringArray(Locale locale) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStringArrayMap
public Map<Locale,String[]> getStringArrayMap() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStringMap
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
setBoolean
public void setBoolean(boolean data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setBooleanArray
public void setBooleanArray(boolean[] data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setColumn
public void setColumn(com.liferay.expando.kernel.model.ExpandoColumn column) -
setDate
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
setDateArray
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
setDouble
public void setDouble(double data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setDoubleArray
public void setDoubleArray(double[] data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setFloat
public void setFloat(float data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setFloatArray
public void setFloatArray(float[] data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setGeolocationJSONObject
public void setGeolocationJSONObject(com.liferay.portal.kernel.json.JSONObject dataJSONObject) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setInteger
public void setInteger(int data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setIntegerArray
public void setIntegerArray(int[] data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setLong
public void setLong(long data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setLongArray
public void setLongArray(long[] data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setNumber
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
setNumberArray
public void setNumberArray(Number[] data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setShort
public void setShort(short data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setShortArray
public void setShortArray(short[] data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setString
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
setString
public void setString(String data, Locale locale, Locale defaultLocale) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setStringArray
public void setStringArray(String[] data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setStringArray
public void setStringArray(String[] data, Locale locale, Locale defaultLocale) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setStringArrayMap
public void setStringArrayMap(Map<Locale, String[]> dataMap, Locale defaultLocale) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
setStringMap
public void setStringMap(Map<Locale, String> dataMap, Locale defaultLocale) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
doSetString
-
doSetStringMap
-
getData
-
isColumnLocalized
protected boolean isColumnLocalized() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
merge
-
split
-
validate
protected void validate(int type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-