com.liferay.portal.model.impl
Class ClusterGroupBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<ClusterGroup>
com.liferay.portal.model.impl.ClusterGroupModelImpl
com.liferay.portal.model.impl.ClusterGroupBaseImpl
- All Implemented Interfaces:
- BaseModel<ClusterGroup>, ClassedModel, ClusterGroup, ClusterGroupModel, PersistedModel, Serializable, Cloneable, Comparable<ClusterGroup>
- Direct Known Subclasses:
- ClusterGroupImpl
public abstract class ClusterGroupBaseImpl
- extends ClusterGroupModelImpl
- implements ClusterGroup
The extended model base implementation for the ClusterGroup service. Represents a row in the "ClusterGroup" 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 ClusterGroupImpl
.
- See Also:
ClusterGroupImpl
,
ClusterGroup
,
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.ClusterGroupModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
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.ClusterGroupModelImpl |
clone, compareTo, equals, getClusterGroupId, getClusterNodeIds, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getName, getPrimaryKey, getPrimaryKeyObj, getWholeCluster, hashCode, isWholeCluster, resetOriginalValues, setClusterGroupId, setClusterNodeIds, setExpandoBridgeAttributes, setModelAttributes, setName, setPrimaryKey, setPrimaryKeyObj, setWholeCluster, toCacheModel, toEscapedModel, toString, toXmlString |
Methods inherited from interface com.liferay.portal.model.ClusterGroupModel |
clone, compareTo, getClusterGroupId, getClusterNodeIds, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getWholeCluster, hashCode, isCachedModel, isEscapedModel, isNew, isWholeCluster, setCachedModel, setClusterGroupId, setClusterNodeIds, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setWholeCluster, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
ClusterGroupBaseImpl
public ClusterGroupBaseImpl()
persist
public void persist()
throws SystemException
- 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
- Throws:
SystemException
- if a system exception occurred