|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.ClusterGroupLocalServiceWrapper
public class ClusterGroupLocalServiceWrapper
This class is a wrapper for ClusterGroupLocalService
.
ClusterGroupLocalService
Constructor Summary | |
---|---|
ClusterGroupLocalServiceWrapper(ClusterGroupLocalService clusterGroupLocalService)
|
Method Summary | |
---|---|
ClusterGroup |
addClusterGroup(ClusterGroup clusterGroup)
Adds the cluster group to the database. |
ClusterGroup |
addClusterGroup(String name,
List<String> clusterNodeIds)
|
ClusterGroup |
addWholeClusterGroup(String name)
|
ClusterGroup |
createClusterGroup(long clusterGroupId)
Creates a new cluster group with the primary key. |
void |
deleteClusterGroup(ClusterGroup clusterGroup)
Deletes the cluster group from the database. |
void |
deleteClusterGroup(long clusterGroupId)
Deletes the cluster group with the primary key from the database. |
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Counts the number of rows that match the dynamic query. |
ClusterGroup |
getClusterGroup(long clusterGroupId)
Gets the cluster group with the primary key. |
List<ClusterGroup> |
getClusterGroups(int start,
int end)
Gets a range of all the cluster groups. |
int |
getClusterGroupsCount()
Gets the number of cluster groups. |
ClusterGroupLocalService |
getWrappedClusterGroupLocalService()
|
ClusterGroup |
updateClusterGroup(ClusterGroup clusterGroup)
Updates the cluster group in the database. |
ClusterGroup |
updateClusterGroup(ClusterGroup clusterGroup,
boolean merge)
Updates the cluster group in the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClusterGroupLocalServiceWrapper(ClusterGroupLocalService clusterGroupLocalService)
Method Detail |
---|
public ClusterGroup addClusterGroup(ClusterGroup clusterGroup) throws SystemException
addClusterGroup
in interface ClusterGroupLocalService
clusterGroup
- the cluster group to add
SystemException
- if a system exception occurredpublic ClusterGroup createClusterGroup(long clusterGroupId)
createClusterGroup
in interface ClusterGroupLocalService
clusterGroupId
- the primary key for the new cluster group
public void deleteClusterGroup(long clusterGroupId) throws PortalException, SystemException
deleteClusterGroup
in interface ClusterGroupLocalService
clusterGroupId
- the primary key of the cluster group to delete
PortalException
- if a cluster group with the primary key could not be found
SystemException
- if a system exception occurredpublic void deleteClusterGroup(ClusterGroup clusterGroup) throws SystemException
deleteClusterGroup
in interface ClusterGroupLocalService
clusterGroup
- the cluster group to delete
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface ClusterGroupLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
dynamicQuery
in interface ClusterGroupLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
dynamicQuery
in interface ClusterGroupLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface ClusterGroupLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic ClusterGroup getClusterGroup(long clusterGroupId) throws PortalException, SystemException
getClusterGroup
in interface ClusterGroupLocalService
clusterGroupId
- the primary key of the cluster group to get
PortalException
- if a cluster group with the primary key could not be found
SystemException
- if a system exception occurredpublic List<ClusterGroup> getClusterGroups(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
getClusterGroups
in interface ClusterGroupLocalService
start
- the lower bound of the range of cluster groups to returnend
- the upper bound of the range of cluster groups to return (not inclusive)
SystemException
- if a system exception occurredpublic int getClusterGroupsCount() throws SystemException
getClusterGroupsCount
in interface ClusterGroupLocalService
SystemException
- if a system exception occurredpublic ClusterGroup updateClusterGroup(ClusterGroup clusterGroup) throws SystemException
updateClusterGroup
in interface ClusterGroupLocalService
clusterGroup
- the cluster group to update
SystemException
- if a system exception occurredpublic ClusterGroup updateClusterGroup(ClusterGroup clusterGroup, boolean merge) throws SystemException
updateClusterGroup
in interface ClusterGroupLocalService
clusterGroup
- the cluster group to updatemerge
- whether to merge the cluster group with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredpublic ClusterGroup addClusterGroup(String name, List<String> clusterNodeIds) throws SystemException
addClusterGroup
in interface ClusterGroupLocalService
SystemException
public ClusterGroup addWholeClusterGroup(String name) throws SystemException
addWholeClusterGroup
in interface ClusterGroupLocalService
SystemException
public ClusterGroupLocalService getWrappedClusterGroupLocalService()
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |