Package | Description |
---|---|
com.liferay.portal.kernel.management | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
static FutureClusterResponses |
PortalManagerUtil.manage(ClusterGroup clusterGroup,
ManageAction<?> manageAction) |
Constructor and Description |
---|
ClusterManageActionWrapper(ClusterGroup clusterGroup,
ManageAction<?> manageAction) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterGroupWrapper
This class is a wrapper for
ClusterGroup . |
Modifier and Type | Field and Description |
---|---|
static Accessor<ClusterGroup,Long> |
ClusterGroup.CLUSTER_GROUP_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
ClusterGroup |
ClusterGroupWrapper.getWrappedModel() |
ClusterGroup |
ClusterGroupModel.toEscapedModel() |
ClusterGroup |
ClusterGroupWrapper.toEscapedModel() |
ClusterGroup |
ClusterGroupModel.toUnescapedModel() |
ClusterGroup |
ClusterGroupWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<ClusterGroup> |
ClusterGroupModel.toCacheModel() |
CacheModel<ClusterGroup> |
ClusterGroupWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static ClusterGroupSoap[] |
ClusterGroupSoap.toSoapModels(List<ClusterGroup> models) |
Constructor and Description |
---|
ClusterGroupWrapper(ClusterGroup clusterGroup) |
Modifier and Type | Method and Description |
---|---|
ClusterGroup |
ClusterGroupLocalServiceWrapper.addClusterGroup(ClusterGroup clusterGroup)
Adds the cluster group to the database.
|
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(String name,
List<String> clusterNodeIds) |
ClusterGroup |
ClusterGroupLocalService.addClusterGroup(String name,
List<String> clusterNodeIds) |
static ClusterGroup |
ClusterGroupLocalServiceUtil.addClusterGroup(String name,
List<String> clusterNodeIds) |
ClusterGroup |
ClusterGroupLocalServiceWrapper.addWholeClusterGroup(String name) |
ClusterGroup |
ClusterGroupLocalService.addWholeClusterGroup(String name) |
static ClusterGroup |
ClusterGroupLocalServiceUtil.addWholeClusterGroup(String name) |
ClusterGroup |
ClusterGroupLocalServiceWrapper.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.
|
static ClusterGroup |
ClusterGroupLocalServiceUtil.createClusterGroup(long clusterGroupId)
Creates a new cluster group with the primary key.
|
ClusterGroup |
ClusterGroupLocalServiceWrapper.deleteClusterGroup(ClusterGroup clusterGroup)
Deletes the cluster group from 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(long clusterGroupId)
Deletes the cluster group with the primary key 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.fetchClusterGroup(long clusterGroupId) |
ClusterGroup |
ClusterGroupLocalService.fetchClusterGroup(long clusterGroupId) |
static ClusterGroup |
ClusterGroupLocalServiceUtil.fetchClusterGroup(long clusterGroupId) |
ClusterGroup |
ClusterGroupLocalServiceWrapper.getClusterGroup(long clusterGroupId)
Returns the cluster group with the primary key.
|
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.updateClusterGroup(ClusterGroup clusterGroup)
Updates the cluster group in the database or adds it if it does not yet exist.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ClusterGroup> |
ClusterGroupLocalServiceWrapper.getClusterGroups(int start,
int end)
Returns a range of all the cluster groups.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ClusterGroup |
ClusterGroupLocalServiceWrapper.addClusterGroup(ClusterGroup clusterGroup)
Adds the cluster group to the database.
|
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.deleteClusterGroup(ClusterGroup clusterGroup)
Deletes the cluster group from 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.updateClusterGroup(ClusterGroup clusterGroup)
Updates the cluster group in the database or adds it if it does not yet exist.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.fetchByPrimaryKey(long clusterGroupId)
Returns the cluster group with the primary key or returns
null 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.findByPrimaryKey(long clusterGroupId)
Returns the cluster group with the primary key or throws a
NoSuchClusterGroupException if it could not be found. |
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.
|
static ClusterGroup |
ClusterGroupUtil.update(ClusterGroup clusterGroup) |
static ClusterGroup |
ClusterGroupUtil.update(ClusterGroup clusterGroup,
ServiceContext serviceContext) |
static ClusterGroup |
ClusterGroupUtil.updateImpl(ClusterGroup clusterGroup) |
ClusterGroup |
ClusterGroupPersistence.updateImpl(ClusterGroup clusterGroup) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,ClusterGroup> |
ClusterGroupUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,ClusterGroup> |
ClusterGroupPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<ClusterGroup> |
ClusterGroupUtil.findAll()
Returns all the cluster groups.
|
List<ClusterGroup> |
ClusterGroupPersistence.findAll()
Returns 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)
Returns a range of all the cluster groups.
|
static List<ClusterGroup> |
ClusterGroupUtil.findAll(int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator)
Returns an ordered range of all the cluster groups.
|
List<ClusterGroup> |
ClusterGroupPersistence.findAll(int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator)
Returns an ordered range of all the cluster groups.
|
static List<ClusterGroup> |
ClusterGroupUtil.findAll(int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the cluster groups.
|
List<ClusterGroup> |
ClusterGroupPersistence.findAll(int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator,
boolean retrieveFromCache)
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<ClusterGroup> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
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.
|
static void |
ClusterGroupUtil.clearCache(ClusterGroup clusterGroup) |
static ClusterGroup |
ClusterGroupUtil.update(ClusterGroup clusterGroup) |
static ClusterGroup |
ClusterGroupUtil.update(ClusterGroup clusterGroup,
ServiceContext serviceContext) |
static ClusterGroup |
ClusterGroupUtil.updateImpl(ClusterGroup clusterGroup) |
ClusterGroup |
ClusterGroupPersistence.updateImpl(ClusterGroup clusterGroup) |
Modifier and Type | Method and Description |
---|---|
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.
|
static List<ClusterGroup> |
ClusterGroupUtil.findAll(int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator)
Returns an ordered range of all the cluster groups.
|
List<ClusterGroup> |
ClusterGroupPersistence.findAll(int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator)
Returns an ordered range of all the cluster groups.
|
static List<ClusterGroup> |
ClusterGroupUtil.findAll(int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the cluster groups.
|
List<ClusterGroup> |
ClusterGroupPersistence.findAll(int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the cluster groups.
|
static List<ClusterGroup> |
ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator) |