@ProviderType public interface ExpandoValue extends ExpandoValueModel, PersistedModel
ExpandoValueModel,
com.liferay.portlet.expando.model.impl.ExpandoValueImpl,
com.liferay.portlet.expando.model.impl.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, toXmlStringgetModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamepersiststatic final Accessor<ExpandoValue,Long> VALUE_ID_ACCESSOR
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
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 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