Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
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.
|