@ProviderType public interface ExpandoValue extends ExpandoValueModel, PersistedModel
ExpandoValueModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<ExpandoValue,Long> |
VALUE_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
| Modifier and Type | Method and Description |
|---|---|
List<Locale> |
getAvailableLocales() |
boolean |
getBoolean() |
boolean[] |
getBooleanArray() |
ExpandoColumn |
getColumn() |
Date |
getDate() |
Date[] |
getDateArray() |
Locale |
getDefaultLocale() |
double |
getDouble() |
double[] |
getDoubleArray() |
float |
getFloat() |
float[] |
getFloatArray() |
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() |
void |
setBoolean(boolean data) |
void |
setBooleanArray(boolean[] data) |
void |
setColumn(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(JSONObject data) |
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) |
getClassName, getClassNameId, getClassPK, getColumnId, getCompanyId, getData, getPrimaryKey, getRowId, getTableId, getValueId, setClassName, setClassNameId, setClassPK, setColumnId, setCompanyId, setData, setPrimaryKey, setRowId, setTableId, setValueIdclone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepersiststatic final Accessor<ExpandoValue,Long> VALUE_ID_ACCESSOR
com.liferay.portlet.expando.model.impl.ExpandoValueImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.List<Locale> getAvailableLocales()
throws PortalException
PortalExceptionboolean getBoolean()
throws PortalException
PortalExceptionboolean[] getBooleanArray()
throws PortalException
PortalExceptionExpandoColumn getColumn() throws PortalException
PortalExceptionDate getDate()
throws PortalException
PortalExceptionDate[] getDateArray()
throws PortalException
PortalExceptionLocale getDefaultLocale()
throws PortalException
PortalExceptiondouble getDouble()
throws PortalException
PortalExceptiondouble[] getDoubleArray()
throws PortalException
PortalExceptionfloat getFloat()
throws PortalException
PortalExceptionfloat[] getFloatArray()
throws PortalException
PortalExceptionJSONObject getGeolocationJSONObject() throws PortalException
PortalExceptionint getInteger()
throws PortalException
PortalExceptionint[] getIntegerArray()
throws PortalException
PortalExceptionlong getLong()
throws PortalException
PortalExceptionlong[] getLongArray()
throws PortalException
PortalExceptionNumber getNumber()
throws PortalException
PortalExceptionNumber[] getNumberArray()
throws PortalException
PortalExceptionSerializable getSerializable()
throws PortalException
PortalExceptionshort getShort()
throws PortalException
PortalExceptionshort[] getShortArray()
throws PortalException
PortalExceptionString getString()
throws PortalException
PortalExceptionString getString(Locale locale)
throws PortalException
PortalExceptionString[] getStringArray()
throws PortalException
PortalExceptionString[] getStringArray(Locale locale)
throws PortalException
PortalExceptionMap<Locale,String[]> getStringArrayMap()
throws PortalException
PortalExceptionMap<Locale,String> getStringMap()
throws PortalException
PortalExceptionvoid setBoolean(boolean data)
throws PortalException
PortalExceptionvoid setBooleanArray(boolean[] data)
throws PortalException
PortalExceptionvoid setColumn(ExpandoColumn column)
void setDate(Date data)
throws PortalException
PortalExceptionvoid setDateArray(Date[] data)
throws PortalException
PortalExceptionvoid setDouble(double data)
throws PortalException
PortalExceptionvoid setDoubleArray(double[] data)
throws PortalException
PortalExceptionvoid setFloat(float data)
throws PortalException
PortalExceptionvoid setFloatArray(float[] data)
throws PortalException
PortalExceptionvoid setGeolocationJSONObject(JSONObject data) throws PortalException
PortalExceptionvoid setInteger(int data)
throws PortalException
PortalExceptionvoid setIntegerArray(int[] data)
throws PortalException
PortalExceptionvoid setLong(long data)
throws PortalException
PortalExceptionvoid setLongArray(long[] data)
throws PortalException
PortalExceptionvoid setNumber(Number data)
throws PortalException
PortalExceptionvoid setNumberArray(Number[] data)
throws PortalException
PortalExceptionvoid setShort(short data)
throws PortalException
PortalExceptionvoid setShortArray(short[] data)
throws PortalException
PortalExceptionvoid setString(String data)
throws PortalException
PortalExceptionvoid setString(String data,
Locale locale,
Locale defaultLocale)
throws PortalException
PortalExceptionvoid setStringArray(String[] data)
throws PortalException
PortalExceptionvoid setStringArray(String[] data,
Locale locale,
Locale defaultLocale)
throws PortalException
PortalExceptionvoid setStringArrayMap(Map<Locale,String[]> dataMap,
Locale defaultLocale)
throws PortalException
PortalExceptionvoid setStringMap(Map<Locale,String> dataMap,
Locale defaultLocale)
throws PortalException
PortalException