Liferay 6.2.0

com.liferay.portlet.expando.model
Interface ExpandoValue

All Superinterfaces:
AttachedModel, BaseModel<ExpandoValue>, ClassedModel, Cloneable, Comparable<ExpandoValue>, ExpandoValueModel, PersistedModel, Serializable, TypedModel
All Known Implementing Classes:
ExpandoValueBaseImpl, ExpandoValueImpl, 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.

See Also:
ExpandoValueModel, ExpandoValueImpl, ExpandoValueModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
abstract  List<Locale> getAvailableLocales()
           
abstract  boolean getBoolean()
           
abstract  boolean[] getBooleanArray()
           
abstract  ExpandoColumn getColumn()
           
abstract  Date getDate()
           
abstract  Date[] getDateArray()
           
abstract  Locale getDefaultLocale()
           
abstract  double getDouble()
           
abstract  double[] getDoubleArray()
           
abstract  float getFloat()
           
abstract  float[] getFloatArray()
           
abstract  int getInteger()
           
abstract  int[] getIntegerArray()
           
abstract  long getLong()
           
abstract  long[] getLongArray()
           
abstract  Number getNumber()
           
abstract  Number[] getNumberArray()
           
abstract  Serializable getSerializable()
           
abstract  short getShort()
           
abstract  short[] getShortArray()
           
abstract  String getString()
           
abstract  String getString(Locale locale)
           
abstract  String[] getStringArray()
           
abstract  String[] getStringArray(Locale locale)
           
abstract  Map<Locale,String[]> getStringArrayMap()
           
abstract  Map<Locale,String> getStringMap()
           
abstract  void setBoolean(boolean data)
           
abstract  void setBooleanArray(boolean[] data)
           
abstract  void setColumn(ExpandoColumn column)
           
abstract  void setDate(Date data)
           
abstract  void setDateArray(Date[] data)
           
abstract  void setDouble(double data)
           
abstract  void setDoubleArray(double[] data)
           
abstract  void setFloat(float data)
           
abstract  void setFloatArray(float[] data)
           
abstract  void setInteger(int data)
           
abstract  void setIntegerArray(int[] data)
           
abstract  void setLong(long data)
           
abstract  void setLongArray(long[] data)
           
abstract  void setNumber(Number data)
           
abstract  void setNumberArray(Number[] data)
           
abstract  void setShort(short data)
           
abstract  void setShortArray(short[] data)
           
abstract  void setString(String data)
           
abstract  void setString(String data, Locale locale, Locale defaultLocale)
           
abstract  void setStringArray(String[] data)
           
abstract  void setStringArray(String[] data, Locale locale, Locale defaultLocale)
           
abstract  void setStringArrayMap(Map<Locale,String[]> dataMap, Locale defaultLocale)
           
abstract  void setStringMap(Map<Locale,String> dataMap, 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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getAvailableLocales

List<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

Date getDate()
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

getDateArray

Date[] getDateArray()
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

getDefaultLocale

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

Number getNumber()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getNumberArray

Number[] getNumberArray()
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

getSerializable

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

String getString()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getString

String getString(Locale locale)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getStringArray

String[] getStringArray()
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

getStringArray

String[] getStringArray(Locale locale)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

getStringArrayMap

Map<Locale,String[]> getStringArrayMap()
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

getStringMap

Map<Locale,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(Date data)
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

setDateArray

void setDateArray(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(Number data)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

setNumberArray

void setNumberArray(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(String data)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

setString

void setString(String data,
               Locale locale,
               Locale defaultLocale)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

setStringArray

void setStringArray(String[] data)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

setStringArray

void setStringArray(String[] data,
                    Locale locale,
                    Locale defaultLocale)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

setStringArrayMap

void setStringArrayMap(Map<Locale,String[]> dataMap,
                       Locale defaultLocale)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

setStringMap

void setStringMap(Map<Locale,String> dataMap,
                  Locale defaultLocale)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

Liferay 6.2.0