Package com.liferay.expando.kernel.model
Interface ExpandoValue
- All Superinterfaces:
AttachedModel,BaseModel<ExpandoValue>,ClassedModel,Cloneable,Comparable<ExpandoValue>,CTModel<ExpandoValue>,ExpandoValueModel,MVCCModel,PersistedModel,Serializable,ShardedModel,TypedModel
- All Known Implementing Classes:
ExpandoValueWrapper
The extended model interface for the ExpandoValue service. Represents a row in the "ExpandoValue" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean[]getDate()Date[]doubledouble[]floatgetFloat()float[]intint[]longgetLong()long[]Number[]shortgetShort()short[]String[]String[]getStringArray(Locale locale) voidsetBoolean(boolean data) voidsetBooleanArray(boolean[] data) voidsetColumn(ExpandoColumn column) voidvoidsetDateArray(Date[] data) voidsetDouble(double data) voidsetDoubleArray(double[] data) voidsetFloat(float data) voidsetFloatArray(float[] data) voidsetGeolocationJSONObject(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) Methods 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, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
VALUE_ID_ACCESSOR
-
-
Method Details
-
getAvailableLocales
- Throws:
PortalException
-
getBoolean
- Throws:
PortalException
-
getBooleanArray
- Throws:
PortalException
-
getColumn
- Throws:
PortalException
-
getDate
- Throws:
PortalException
-
getDateArray
- Throws:
PortalException
-
getDefaultLocale
- Throws:
PortalException
-
getDouble
- Throws:
PortalException
-
getDoubleArray
- Throws:
PortalException
-
getFloat
- Throws:
PortalException
-
getFloatArray
- Throws:
PortalException
-
getGeolocationJSONObject
- Throws:
PortalException
-
getInteger
- Throws:
PortalException
-
getIntegerArray
- Throws:
PortalException
-
getLong
- Throws:
PortalException
-
getLongArray
- Throws:
PortalException
-
getNumber
- Throws:
PortalException
-
getNumberArray
- Throws:
PortalException
-
getSerializable
- Throws:
PortalException
-
getShort
- Throws:
PortalException
-
getShortArray
- Throws:
PortalException
-
getString
- Throws:
PortalException
-
getString
- Throws:
PortalException
-
getStringArray
- Throws:
PortalException
-
getStringArray
- Throws:
PortalException
-
getStringArrayMap
- Throws:
PortalException
-
getStringMap
- Throws:
PortalException
-
setBoolean
- Throws:
PortalException
-
setBooleanArray
- Throws:
PortalException
-
setColumn
-
setDate
- Throws:
PortalException
-
setDateArray
- Throws:
PortalException
-
setDouble
- Throws:
PortalException
-
setDoubleArray
- Throws:
PortalException
-
setFloat
- Throws:
PortalException
-
setFloatArray
- Throws:
PortalException
-
setGeolocationJSONObject
- Throws:
PortalException
-
setInteger
- Throws:
PortalException
-
setIntegerArray
- Throws:
PortalException
-
setLong
- Throws:
PortalException
-
setLongArray
- Throws:
PortalException
-
setNumber
- Throws:
PortalException
-
setNumberArray
- Throws:
PortalException
-
setShort
- Throws:
PortalException
-
setShortArray
- Throws:
PortalException
-
setString
- Throws:
PortalException
-
setString
- Throws:
PortalException
-
setStringArray
- Throws:
PortalException
-
setStringArray
- Throws:
PortalException
-
setStringArrayMap
- Throws:
PortalException
-
setStringMap
- Throws:
PortalException
-