Liferay 6.0-ee

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

Packages that use ClusterGroup
com.liferay.portal.kernel.management   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.kernel.management with parameters of type ClusterGroup
static void 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()
           
 ClusterGroup ClusterGroupWrapper.toEscapedModel()
           
 ClusterGroup ClusterGroupModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model with parameters of type ClusterGroup
 int ClusterGroupWrapper.compareTo(ClusterGroup clusterGroup)
           
 int ClusterGroupModel.compareTo(ClusterGroup clusterGroup)
           
 

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

Uses of ClusterGroup in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement ClusterGroup
 class ClusterGroupImpl
           
 

Methods in com.liferay.portal.model.impl that return ClusterGroup
 ClusterGroup ClusterGroupModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type ClusterGroup
 int ClusterGroupModelImpl.compareTo(ClusterGroup clusterGroup)
           
 

Uses of ClusterGroup in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ClusterGroup
 ClusterGroup ClusterGroupLocalServiceWrapper.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
static ClusterGroup ClusterGroupLocalServiceUtil.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 ClusterGroup ClusterGroupLocalService.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 ClusterGroup ClusterGroupLocalServiceWrapper.addClusterGroup(String name, List<String> clusterNodeIds)
           
static ClusterGroup ClusterGroupLocalServiceUtil.addClusterGroup(String name, List<String> clusterNodeIds)
           
 ClusterGroup ClusterGroupLocalService.addClusterGroup(String name, List<String> clusterNodeIds)
           
 ClusterGroup ClusterGroupLocalServiceWrapper.addWholeClusterGroup(String name)
           
static ClusterGroup ClusterGroupLocalServiceUtil.addWholeClusterGroup(String name)
           
 ClusterGroup ClusterGroupLocalService.addWholeClusterGroup(String name)
           
 ClusterGroup ClusterGroupLocalServiceWrapper.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 ClusterGroupLocalService.createClusterGroup(long clusterGroupId)
          Creates a new cluster group with the primary key.
 ClusterGroup ClusterGroupLocalServiceWrapper.getClusterGroup(long clusterGroupId)
          Gets the cluster group with the primary key.
static ClusterGroup ClusterGroupLocalServiceUtil.getClusterGroup(long clusterGroupId)
          Gets the cluster group with the primary key.
 ClusterGroup ClusterGroupLocalService.getClusterGroup(long clusterGroupId)
          Gets the cluster group with the primary key.
 ClusterGroup ClusterGroupLocalServiceWrapper.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database.
static ClusterGroup ClusterGroupLocalServiceUtil.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database.
 ClusterGroup ClusterGroupLocalService.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database.
 ClusterGroup ClusterGroupLocalServiceWrapper.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database.
static ClusterGroup ClusterGroupLocalServiceUtil.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database.
 ClusterGroup ClusterGroupLocalService.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database.
 

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

Methods in com.liferay.portal.service with parameters of type ClusterGroup
 ClusterGroup ClusterGroupLocalServiceWrapper.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
static ClusterGroup ClusterGroupLocalServiceUtil.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 ClusterGroup ClusterGroupLocalService.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 void ClusterGroupLocalServiceWrapper.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
static void ClusterGroupLocalServiceUtil.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 void ClusterGroupLocalService.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalServiceWrapper.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database.
static ClusterGroup ClusterGroupLocalServiceUtil.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database.
 ClusterGroup ClusterGroupLocalService.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database.
 ClusterGroup ClusterGroupLocalServiceWrapper.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database.
static ClusterGroup ClusterGroupLocalServiceUtil.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database.
 ClusterGroup ClusterGroupLocalService.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database.
 

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

Methods in com.liferay.portal.service.base that return ClusterGroup
 ClusterGroup ClusterGroupLocalServiceBaseImpl.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.createClusterGroup(long clusterGroupId)
          Creates a new cluster group with the primary key.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.getClusterGroup(long clusterGroupId)
          Gets the cluster group with the primary key.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type ClusterGroup
 List<ClusterGroup> ClusterGroupLocalServiceBaseImpl.getClusterGroups(int start, int end)
          Gets a range of all the cluster groups.
 

Methods in com.liferay.portal.service.base with parameters of type ClusterGroup
 ClusterGroup ClusterGroupLocalServiceBaseImpl.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 void ClusterGroupLocalServiceBaseImpl.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database.
 

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

Methods in com.liferay.portal.service.impl that return ClusterGroup
 ClusterGroup ClusterGroupLocalServiceImpl.addClusterGroup(String name, List<String> clusterNodeIds)
           
 ClusterGroup ClusterGroupLocalServiceImpl.addWholeClusterGroup(String name)
           
 

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

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

Methods in com.liferay.portal.service.persistence that return types with arguments of type ClusterGroup
static List<ClusterGroup> ClusterGroupUtil.findAll()
          Finds all the cluster groups.
 List<ClusterGroup> ClusterGroupPersistence.findAll()
          Finds all the cluster groups.
 List<ClusterGroup> ClusterGroupPersistenceImpl.findAll()
          Finds all the cluster groups.
static List<ClusterGroup> ClusterGroupUtil.findAll(int start, int end)
          Finds a range of all the cluster groups.
 List<ClusterGroup> ClusterGroupPersistence.findAll(int start, int end)
          Finds a range of all the cluster groups.
 List<ClusterGroup> ClusterGroupPersistenceImpl.findAll(int start, int end)
          Finds a range of all the cluster groups.
static List<ClusterGroup> ClusterGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the cluster groups.
 List<ClusterGroup> ClusterGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the cluster groups.
 List<ClusterGroup> ClusterGroupPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds 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
static void ClusterGroupUtil.cacheResult(ClusterGroup clusterGroup)
          Caches the cluster group in the entity cache if it is enabled.
 void ClusterGroupPersistence.cacheResult(ClusterGroup clusterGroup)
          Caches the cluster group in the entity cache if it is enabled.
 void ClusterGroupPersistenceImpl.cacheResult(ClusterGroup clusterGroup)
          Caches the cluster group in the entity cache if it is enabled.
static void ClusterGroupUtil.clearCache(ClusterGroup clusterGroup)
           
 void ClusterGroupPersistenceImpl.clearCache(ClusterGroup clusterGroup)
          Clears the cache for the cluster group.
static ClusterGroup ClusterGroupUtil.remove(ClusterGroup clusterGroup)
           
protected  ClusterGroup ClusterGroupPersistenceImpl.removeImpl(ClusterGroup clusterGroup)
           
protected  ClusterGroup ClusterGroupPersistenceImpl.toUnwrappedModel(ClusterGroup clusterGroup)
           
static ClusterGroup ClusterGroupUtil.update(ClusterGroup clusterGroup, boolean merge)
           
static ClusterGroup ClusterGroupUtil.update(ClusterGroup clusterGroup, boolean merge, ServiceContext serviceContext)
           
static ClusterGroup ClusterGroupUtil.updateImpl(ClusterGroup clusterGroup, boolean merge)
           
 ClusterGroup ClusterGroupPersistence.updateImpl(ClusterGroup clusterGroup, boolean merge)
           
 ClusterGroup ClusterGroupPersistenceImpl.updateImpl(ClusterGroup clusterGroup, boolean merge)
           
 

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


Liferay 6.0-ee