Liferay 6.1.2-ce-ga3

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.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
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. Renamed to 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.model.impl
 

Classes in com.liferay.portal.model.impl that implement ClusterGroup
 class ClusterGroupBaseImpl
          The extended model base implementation for the ClusterGroup service.
 class ClusterGroupImpl
           
 

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

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

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 ClusterGroupLocalService.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 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(String name, List<String> clusterNodeIds)
           
 ClusterGroup ClusterGroupLocalServiceWrapper.addClusterGroup(String name, List<String> clusterNodeIds)
           
static ClusterGroup ClusterGroupLocalServiceUtil.addClusterGroup(String name, List<String> clusterNodeIds)
           
 ClusterGroup ClusterGroupLocalService.addWholeClusterGroup(String name)
           
 ClusterGroup ClusterGroupLocalServiceWrapper.addWholeClusterGroup(String name)
           
static ClusterGroup ClusterGroupLocalServiceUtil.addWholeClusterGroup(String name)
           
 ClusterGroup ClusterGroupLocalService.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.
static ClusterGroup ClusterGroupLocalServiceUtil.createClusterGroup(long clusterGroupId)
          Creates a new cluster group with the primary key.
 ClusterGroup ClusterGroupLocalService.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalServiceWrapper.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
static ClusterGroup ClusterGroupLocalServiceUtil.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.
 ClusterGroup ClusterGroupLocalServiceWrapper.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 ClusterGroupLocalService.fetchClusterGroup(long clusterGroupId)
           
 ClusterGroup ClusterGroupLocalServiceWrapper.fetchClusterGroup(long clusterGroupId)
           
static ClusterGroup ClusterGroupLocalServiceUtil.fetchClusterGroup(long clusterGroupId)
           
 ClusterGroup ClusterGroupLocalService.getClusterGroup(long clusterGroupId)
          Returns the cluster group with the primary key.
 ClusterGroup ClusterGroupLocalServiceWrapper.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 ClusterGroupLocalService.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.
static ClusterGroup ClusterGroupLocalServiceUtil.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
 ClusterGroup ClusterGroupLocalService.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database or adds it if it does not yet exist.
 ClusterGroup ClusterGroupLocalServiceWrapper.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database or adds it if it does not yet exist.
static ClusterGroup ClusterGroupLocalServiceUtil.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          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.
 List<ClusterGroup> ClusterGroupLocalServiceWrapper.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.
 

Methods in com.liferay.portal.service with parameters of type ClusterGroup
 ClusterGroup ClusterGroupLocalService.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 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.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalServiceWrapper.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
static ClusterGroup ClusterGroupLocalServiceUtil.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.
 ClusterGroup ClusterGroupLocalServiceWrapper.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 ClusterGroupLocalService.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database or adds it if it does not yet exist.
 ClusterGroup ClusterGroupLocalServiceWrapper.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database or adds it if it does not yet exist.
static ClusterGroup ClusterGroupLocalServiceUtil.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database or adds it if it does not yet exist.
 

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.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.deleteClusterGroup(long clusterGroupId)
          Deletes the cluster group with the primary key from the database.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.fetchClusterGroup(long clusterGroupId)
           
 ClusterGroup ClusterGroupLocalServiceBaseImpl.getClusterGroup(long clusterGroupId)
          Returns the cluster group with the primary key.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type ClusterGroup
 List<ClusterGroup> ClusterGroupLocalServiceBaseImpl.getClusterGroups(int start, int end)
          Returns 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.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.updateClusterGroup(ClusterGroup clusterGroup, boolean merge)
          Updates the cluster group in the database or adds it if it does not yet exist.
 

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
 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 ClusterGroupPersistenceImpl.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 ClusterGroupPersistenceImpl.fetchByPrimaryKey(long clusterGroupId)
          Returns the cluster group with the primary key or returns null if it could not be found.
 ClusterGroup ClusterGroupPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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 ClusterGroupPersistenceImpl.findByPrimaryKey(long clusterGroupId)
          Returns the cluster group with the primary key or throws a NoSuchClusterGroupException if it could not be found.
 ClusterGroup ClusterGroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the cluster group with the primary key or throws a NoSuchModelException 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.
 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)
           
 ClusterGroup ClusterGroupPersistence.updateImpl(ClusterGroup clusterGroup, boolean merge)
           
static ClusterGroup ClusterGroupUtil.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
 List<ClusterGroup> ClusterGroupPersistence.findAll()
          Returns all the cluster groups.
static List<ClusterGroup> ClusterGroupUtil.findAll()
          Returns all the cluster groups.
 List<ClusterGroup> ClusterGroupPersistenceImpl.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> ClusterGroupPersistenceImpl.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.
 List<ClusterGroup> ClusterGroupPersistenceImpl.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.
 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.
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)
           
 ClusterGroup ClusterGroupPersistence.updateImpl(ClusterGroup clusterGroup, boolean merge)
           
static ClusterGroup ClusterGroupUtil.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
 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.
 void ClusterGroupPersistenceImpl.cacheResult(List<ClusterGroup> clusterGroups)
          Caches the cluster groups in the entity cache if it is enabled.
 void ClusterGroupPersistenceImpl.clearCache(List<ClusterGroup> clusterGroups)
           
 


Liferay 6.1.2-ce-ga3