Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchClusterGroupException

Packages that use NoSuchClusterGroupException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchClusterGroupException
static ClusterGroup ClusterGroupUtil.findByPrimaryKey(long clusterGroupId)
          Finds the cluster group with the primary key or throws a NoSuchClusterGroupException if it could not be found.
 ClusterGroup ClusterGroupPersistence.findByPrimaryKey(long clusterGroupId)
          Finds the cluster group with the primary key or throws a NoSuchClusterGroupException if it could not be found.
 ClusterGroup ClusterGroupPersistenceImpl.findByPrimaryKey(long clusterGroupId)
          Finds 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.
 ClusterGroup ClusterGroupPersistenceImpl.remove(long clusterGroupId)
          Removes the cluster group with the primary key from the database.
 


Liferay 6.0.5