Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class ClusterGroupImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ClusterGroup>
      extended by com.liferay.portal.model.impl.ClusterGroupModelImpl
          extended by com.liferay.portal.model.impl.ClusterGroupBaseImpl
              extended by com.liferay.portal.model.impl.ClusterGroupImpl
All Implemented Interfaces:
BaseModel<ClusterGroup>, ClassedModel, ClusterGroup, ClusterGroupModel, PersistedModel, Serializable, Cloneable, Comparable<ClusterGroup>

public class ClusterGroupImpl
extends ClusterGroupBaseImpl

See Also:
Serialized Form

Field Summary
 
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
 
Constructor Summary
ClusterGroupImpl()
           
 
Method Summary
 String[] getClusterNodeIdsArray()
           
 
Methods inherited from class com.liferay.portal.model.impl.ClusterGroupBaseImpl
persist
 
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 class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ClusterGroupImpl

public ClusterGroupImpl()
Method Detail

getClusterNodeIdsArray

public String[] getClusterNodeIdsArray()

Liferay 6.2-ce-ga5