Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
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.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.findByBuildNamespace_First(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?.
|
ServiceComponent |
ServiceComponentPersistence.findByBuildNamespace_First(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the first 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_Last(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the last 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.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.findByPrimaryKey(long serviceComponentId)
Returns the service component with the primary key or throws a
NoSuchServiceComponentException if it could not be found. |
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.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.
|
static ServiceComponent |
ServiceComponentUtil.removeByBNS_BNU(String buildNamespace,
long buildNumber)
Removes the service component where buildNamespace = ? and buildNumber = ? from the database.
|
ServiceComponent |
ServiceComponentPersistence.removeByBNS_BNU(String buildNamespace,
long buildNumber)
Removes the service component where buildNamespace = ? and buildNumber = ? from the database.
|