Liferay 6.0.5

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.ClusterGroupImpl
All Implemented Interfaces:
BaseModel<ClusterGroup>, ClusterGroup, ClusterGroupModel, Serializable, Cloneable, Comparable<ClusterGroup>

public class ClusterGroupImpl
extends ClusterGroupModelImpl
implements ClusterGroup

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ClusterGroupModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, 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.ClusterGroupModelImpl
clone, compareTo, equals, getClusterGroupId, getClusterNodeIds, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getWholeCluster, hashCode, isWholeCluster, setClusterGroupId, setClusterNodeIds, setExpandoBridgeAttributes, setName, setPrimaryKey, setWholeCluster, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
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, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setWholeCluster, toEscapedModel, toString, toXmlString
 

Constructor Detail

ClusterGroupImpl

public ClusterGroupImpl()
Method Detail

getClusterNodeIdsArray

public String[] getClusterNodeIdsArray()
Specified by:
getClusterNodeIdsArray in interface ClusterGroup

Liferay 6.0.5