Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchClusterGroupException

Packages that use NoSuchClusterGroupException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchClusterGroupException
 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 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.
 


Liferay 6.1.2-ce-ga3