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 TypeMethodDescriptionboolean
boolean[]
getDate()
Date[]
double
double[]
float
getFloat()
float[]
int
int[]
long
getLong()
long[]
Number[]
short
getShort()
short[]
String[]
String[]
getStringArray
(Locale locale) void
setBoolean
(boolean data) void
setBooleanArray
(boolean[] data) void
setColumn
(ExpandoColumn column) void
void
setDateArray
(Date[] data) void
setDouble
(double data) void
setDoubleArray
(double[] data) void
setFloat
(float data) void
setFloatArray
(float[] data) void
setGeolocationJSONObject
(JSONObject dataJSONObject) void
setInteger
(int data) void
setIntegerArray
(int[] data) void
setLong
(long data) void
setLongArray
(long[] data) void
void
setNumberArray
(Number[] data) void
setShort
(short data) void
setShortArray
(short[] data) void
void
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) 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods 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
Methods 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
-