Uses of Class
com.liferay.portal.kernel.exception.NoSuchServiceComponentException
Packages that use NoSuchServiceComponentException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchServiceComponentException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchServiceComponentExceptionModifier and TypeMethodDescriptionServiceComponentPersistence.findByBNS_BNU
(String buildNamespace, long buildNumber) Returns the service component where buildNamespace = ? and buildNumber = ? or throws aNoSuchServiceComponentException
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 aNoSuchServiceComponentException
if it could not be found.ServiceComponentPersistence.findByBuildNamespace_First
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the first service component in the ordered set where buildNamespace = ?.static ServiceComponent
ServiceComponentUtil.findByBuildNamespace_First
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the first service component in the ordered set where buildNamespace = ?.ServiceComponentPersistence.findByBuildNamespace_Last
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the last service component in the ordered set where buildNamespace = ?.static ServiceComponent
ServiceComponentUtil.findByBuildNamespace_Last
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the last service component in the ordered set where buildNamespace = ?.ServiceComponentPersistence.findByBuildNamespace_PrevAndNext
(long serviceComponentId, String buildNamespace, OrderByComparator<ServiceComponent> 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<ServiceComponent> orderByComparator) Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.ServiceComponentPersistence.findByPrimaryKey
(long serviceComponentId) Returns the service component with the primary key or throws aNoSuchServiceComponentException
if it could not be found.static ServiceComponent
ServiceComponentUtil.findByPrimaryKey
(long serviceComponentId) Returns the service component with the primary key or throws aNoSuchServiceComponentException
if it could not be found.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.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.