com.liferay.portlet.expando.model
Interface ExpandoValue
- All Superinterfaces:
- AttachedModel, BaseModel<ExpandoValue>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<ExpandoValue>, ExpandoValueModel, PersistedModel, java.io.Serializable, TypedModel
- All Known Implementing Classes:
- ExpandoValueWrapper
@ProviderType
public interface ExpandoValue
- extends ExpandoValueModel, PersistedModel
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:
ExpandoValueModel,
ExpandoValueImpl,
ExpandoValueModelImpl- Generated:
|
Method Summary |
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)
|
| Methods inherited from interface com.liferay.portlet.expando.model.ExpandoValueModel |
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 |
getAvailableLocales
java.util.List<java.util.Locale> getAvailableLocales()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getBoolean
boolean getBoolean()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getBooleanArray
boolean[] getBooleanArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getColumn
ExpandoColumn getColumn()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDate
java.util.Date getDate()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDateArray
java.util.Date[] getDateArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDefaultLocale
java.util.Locale getDefaultLocale()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDouble
double getDouble()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDoubleArray
double[] getDoubleArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFloat
float getFloat()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFloatArray
float[] getFloatArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getInteger
int getInteger()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getIntegerArray
int[] getIntegerArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLong
long getLong()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLongArray
long[] getLongArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNumber
java.lang.Number getNumber()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNumberArray
java.lang.Number[] getNumberArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getSerializable
java.io.Serializable getSerializable()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getShort
short getShort()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getShortArray
short[] getShortArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getString
java.lang.String getString()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getString
java.lang.String getString(java.util.Locale locale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStringArray
java.lang.String[] getStringArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStringArray
java.lang.String[] getStringArray(java.util.Locale locale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStringArrayMap
java.util.Map<java.util.Locale,java.lang.String[]> getStringArrayMap()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStringMap
java.util.Map<java.util.Locale,java.lang.String> getStringMap()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setBoolean
void setBoolean(boolean data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setBooleanArray
void setBooleanArray(boolean[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setColumn
void setColumn(ExpandoColumn column)
setDate
void setDate(java.util.Date data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setDateArray
void setDateArray(java.util.Date[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setDouble
void setDouble(double data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setDoubleArray
void setDoubleArray(double[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setFloat
void setFloat(float data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setFloatArray
void setFloatArray(float[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setInteger
void setInteger(int data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setIntegerArray
void setIntegerArray(int[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setLong
void setLong(long data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setLongArray
void setLongArray(long[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setNumber
void setNumber(java.lang.Number data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setNumberArray
void setNumberArray(java.lang.Number[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setShort
void setShort(short data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setShortArray
void setShortArray(short[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setString
void setString(java.lang.String data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setString
void setString(java.lang.String data,
java.util.Locale locale,
java.util.Locale defaultLocale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setStringArray
void setStringArray(java.lang.String[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setStringArray
void setStringArray(java.lang.String[] data,
java.util.Locale locale,
java.util.Locale defaultLocale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setStringArrayMap
void setStringArrayMap(java.util.Map<java.util.Locale,java.lang.String[]> dataMap,
java.util.Locale defaultLocale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setStringMap
void setStringMap(java.util.Map<java.util.Locale,java.lang.String> dataMap,
java.util.Locale defaultLocale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException