Liferay 7.0-ga1 portal-impl

com.liferay.portlet.expando.model.impl
Class ExpandoValueBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
      extended by com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
          extended by com.liferay.portlet.expando.model.impl.ExpandoValueBaseImpl
All Implemented Interfaces:
com.liferay.expando.kernel.model.ExpandoValue, com.liferay.expando.kernel.model.ExpandoValueModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<com.liferay.expando.kernel.model.ExpandoValue>
Direct Known Subclasses:
ExpandoValueImpl

@ProviderType
public abstract class ExpandoValueBaseImpl
extends ExpandoValueModelImpl
implements com.liferay.expando.kernel.model.ExpandoValue

The extended model base implementation for the ExpandoValue service. Represents a row in the "ExpandoValue" database table, with each column mapped to a property of this class.

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in ExpandoValueImpl.

See Also:
ExpandoValueImpl, ExpandoValue, Serialized Form
{$generated.description}

Field Summary
 
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_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TABLEID_COLUMN_BITMASK, TX_MANAGER
 
Fields inherited from interface com.liferay.expando.kernel.model.ExpandoValue
VALUE_ID_ACCESSOR
 
Constructor Summary
ExpandoValueBaseImpl()
           
 
Method Summary
 void persist()
           
 
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, isEntityCacheEnabled, isFinderCacheEnabled, 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.kernel.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.expando.kernel.model.ExpandoValue
getAvailableLocales, getBoolean, getBooleanArray, getColumn, getDate, getDateArray, getDefaultLocale, getDouble, getDoubleArray, getFloat, getFloatArray, getInteger, getIntegerArray, getLong, getLongArray, getNumber, getNumberArray, getSerializable, getShort, getShortArray, getString, getString, getStringArray, getStringArray, getStringArrayMap, getStringMap, setBoolean, setBooleanArray, setColumn, setDate, setDateArray, setDouble, setDoubleArray, setFloat, setFloatArray, setInteger, setIntegerArray, setLong, setLongArray, setNumber, setNumberArray, setShort, setShortArray, setString, setString, setStringArray, setStringArray, setStringArrayMap, setStringMap
 
Methods inherited from interface com.liferay.expando.kernel.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.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ExpandoValueBaseImpl

public ExpandoValueBaseImpl()
Method Detail

persist

public void persist()
Specified by:
persist in interface com.liferay.portal.kernel.model.PersistedModel

Liferay 7.0-ga1 portal-impl