com.liferay.portal.model.impl
Class ListTypeBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<ListType>
com.liferay.portal.model.impl.ListTypeModelImpl
com.liferay.portal.model.impl.ListTypeBaseImpl
- All Implemented Interfaces:
- BaseModel<ListType>, ClassedModel, ListType, ListTypeModel, MVCCModel, PersistedModel, Serializable, Cloneable, Comparable<ListType>
- Direct Known Subclasses:
- ListTypeImpl
@ProviderType
public abstract class ListTypeBaseImpl
- extends ListTypeModelImpl
- implements ListType
The extended model base implementation for the ListType service. Represents a row in the "ListType" 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 ListTypeImpl.
- See Also:
ListTypeImpl,
ListType,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Fields inherited from class com.liferay.portal.model.impl.ListTypeModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK |
|
Method Summary |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist. |
| Methods inherited from class com.liferay.portal.model.impl.ListTypeModelImpl |
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getListTypeId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getName, getOriginalName, getOriginalType, getPrimaryKey, getPrimaryKeyObj, getType, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setExpandoBridgeAttributes, setListTypeId, setModelAttributes, setMvccVersion, setName, setPrimaryKey, setPrimaryKeyObj, setType, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString |
| Methods inherited from interface com.liferay.portal.model.ListTypeModel |
clone, compareTo, getExpandoBridge, getListTypeId, getMvccVersion, getName, getPrimaryKey, getPrimaryKeyObj, getType, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setListTypeId, setMvccVersion, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setType, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
ListTypeBaseImpl
public ListTypeBaseImpl()
persist
public void persist()
- Description copied from interface:
PersistedModel
- Updates this model instance in the database or adds it if it does not yet
exist. Also notifies the appropriate model listeners.
- Specified by:
persist in interface PersistedModel