Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchServiceComponentException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchServiceComponentException
 ServiceComponent ServiceComponentPersistence.findByBNS_BNU(String buildNamespace, long buildNumber)
          Returns the service component where buildNamespace = ? and buildNumber = ? or throws a NoSuchServiceComponentException if it could not be found.
static ServiceComponent ServiceComponentUtil.findByBNS_BNU(String buildNamespace, long buildNumber)
          Returns the service component where buildNamespace = ? and buildNumber = ? or throws a NoSuchServiceComponentException if it could not be found.
 ServiceComponent ServiceComponentPersistence.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
 ServiceComponent[] ServiceComponentPersistence.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator orderByComparator)
          Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.
static ServiceComponent[] ServiceComponentUtil.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator orderByComparator)
          Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.findByPrimaryKey(long serviceComponentId)
          Returns the service component with the primary key or throws a NoSuchServiceComponentException if it could not be found.
static ServiceComponent ServiceComponentUtil.findByPrimaryKey(long serviceComponentId)
          Returns the service component with the primary key or throws a NoSuchServiceComponentException if it could not be found.
 ServiceComponent ServiceComponentPersistence.remove(long serviceComponentId)
          Removes the service component with the primary key from the database.
static ServiceComponent ServiceComponentUtil.remove(long serviceComponentId)
          Removes the service component with the primary key from the database.
 ServiceComponent ServiceComponentPersistence.removeByBNS_BNU(String buildNamespace, long buildNumber)
          Removes the service component where buildNamespace = ? and buildNumber = ? from the database.
static ServiceComponent ServiceComponentUtil.removeByBNS_BNU(String buildNamespace, long buildNumber)
          Removes the service component where buildNamespace = ? and buildNumber = ? from the database.
 


Liferay 6.2-ce-ga5