Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class ClusterGroupLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.ClusterGroupLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.ClusterGroupLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, ClusterGroupLocalService, PersistedModelLocalService

public class ClusterGroupLocalServiceImpl
extends ClusterGroupLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.ClusterGroupLocalServiceBaseImpl
clusterGroupLocalService, clusterGroupPersistence, counterLocalService, persistedModelLocalServiceRegistry
 
Constructor Summary
ClusterGroupLocalServiceImpl()
           
 
Method Summary
 ClusterGroup addClusterGroup(String name, List<String> clusterNodeIds)
           
 ClusterGroup addWholeClusterGroup(String name)
           
 
Methods inherited from class com.liferay.portal.service.base.ClusterGroupLocalServiceBaseImpl
addClusterGroup, afterPropertiesSet, createClusterGroup, deleteClusterGroup, deleteClusterGroup, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchClusterGroup, getActionableDynamicQuery, getClusterGroup, getClusterGroupLocalService, getClusterGroupPersistence, getClusterGroups, getClusterGroupsCount, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setClusterGroupLocalService, setClusterGroupPersistence, setCounterLocalService, updateClusterGroup
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterGroupLocalServiceImpl

public ClusterGroupLocalServiceImpl()
Method Detail

addClusterGroup

public ClusterGroup addClusterGroup(String name,
                                    List<String> clusterNodeIds)

addWholeClusterGroup

public ClusterGroup addWholeClusterGroup(String name)

Liferay 7.0-ce-b4