|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchServiceComponentException | |
|---|---|
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| 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<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 = ?. |
ServiceComponent |
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 = ?. |
ServiceComponent[] |
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 = ?. |
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. |
| Uses of NoSuchServiceComponentException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchServiceComponentException | |
|---|---|
ServiceComponent |
ServiceComponentPersistenceImpl.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 |
ServiceComponentPersistenceImpl.findByBuildNamespace_First(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?. |
ServiceComponent |
ServiceComponentPersistenceImpl.findByBuildNamespace_Last(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?. |
ServiceComponent[] |
ServiceComponentPersistenceImpl.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 = ?. |
ServiceComponent |
ServiceComponentPersistenceImpl.findByPrimaryKey(long serviceComponentId)
Returns the service component with the primary key or throws a NoSuchServiceComponentException if it could not be found. |
ServiceComponent |
ServiceComponentPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the service component with the primary key or throws a NoSuchModelException if it could not be found. |
ServiceComponent |
ServiceComponentPersistenceImpl.remove(long serviceComponentId)
Removes the service component with the primary key from the database. |
ServiceComponent |
ServiceComponentPersistenceImpl.remove(Serializable primaryKey)
Removes the service component with the primary key from the database. |
ServiceComponent |
ServiceComponentPersistenceImpl.removeByBNS_BNU(String buildNamespace,
long buildNumber)
Removes the service component where buildNamespace = ? and buildNumber = ? from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||