Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchServiceComponentException

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

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

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


Liferay 6.0.5