Liferay 6.2-ce-ga5

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

Packages that use ClusterGroup
com.liferay.portal.kernel.management   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of ClusterGroup in com.liferay.portal.kernel.management
 

Methods in com.liferay.portal.kernel.management with parameters of type ClusterGroup
static FutureClusterResponses PortalManagerUtil.manage(ClusterGroup clusterGroup, ManageAction<?> manageAction)
           
 

Constructors in com.liferay.portal.kernel.management with parameters of type ClusterGroup
ClusterManageActionWrapper(ClusterGroup clusterGroup, ManageAction<?> manageAction)
           
 

Uses of ClusterGroup in com.liferay.portal.model
 

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

Methods in com.liferay.portal.model that return ClusterGroup
 ClusterGroup ClusterGroupWrapper.getWrappedClusterGroup()
          Deprecated. As of 6.1.0, replaced by ClusterGroupWrapper.getWrappedModel()
 ClusterGroup ClusterGroupWrapper.getWrappedModel()
           
 ClusterGroup ClusterGroupModel.toEscapedModel()
           
 ClusterGroup ClusterGroupWrapper.toEscapedModel()
           
 ClusterGroup ClusterGroupModel.toUnescapedModel()
           
 ClusterGroup ClusterGroupWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type ClusterGroup
 CacheModel<ClusterGroup> ClusterGroupModel.toCacheModel()
           
 CacheModel<ClusterGroup> ClusterGroupWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type ClusterGroup
 int ClusterGroupModel.compareTo(ClusterGroup clusterGroup)
           
 int ClusterGroupWrapper.compareTo(ClusterGroup clusterGroup)
           
static ClusterGroupSoap ClusterGroupSoap.toSoapModel(ClusterGroup model)
           
static ClusterGroupSoap[] ClusterGroupSoap.toSoapModels(ClusterGroup[] models)
           
static ClusterGroupSoap[][] ClusterGroupSoap.toSoapModels(ClusterGroup[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type ClusterGroup
static ClusterGroupSoap[] ClusterGroupSoap.toSoapModels(List<ClusterGroup> models)
           
 

Constructors in com.liferay.portal.model with parameters of type ClusterGroup
ClusterGroupWrapper(ClusterGroup clusterGroup)
           
 

Uses of ClusterGroup in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ClusterGroup
 ClusterGroup ClusterGroupLocalService.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
static ClusterGroup ClusterGroupLocalServiceUtil.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 ClusterGroup ClusterGroupLocalServiceWrapper.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 ClusterGroup ClusterGroupLocalService.addClusterGroup(String name, List<String> clusterNodeIds)
           
static ClusterGroup ClusterGroupLocalServiceUtil.addClusterGroup(String name, List<String> clusterNodeIds)
           
 ClusterGroup ClusterGroupLocalServiceWrapper.addClusterGroup(String name, List<String> clusterNodeIds)
           
 ClusterGroup ClusterGroupLocalService.addWholeClusterGroup(String name)
           
static ClusterGroup ClusterGroupLocalServiceUtil.addWholeClusterGroup(String name)
           
 ClusterGroup ClusterGroupLocalServiceWrapper.addWholeClusterGroup(String name)
           
 ClusterGroup ClusterGroupLocalService.createClusterGroup(long clusterGroupId)
          Creates a new cluster group with the primary key.
static ClusterGroup ClusterGroupLocalServiceUtil.createClusterGroup(long clusterGroupId)
          Creates a new cluster group with the primary key.
 ClusterGroup ClusterGroupLocalServiceWrapper.createClusterGroup(long clusterGroupId)
          Creates a new cluster group with the primary key.
 ClusterGroup ClusterGroupLocalService.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
static ClusterGroup ClusterGroupLocalServiceUtil.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalServiceWrapper.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalService.deleteClusterGroup(long clusterGroupId)
          Deletes the cluster group with the primary key from the database.
static ClusterGroup ClusterGroupLocalServiceUtil.deleteClusterGroup(long clusterGroupId)
          Deletes the cluster group with the primary key from the database.
 ClusterGroup ClusterGroupLocalServiceWrapper.deleteClusterGroup(long clusterGroupId)
          Deletes the cluster group with the primary key from the database.
 ClusterGroup ClusterGroupLocalService.fetchClusterGroup(long clusterGroupId)
           
static ClusterGroup ClusterGroupLocalServiceUtil.fetchClusterGroup(long clusterGroupId)
           
 ClusterGroup ClusterGroupLocalServiceWrapper.fetchClusterGroup(long clusterGroupId)
           
 ClusterGroup ClusterGroupLocalService.getClusterGroup(long clusterGroupId)
          Returns the cluster group with the primary key.
static ClusterGroup ClusterGroupLocalServiceUtil.getClusterGroup(long clusterGroupId)
          Returns the cluster group with the primary key.
 ClusterGroup ClusterGroupLocalServiceWrapper.getClusterGroup(long clusterGroupId)
          Returns the cluster group with the primary key.
 ClusterGroup ClusterGroupLocalService.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
static ClusterGroup ClusterGroupLocalServiceUtil.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
 ClusterGroup ClusterGroupLocalServiceWrapper.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type ClusterGroup
 List<ClusterGroup> ClusterGroupLocalService.getClusterGroups(int start, int end)
          Returns a range of all the cluster groups.
static List<ClusterGroup> ClusterGroupLocalServiceUtil.getClusterGroups(int start, int end)
          Returns a range of all the cluster groups.
 List<ClusterGroup> ClusterGroupLocalServiceWrapper.getClusterGroups(int start, int end)
          Returns a range of all the cluster groups.
 

Methods in com.liferay.portal.service with parameters of type ClusterGroup
 ClusterGroup ClusterGroupLocalService.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
static ClusterGroup ClusterGroupLocalServiceUtil.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 ClusterGroup ClusterGroupLocalServiceWrapper.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 ClusterGroup ClusterGroupLocalService.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
static ClusterGroup ClusterGroupLocalServiceUtil.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalServiceWrapper.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalService.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
static ClusterGroup ClusterGroupLocalServiceUtil.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
 ClusterGroup ClusterGroupLocalServiceWrapper.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.persistence that return ClusterGroup
 ClusterGroup ClusterGroupPersistence.create(long clusterGroupId)
          Creates a new cluster group with the primary key.
static ClusterGroup ClusterGroupUtil.create(long clusterGroupId)
          Creates a new cluster group with the primary key.
 ClusterGroup ClusterGroupPersistence.fetchByPrimaryKey(long clusterGroupId)
          Returns the cluster group with the primary key or returns null if it could not be found.
static ClusterGroup ClusterGroupUtil.fetchByPrimaryKey(long clusterGroupId)
          Returns the cluster group with the primary key or returns null if it could not be found.
 ClusterGroup ClusterGroupPersistence.findByPrimaryKey(long clusterGroupId)
          Returns the cluster group with the primary key or throws a NoSuchClusterGroupException if it could not be found.
static ClusterGroup ClusterGroupUtil.findByPrimaryKey(long clusterGroupId)
          Returns the cluster group with the primary key or throws a NoSuchClusterGroupException if it could not be found.
 ClusterGroup ClusterGroupPersistence.remove(long clusterGroupId)
          Removes the cluster group with the primary key from the database.
static ClusterGroup ClusterGroupUtil.remove(long clusterGroupId)
          Removes the cluster group with the primary key from the database.
static ClusterGroup ClusterGroupUtil.update(ClusterGroup clusterGroup)
           
static ClusterGroup ClusterGroupUtil.update(ClusterGroup clusterGroup, ServiceContext serviceContext)
           
 ClusterGroup ClusterGroupPersistence.updateImpl(ClusterGroup clusterGroup)
           
static ClusterGroup ClusterGroupUtil.updateImpl(ClusterGroup clusterGroup)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ClusterGroup
 List<ClusterGroup> ClusterGroupPersistence.findAll()
          Returns all the cluster groups.
static List<ClusterGroup> ClusterGroupUtil.findAll()
          Returns all the cluster groups.
 List<ClusterGroup> ClusterGroupPersistence.findAll(int start, int end)
          Returns a range of all the cluster groups.
static List<ClusterGroup> ClusterGroupUtil.findAll(int start, int end)
          Returns a range of all the cluster groups.
 List<ClusterGroup> ClusterGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cluster groups.
static List<ClusterGroup> ClusterGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cluster groups.
static List<ClusterGroup> ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ClusterGroup> ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ClusterGroup> ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type ClusterGroup
 void ClusterGroupPersistence.cacheResult(ClusterGroup clusterGroup)
          Caches the cluster group in the entity cache if it is enabled.
static void ClusterGroupUtil.cacheResult(ClusterGroup clusterGroup)
          Caches the cluster group in the entity cache if it is enabled.
static void ClusterGroupUtil.clearCache(ClusterGroup clusterGroup)
           
static ClusterGroup ClusterGroupUtil.update(ClusterGroup clusterGroup)
           
static ClusterGroup ClusterGroupUtil.update(ClusterGroup clusterGroup, ServiceContext serviceContext)
           
 ClusterGroup ClusterGroupPersistence.updateImpl(ClusterGroup clusterGroup)
           
static ClusterGroup ClusterGroupUtil.updateImpl(ClusterGroup clusterGroup)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ClusterGroup
 void ClusterGroupPersistence.cacheResult(List<ClusterGroup> clusterGroups)
          Caches the cluster groups in the entity cache if it is enabled.
static void ClusterGroupUtil.cacheResult(List<ClusterGroup> clusterGroups)
          Caches the cluster groups in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5