@ProviderType public interface ExpandoValue extends ExpandoValueModel, PersistedModel
ExpandoValueModel
,
ExpandoValueImpl
,
ExpandoValueModelImpl
Modifier and Type | Field and Description |
---|---|
static Accessor<ExpandoValue,Long> |
VALUE_ID_ACCESSOR |
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, toXmlString
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
getModelClass, getModelClassName
persist
static final Accessor<ExpandoValue,Long> VALUE_ID_ACCESSOR
List<Locale> getAvailableLocales() throws PortalException
PortalException
boolean getBoolean() throws PortalException
PortalException
boolean[] getBooleanArray() throws PortalException
PortalException
ExpandoColumn getColumn() throws PortalException
PortalException
Date getDate() throws PortalException
PortalException
Date[] getDateArray() throws PortalException
PortalException
Locale getDefaultLocale() throws PortalException
PortalException
double getDouble() throws PortalException
PortalException
double[] getDoubleArray() throws PortalException
PortalException
float getFloat() throws PortalException
PortalException
float[] getFloatArray() throws PortalException
PortalException
int getInteger() throws PortalException
PortalException
int[] getIntegerArray() throws PortalException
PortalException
long getLong() throws PortalException
PortalException
long[] getLongArray() throws PortalException
PortalException
Number getNumber() throws PortalException
PortalException
Number[] getNumberArray() throws PortalException
PortalException
Serializable getSerializable() throws PortalException
PortalException
short getShort() throws PortalException
PortalException
short[] getShortArray() throws PortalException
PortalException
String getString() throws PortalException
PortalException
String getString(Locale locale) throws PortalException
PortalException
String[] getStringArray() throws PortalException
PortalException
String[] getStringArray(Locale locale) throws PortalException
PortalException
Map<Locale,String[]> getStringArrayMap() throws PortalException
PortalException
Map<Locale,String> getStringMap() throws PortalException
PortalException
void setBoolean(boolean data) throws PortalException
PortalException
void setBooleanArray(boolean[] data) throws PortalException
PortalException
void setColumn(ExpandoColumn column)
void setDate(Date data) throws PortalException
PortalException
void setDateArray(Date[] data) throws PortalException
PortalException
void setDouble(double data) throws PortalException
PortalException
void setDoubleArray(double[] data) throws PortalException
PortalException
void setFloat(float data) throws PortalException
PortalException
void setFloatArray(float[] data) throws PortalException
PortalException
void setInteger(int data) throws PortalException
PortalException
void setIntegerArray(int[] data) throws PortalException
PortalException
void setLong(long data) throws PortalException
PortalException
void setLongArray(long[] data) throws PortalException
PortalException
void setNumber(Number data) throws PortalException
PortalException
void setNumberArray(Number[] data) throws PortalException
PortalException
void setShort(short data) throws PortalException
PortalException
void setShortArray(short[] data) throws PortalException
PortalException
void setString(String data) throws PortalException
PortalException
void setString(String data, Locale locale, Locale defaultLocale) throws PortalException
PortalException
void setStringArray(String[] data) throws PortalException
PortalException
void setStringArray(String[] data, Locale locale, Locale defaultLocale) throws PortalException
PortalException
void setStringArrayMap(Map<Locale,String[]> dataMap, Locale defaultLocale) throws PortalException
PortalException
void setStringMap(Map<Locale,String> dataMap, Locale defaultLocale) throws PortalException
PortalException