Liferay 7.0-ce-b4

com.liferay.portlet.expando.model
Interface ExpandoValue

All Superinterfaces:
AttachedModel, BaseModel<ExpandoValue>, ClassedModel, Cloneable, Comparable<ExpandoValue>, ExpandoValueModel, PersistedModel, Serializable, ShardedModel, 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.

See Also:
ExpandoValueModel, com.liferay.portlet.expando.model.impl.ExpandoValueImpl, com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl

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

Field Detail

VALUE_ID_ACCESSOR

static final Accessor<ExpandoValue,Long> VALUE_ID_ACCESSOR
Method Detail

getAvailableLocales

List<Locale> getAvailableLocales()
                                 throws PortalException
Throws:
PortalException

getBoolean

boolean getBoolean()
                   throws PortalException
Throws:
PortalException

getBooleanArray

boolean[] getBooleanArray()
                          throws PortalException
Throws:
PortalException

getColumn

ExpandoColumn getColumn()
                        throws PortalException
Throws:
PortalException

getDate

Date getDate()
             throws PortalException
Throws:
PortalException

getDateArray

Date[] getDateArray()
                    throws PortalException
Throws:
PortalException

getDefaultLocale

Locale getDefaultLocale()
                        throws PortalException
Throws:
PortalException

getDouble

double getDouble()
                 throws PortalException
Throws:
PortalException

getDoubleArray

double[] getDoubleArray()
                        throws PortalException
Throws:
PortalException

getFloat

float getFloat()
               throws PortalException
Throws:
PortalException

getFloatArray

float[] getFloatArray()
                      throws PortalException
Throws:
PortalException

getInteger

int getInteger()
               throws PortalException
Throws:
PortalException

getIntegerArray

int[] getIntegerArray()
                      throws PortalException
Throws:
PortalException

getLong

long getLong()
             throws PortalException
Throws:
PortalException

getLongArray

long[] getLongArray()
                    throws PortalException
Throws:
PortalException

getNumber

Number getNumber()
                 throws PortalException
Throws:
PortalException

getNumberArray

Number[] getNumberArray()
                        throws PortalException
Throws:
PortalException

getSerializable

Serializable getSerializable()
                             throws PortalException
Throws:
PortalException

getShort

short getShort()
               throws PortalException
Throws:
PortalException

getShortArray

short[] getShortArray()
                      throws PortalException
Throws:
PortalException

getString

String getString()
                 throws PortalException
Throws:
PortalException

getString

String getString(Locale locale)
                 throws PortalException
Throws:
PortalException

getStringArray

String[] getStringArray()
                        throws PortalException
Throws:
PortalException

getStringArray

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

getStringArrayMap

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

getStringMap

Map<Locale,String> getStringMap()
                                throws PortalException
Throws:
PortalException

setBoolean

void setBoolean(boolean data)
                throws PortalException
Throws:
PortalException

setBooleanArray

void setBooleanArray(boolean[] data)
                     throws PortalException
Throws:
PortalException

setColumn

void setColumn(ExpandoColumn column)

setDate

void setDate(Date data)
             throws PortalException
Throws:
PortalException

setDateArray

void setDateArray(Date[] data)
                  throws PortalException
Throws:
PortalException

setDouble

void setDouble(double data)
               throws PortalException
Throws:
PortalException

setDoubleArray

void setDoubleArray(double[] data)
                    throws PortalException
Throws:
PortalException

setFloat

void setFloat(float data)
              throws PortalException
Throws:
PortalException

setFloatArray

void setFloatArray(float[] data)
                   throws PortalException
Throws:
PortalException

setInteger

void setInteger(int data)
                throws PortalException
Throws:
PortalException

setIntegerArray

void setIntegerArray(int[] data)
                     throws PortalException
Throws:
PortalException

setLong

void setLong(long data)
             throws PortalException
Throws:
PortalException

setLongArray

void setLongArray(long[] data)
                  throws PortalException
Throws:
PortalException

setNumber

void setNumber(Number data)
               throws PortalException
Throws:
PortalException

setNumberArray

void setNumberArray(Number[] data)
                    throws PortalException
Throws:
PortalException

setShort

void setShort(short data)
              throws PortalException
Throws:
PortalException

setShortArray

void setShortArray(short[] data)
                   throws PortalException
Throws:
PortalException

setString

void setString(String data)
               throws PortalException
Throws:
PortalException

setString

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

setStringArray

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

setStringArray

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

setStringArrayMap

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

setStringMap

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

Liferay 7.0-ce-b4