Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.ClusterGroupPersistence

Packages that use ClusterGroupPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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

Fields in com.liferay.portal.service.base declared as ClusterGroupPersistence
protected  ClusterGroupPersistence ClusterGroupLocalServiceBaseImpl.clusterGroupPersistence
           
 

Methods in com.liferay.portal.service.base that return ClusterGroupPersistence
 ClusterGroupPersistence ClusterGroupLocalServiceBaseImpl.getClusterGroupPersistence()
          Returns the cluster group persistence.
 

Methods in com.liferay.portal.service.base with parameters of type ClusterGroupPersistence
 void ClusterGroupLocalServiceBaseImpl.setClusterGroupPersistence(ClusterGroupPersistence clusterGroupPersistence)
          Sets the cluster group persistence.
 

Uses of ClusterGroupPersistence in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return ClusterGroupPersistence
static ClusterGroupPersistence ClusterGroupUtil.getPersistence()
           
 

Uses of ClusterGroupPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement ClusterGroupPersistence
 class ClusterGroupPersistenceImpl
          The persistence implementation for the cluster group service.
 


Liferay 7.0-ce-b4