Liferay 6.0-ee

com.liferay.portal.model
Interface ClusterGroup

All Superinterfaces:
BaseModel<ClusterGroup>, Cloneable, ClusterGroupModel, Comparable<ClusterGroup>, Serializable
All Known Implementing Classes:
ClusterGroupImpl, ClusterGroupWrapper

public interface ClusterGroup
extends ClusterGroupModel

The model interface for the ClusterGroup service. Represents a row in the "ClusterGroup" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to ClusterGroupImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a cluster group model instance should use the ClusterGroup interface instead.

See Also:
ClusterGroupModel, ClusterGroupImpl, ClusterGroupModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 String[] getClusterNodeIdsArray()
           
 
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
 

Method Detail

getClusterNodeIdsArray

String[] getClusterNodeIdsArray()

Liferay 6.0-ee