Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.ClusterGroupLocalService

Packages that use ClusterGroupLocalService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of ClusterGroupLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ClusterGroupLocalService
 class ClusterGroupLocalServiceWrapper
          Provides a wrapper for ClusterGroupLocalService.
 

Methods in com.liferay.portal.service that return ClusterGroupLocalService
static ClusterGroupLocalService ClusterGroupLocalServiceUtil.getService()
           
 ClusterGroupLocalService ClusterGroupLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ClusterGroupLocalService
 void ClusterGroupLocalServiceWrapper.setWrappedService(ClusterGroupLocalService clusterGroupLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type ClusterGroupLocalService
ClusterGroupLocalServiceWrapper(ClusterGroupLocalService clusterGroupLocalService)
           
 

Uses of ClusterGroupLocalService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement ClusterGroupLocalService
 class ClusterGroupLocalServiceBaseImpl
          Provides the base implementation for the cluster group local service.
 

Fields in com.liferay.portal.service.base declared as ClusterGroupLocalService
protected  ClusterGroupLocalService ClusterGroupLocalServiceBaseImpl.clusterGroupLocalService
           
 

Methods in com.liferay.portal.service.base that return ClusterGroupLocalService
 ClusterGroupLocalService ClusterGroupLocalServiceBaseImpl.getClusterGroupLocalService()
          Returns the cluster group local service.
 

Methods in com.liferay.portal.service.base with parameters of type ClusterGroupLocalService
 void ClusterGroupLocalServiceBaseImpl.setClusterGroupLocalService(ClusterGroupLocalService clusterGroupLocalService)
          Sets the cluster group local service.
 

Uses of ClusterGroupLocalService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement ClusterGroupLocalService
 class ClusterGroupLocalServiceImpl
           
 


Liferay 7.0-ce-b4