Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portal.model.ClusterGroupModel

Packages that use ClusterGroupModel
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.model.impl   
 

Uses of ClusterGroupModel in com.liferay.portal.model
 

Subinterfaces of ClusterGroupModel in com.liferay.portal.model
 interface ClusterGroup
          The extended model interface for the ClusterGroup service.
 

Classes in com.liferay.portal.model that implement ClusterGroupModel
 class ClusterGroupWrapper
           This class is a wrapper for ClusterGroup.
 

Uses of ClusterGroupModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement ClusterGroupModel
 class ClusterGroupBaseImpl
          The extended model base implementation for the ClusterGroup service.
 class ClusterGroupImpl
           
 class ClusterGroupModelImpl
          The base model implementation for the ClusterGroup service.
 


Liferay 6.1.10-ee-ga1