@ProviderType public interface ExpandoValue extends ExpandoValueModel, PersistedModel
ExpandoValueModel,
ExpandoValueImpl,
ExpandoValueModelImpl| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.Locale> |
getAvailableLocales() |
boolean |
getBoolean() |
boolean[] |
getBooleanArray() |
ExpandoColumn |
getColumn() |
java.util.Date |
getDate() |
java.util.Date[] |
getDateArray() |
java.util.Locale |
getDefaultLocale() |
double |
getDouble() |
double[] |
getDoubleArray() |
float |
getFloat() |
float[] |
getFloatArray() |
int |
getInteger() |
int[] |
getIntegerArray() |
long |
getLong() |
long[] |
getLongArray() |
java.lang.Number |
getNumber() |
java.lang.Number[] |
getNumberArray() |
java.io.Serializable |
getSerializable() |
short |
getShort() |
short[] |
getShortArray() |
java.lang.String |
getString() |
java.lang.String |
getString(java.util.Locale locale) |
java.lang.String[] |
getStringArray() |
java.lang.String[] |
getStringArray(java.util.Locale locale) |
java.util.Map<java.util.Locale,java.lang.String[]> |
getStringArrayMap() |
java.util.Map<java.util.Locale,java.lang.String> |
getStringMap() |
void |
setBoolean(boolean data) |
void |
setBooleanArray(boolean[] data) |
void |
setColumn(ExpandoColumn column) |
void |
setDate(java.util.Date data) |
void |
setDateArray(java.util.Date[] data) |
void |
setDouble(double data) |
void |
setDoubleArray(double[] data) |
void |
setFloat(float data) |
void |
setFloatArray(float[] data) |
void |
setInteger(int data) |
void |
setIntegerArray(int[] data) |
void |
setLong(long data) |
void |
setLongArray(long[] data) |
void |
setNumber(java.lang.Number data) |
void |
setNumberArray(java.lang.Number[] data) |
void |
setShort(short data) |
void |
setShortArray(short[] data) |
void |
setString(java.lang.String data) |
void |
setString(java.lang.String data,
java.util.Locale locale,
java.util.Locale defaultLocale) |
void |
setStringArray(java.lang.String[] data) |
void |
setStringArray(java.lang.String[] data,
java.util.Locale locale,
java.util.Locale defaultLocale) |
void |
setStringArrayMap(java.util.Map<java.util.Locale,java.lang.String[]> dataMap,
java.util.Locale defaultLocale) |
void |
setStringMap(java.util.Map<java.util.Locale,java.lang.String> dataMap,
java.util.Locale defaultLocale) |
clone, compareTo, getClassName, getClassNameId, getClassPK, getColumnId, getCompanyId, getData, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getRowId, getTableId, getValueId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setColumnId, setCompanyId, setData, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setRowId, setTableId, setValueId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetModelAttributes, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamepersistjava.util.List<java.util.Locale> getAvailableLocales()
throws PortalException,
SystemException
PortalExceptionSystemExceptionboolean getBoolean()
throws PortalException,
SystemException
PortalExceptionSystemExceptionboolean[] getBooleanArray()
throws PortalException,
SystemException
PortalExceptionSystemExceptionExpandoColumn getColumn() throws PortalException, SystemException
PortalExceptionSystemExceptionjava.util.Date getDate()
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.util.Date[] getDateArray()
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.util.Locale getDefaultLocale()
throws PortalException,
SystemException
PortalExceptionSystemExceptiondouble getDouble()
throws PortalException,
SystemException
PortalExceptionSystemExceptiondouble[] getDoubleArray()
throws PortalException,
SystemException
PortalExceptionSystemExceptionfloat getFloat()
throws PortalException,
SystemException
PortalExceptionSystemExceptionfloat[] getFloatArray()
throws PortalException,
SystemException
PortalExceptionSystemExceptionint getInteger()
throws PortalException,
SystemException
PortalExceptionSystemExceptionint[] getIntegerArray()
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong getLong()
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong[] getLongArray()
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.Number getNumber()
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.Number[] getNumberArray()
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.io.Serializable getSerializable()
throws PortalException,
SystemException
PortalExceptionSystemExceptionshort getShort()
throws PortalException,
SystemException
PortalExceptionSystemExceptionshort[] getShortArray()
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String getString()
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String getString(java.util.Locale locale)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String[] getStringArray()
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String[] getStringArray(java.util.Locale locale)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.util.Map<java.util.Locale,java.lang.String[]> getStringArrayMap()
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.util.Map<java.util.Locale,java.lang.String> getStringMap()
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setBoolean(boolean data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setBooleanArray(boolean[] data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setColumn(ExpandoColumn column)
void setDate(java.util.Date data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setDateArray(java.util.Date[] data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setDouble(double data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setDoubleArray(double[] data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setFloat(float data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setFloatArray(float[] data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setInteger(int data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setIntegerArray(int[] data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setLong(long data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setLongArray(long[] data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setNumber(java.lang.Number data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setNumberArray(java.lang.Number[] data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setShort(short data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setShortArray(short[] data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setString(java.lang.String data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setString(java.lang.String data,
java.util.Locale locale,
java.util.Locale defaultLocale)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setStringArray(java.lang.String[] data)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setStringArray(java.lang.String[] data,
java.util.Locale locale,
java.util.Locale defaultLocale)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setStringArrayMap(java.util.Map<java.util.Locale,java.lang.String[]> dataMap,
java.util.Locale defaultLocale)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid setStringMap(java.util.Map<java.util.Locale,java.lang.String> dataMap,
java.util.Locale defaultLocale)
throws PortalException,
SystemException
PortalExceptionSystemException