com.liferay.portlet.expando.model.impl
Class ExpandoValueImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<ExpandoValue>
com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
com.liferay.portlet.expando.model.impl.ExpandoValueBaseImpl
com.liferay.portlet.expando.model.impl.ExpandoValueImpl
- All Implemented Interfaces:
- AttachedModel, BaseModel<ExpandoValue>, ClassedModel, PersistedModel, TypedModel, ExpandoValue, ExpandoValueModel, Serializable, Cloneable, Comparable<ExpandoValue>
public class ExpandoValueImpl
- extends ExpandoValueBaseImpl
- See Also:
- Serialized Form
Fields inherited from class com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl |
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COLUMNID_COLUMN_BITMASK, DATA_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, ROWID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TABLEID_COLUMN_BITMASK, TX_MANAGER |
Method Summary |
protected void |
doSetString(String data,
Locale locale,
Locale defaultLocale)
|
protected void |
doSetStringMap(Map<Locale,String> dataMap,
Locale defaultLocale)
|
List<Locale> |
getAvailableLocales()
|
boolean |
getBoolean()
|
boolean[] |
getBooleanArray()
|
ExpandoColumn |
getColumn()
|
protected String |
getData(String languageId)
|
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()
|
protected boolean |
isColumnLocalized()
|
protected String |
merge(String[] data)
|
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)
|
protected String[] |
split(String data)
|
protected void |
validate(int type)
|
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl |
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnId, getCompanyId, getData, getModelAttributes, getModelClass, getModelClassName, getOriginalClassNameId, getOriginalClassPK, getOriginalColumnId, getOriginalData, getOriginalRowId, getOriginalTableId, getPrimaryKey, getPrimaryKeyObj, getRowId, getTableId, getValueId, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setColumnId, setCompanyId, setData, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setRowId, setTableId, setValueId, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
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 |
ExpandoValueImpl
public ExpandoValueImpl()
getAvailableLocales
public List<Locale> getAvailableLocales()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getBoolean
public boolean getBoolean()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getBooleanArray
public boolean[] getBooleanArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getColumn
public ExpandoColumn getColumn()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDate
public Date getDate()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDateArray
public Date[] getDateArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDefaultLocale
public Locale getDefaultLocale()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDouble
public double getDouble()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDoubleArray
public double[] getDoubleArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFloat
public float getFloat()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFloatArray
public float[] getFloatArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getInteger
public int getInteger()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getIntegerArray
public int[] getIntegerArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLong
public long getLong()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLongArray
public long[] getLongArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNumber
public Number getNumber()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNumberArray
public Number[] getNumberArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getSerializable
public Serializable getSerializable()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getShort
public short getShort()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getShortArray
public short[] getShortArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getString
public String getString()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getString
public String getString(Locale locale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStringArray
public String[] getStringArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStringArray
public String[] getStringArray(Locale locale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStringArrayMap
public Map<Locale,String[]> getStringArrayMap()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStringMap
public Map<Locale,String> getStringMap()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setBoolean
public void setBoolean(boolean data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setBooleanArray
public void setBooleanArray(boolean[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setColumn
public void setColumn(ExpandoColumn column)
setDate
public void setDate(Date data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setDateArray
public void setDateArray(Date[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setDouble
public void setDouble(double data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setDoubleArray
public void setDoubleArray(double[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setFloat
public void setFloat(float data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setFloatArray
public void setFloatArray(float[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setInteger
public void setInteger(int data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setIntegerArray
public void setIntegerArray(int[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setLong
public void setLong(long data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setLongArray
public void setLongArray(long[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setNumber
public void setNumber(Number data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setNumberArray
public void setNumberArray(Number[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setShort
public void setShort(short data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setShortArray
public void setShortArray(short[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setString
public void setString(String data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setString
public void setString(String data,
Locale locale,
Locale defaultLocale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setStringArray
public void setStringArray(String[] data)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setStringArray
public void setStringArray(String[] data,
Locale locale,
Locale defaultLocale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setStringArrayMap
public void setStringArrayMap(Map<Locale,String[]> dataMap,
Locale defaultLocale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setStringMap
public void setStringMap(Map<Locale,String> dataMap,
Locale defaultLocale)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
doSetString
protected void doSetString(String data,
Locale locale,
Locale defaultLocale)
doSetStringMap
protected void doSetStringMap(Map<Locale,String> dataMap,
Locale defaultLocale)
getData
protected String getData(String languageId)
isColumnLocalized
protected boolean isColumnLocalized()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
merge
protected String merge(String[] data)
split
protected String[] split(String data)
validate
protected void validate(int type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException