Liferay 7.0-ga1 portal-impl

com.liferay.portal.service.impl
Class ClusterGroupLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.ClusterGroupLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.ClusterGroupLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.ClusterGroupLocalService, com.liferay.portal.kernel.service.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
 com.liferay.portal.kernel.model.ClusterGroup addClusterGroup(String name, List<String> clusterNodeIds)
           
 com.liferay.portal.kernel.model.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.kernel.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 com.liferay.portal.kernel.model.ClusterGroup addClusterGroup(String name,
                                                                    List<String> clusterNodeIds)

addWholeClusterGroup

public com.liferay.portal.kernel.model.ClusterGroup addWholeClusterGroup(String name)

Liferay 7.0-ga1 portal-impl