Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.upgrade.util |
Modifier and Type | Class and Description |
---|---|
class |
ServiceComponentWrapper
This class is a wrapper for
ServiceComponent . |
Modifier and Type | Field and Description |
---|---|
static Accessor<ServiceComponent,Long> |
ServiceComponent.SERVICE_COMPONENT_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
ServiceComponent |
ServiceComponentWrapper.getWrappedModel() |
ServiceComponent |
ServiceComponentWrapper.toEscapedModel() |
ServiceComponent |
ServiceComponentModel.toEscapedModel() |
ServiceComponent |
ServiceComponentWrapper.toUnescapedModel() |
ServiceComponent |
ServiceComponentModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<ServiceComponent> |
ServiceComponentWrapper.toCacheModel() |
CacheModel<ServiceComponent> |
ServiceComponentModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
ServiceComponentWrapper.compareTo(ServiceComponent serviceComponent) |
int |
ServiceComponentModel.compareTo(ServiceComponent serviceComponent) |
static ServiceComponentSoap |
ServiceComponentSoap.toSoapModel(ServiceComponent model) |
static ServiceComponentSoap[] |
ServiceComponentSoap.toSoapModels(ServiceComponent[] models) |
static ServiceComponentSoap[][] |
ServiceComponentSoap.toSoapModels(ServiceComponent[][] models) |
Modifier and Type | Method and Description |
---|---|
static ServiceComponentSoap[] |
ServiceComponentSoap.toSoapModels(List<ServiceComponent> models) |
Constructor and Description |
---|
ServiceComponentWrapper(ServiceComponent serviceComponent) |
Modifier and Type | Method and Description |
---|---|
static ServiceComponent |
ServiceComponentLocalServiceUtil.addServiceComponent(ServiceComponent serviceComponent)
Adds the service component to the database.
|
ServiceComponent |
ServiceComponentLocalService.addServiceComponent(ServiceComponent serviceComponent)
Adds the service component to the database.
|
ServiceComponent |
ServiceComponentLocalServiceWrapper.addServiceComponent(ServiceComponent serviceComponent)
Adds the service component to the database.
|
static ServiceComponent |
ServiceComponentLocalServiceUtil.createServiceComponent(long serviceComponentId)
Creates a new service component with the primary key.
|
ServiceComponent |
ServiceComponentLocalService.createServiceComponent(long serviceComponentId)
Creates a new service component with the primary key.
|
ServiceComponent |
ServiceComponentLocalServiceWrapper.createServiceComponent(long serviceComponentId)
Creates a new service component with the primary key.
|
static ServiceComponent |
ServiceComponentLocalServiceUtil.deleteServiceComponent(long serviceComponentId)
Deletes the service component with the primary key from the database.
|
ServiceComponent |
ServiceComponentLocalService.deleteServiceComponent(long serviceComponentId)
Deletes the service component with the primary key from the database.
|
ServiceComponent |
ServiceComponentLocalServiceWrapper.deleteServiceComponent(long serviceComponentId)
Deletes the service component with the primary key from the database.
|
static ServiceComponent |
ServiceComponentLocalServiceUtil.deleteServiceComponent(ServiceComponent serviceComponent)
Deletes the service component from the database.
|
ServiceComponent |
ServiceComponentLocalService.deleteServiceComponent(ServiceComponent serviceComponent)
Deletes the service component from the database.
|
ServiceComponent |
ServiceComponentLocalServiceWrapper.deleteServiceComponent(ServiceComponent serviceComponent)
Deletes the service component from the database.
|
static ServiceComponent |
ServiceComponentLocalServiceUtil.fetchServiceComponent(long serviceComponentId) |
ServiceComponent |
ServiceComponentLocalService.fetchServiceComponent(long serviceComponentId) |
ServiceComponent |
ServiceComponentLocalServiceWrapper.fetchServiceComponent(long serviceComponentId) |
static ServiceComponent |
ServiceComponentLocalServiceUtil.getServiceComponent(long serviceComponentId)
Returns the service component with the primary key.
|
ServiceComponent |
ServiceComponentLocalService.getServiceComponent(long serviceComponentId)
Returns the service component with the primary key.
|
ServiceComponent |
ServiceComponentLocalServiceWrapper.getServiceComponent(long serviceComponentId)
Returns the service component with the primary key.
|
static ServiceComponent |
ServiceComponentLocalServiceUtil.initServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader,
String buildNamespace,
long buildNumber,
long buildDate) |
ServiceComponent |
ServiceComponentLocalService.initServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader,
String buildNamespace,
long buildNumber,
long buildDate) |
ServiceComponent |
ServiceComponentLocalServiceWrapper.initServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader,
String buildNamespace,
long buildNumber,
long buildDate) |
static ServiceComponent |
ServiceComponentLocalServiceUtil.initServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader,
String buildNamespace,
long buildNumber,
long buildDate,
boolean buildAutoUpgrade)
Deprecated.
As of Judson (7.1.x), replaced by
ServiceComponentLocalServiceUtil.initServiceComponent(ServiceComponentConfiguration,
ClassLoader, String, long, long) |
ServiceComponent |
ServiceComponentLocalService.initServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader,
String buildNamespace,
long buildNumber,
long buildDate,
boolean buildAutoUpgrade)
Deprecated.
As of Judson (7.1.x), replaced by
ServiceComponentLocalService.initServiceComponent(ServiceComponentConfiguration,
ClassLoader, String, long, long) |
ServiceComponent |
ServiceComponentLocalServiceWrapper.initServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader,
String buildNamespace,
long buildNumber,
long buildDate,
boolean buildAutoUpgrade)
Deprecated.
As of Judson (7.1.x), replaced by
ServiceComponentLocalServiceWrapper.initServiceComponent(ServiceComponentConfiguration,
ClassLoader, String, long, long) |
static ServiceComponent |
ServiceComponentLocalServiceUtil.updateServiceComponent(ServiceComponent serviceComponent)
Updates the service component in the database or adds it if it does not yet exist.
|
ServiceComponent |
ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent)
Updates the service component in the database or adds it if it does not yet exist.
|
ServiceComponent |
ServiceComponentLocalServiceWrapper.updateServiceComponent(ServiceComponent serviceComponent)
Updates the service component in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<ServiceComponent> |
ServiceComponentLocalServiceUtil.getLatestServiceComponents() |
List<ServiceComponent> |
ServiceComponentLocalService.getLatestServiceComponents() |
List<ServiceComponent> |
ServiceComponentLocalServiceWrapper.getLatestServiceComponents() |
static List<ServiceComponent> |
ServiceComponentLocalServiceUtil.getServiceComponents(int start,
int end)
Returns a range of all the service components.
|
List<ServiceComponent> |
ServiceComponentLocalService.getServiceComponents(int start,
int end)
Returns a range of all the service components.
|
List<ServiceComponent> |
ServiceComponentLocalServiceWrapper.getServiceComponents(int start,
int end)
Returns a range of all the service components.
|
Modifier and Type | Method and Description |
---|---|
static ServiceComponent |
ServiceComponentLocalServiceUtil.addServiceComponent(ServiceComponent serviceComponent)
Adds the service component to the database.
|
ServiceComponent |
ServiceComponentLocalService.addServiceComponent(ServiceComponent serviceComponent)
Adds the service component to the database.
|
ServiceComponent |
ServiceComponentLocalServiceWrapper.addServiceComponent(ServiceComponent serviceComponent)
Adds the service component to the database.
|
static ServiceComponent |
ServiceComponentLocalServiceUtil.deleteServiceComponent(ServiceComponent serviceComponent)
Deletes the service component from the database.
|
ServiceComponent |
ServiceComponentLocalService.deleteServiceComponent(ServiceComponent serviceComponent)
Deletes the service component from the database.
|
ServiceComponent |
ServiceComponentLocalServiceWrapper.deleteServiceComponent(ServiceComponent serviceComponent)
Deletes the service component from the database.
|
static ServiceComponent |
ServiceComponentLocalServiceUtil.updateServiceComponent(ServiceComponent serviceComponent)
Updates the service component in the database or adds it if it does not yet exist.
|
ServiceComponent |
ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent)
Updates the service component in the database or adds it if it does not yet exist.
|
ServiceComponent |
ServiceComponentLocalServiceWrapper.updateServiceComponent(ServiceComponent serviceComponent)
Updates the service component in the database or adds it if it does not yet exist.
|
static void |
ServiceComponentLocalServiceUtil.upgradeDB(ClassLoader classLoader,
String buildNamespace,
long buildNumber,
boolean buildAutoUpgrade,
ServiceComponent previousServiceComponent,
String tablesSQL,
String sequencesSQL,
String indexesSQL)
Deprecated.
As of Judson (7.1.x), replaced by
ServiceComponentLocalServiceUtil.upgradeDB(ClassLoader, String, long, ServiceComponent,
String, String, String) |
void |
ServiceComponentLocalService.upgradeDB(ClassLoader classLoader,
String buildNamespace,
long buildNumber,
boolean buildAutoUpgrade,
ServiceComponent previousServiceComponent,
String tablesSQL,
String sequencesSQL,
String indexesSQL)
Deprecated.
As of Judson (7.1.x), replaced by
ServiceComponentLocalService.upgradeDB(ClassLoader, String, long, ServiceComponent,
String, String, String) |
void |
ServiceComponentLocalServiceWrapper.upgradeDB(ClassLoader classLoader,
String buildNamespace,
long buildNumber,
boolean buildAutoUpgrade,
ServiceComponent previousServiceComponent,
String tablesSQL,
String sequencesSQL,
String indexesSQL)
Deprecated.
As of Judson (7.1.x), replaced by
ServiceComponentLocalServiceWrapper.upgradeDB(ClassLoader, String, long, ServiceComponent,
String, String, String) |
static void |
ServiceComponentLocalServiceUtil.upgradeDB(ClassLoader classLoader,
String buildNamespace,
long buildNumber,
ServiceComponent previousServiceComponent,
String tablesSQL,
String sequencesSQL,
String indexesSQL) |
void |
ServiceComponentLocalService.upgradeDB(ClassLoader classLoader,
String buildNamespace,
long buildNumber,
ServiceComponent previousServiceComponent,
String tablesSQL,
String sequencesSQL,
String indexesSQL) |
void |
ServiceComponentLocalServiceWrapper.upgradeDB(ClassLoader classLoader,
String buildNamespace,
long buildNumber,
ServiceComponent previousServiceComponent,
String tablesSQL,
String sequencesSQL,
String indexesSQL) |
Modifier and Type | Method and Description |
---|---|
static ServiceComponent |
ServiceComponentUtil.create(long serviceComponentId)
Creates a new service component with the primary key.
|
ServiceComponent |
ServiceComponentPersistence.create(long serviceComponentId)
Creates a new service component with the primary key.
|
static ServiceComponent |
ServiceComponentUtil.fetchByBNS_BNU(String buildNamespace,
long buildNumber)
Returns the service component where buildNamespace = ? and buildNumber = ? or returns
null if it could not be found. |
ServiceComponent |
ServiceComponentPersistence.fetchByBNS_BNU(String buildNamespace,
long buildNumber)
Returns the service component where buildNamespace = ? and buildNumber = ? or returns
null if it could not be found. |
static ServiceComponent |
ServiceComponentUtil.fetchByBNS_BNU(String buildNamespace,
long buildNumber,
boolean retrieveFromCache)
Returns the service component where buildNamespace = ? and buildNumber = ? or returns
null if it could not be found, optionally using the finder cache. |
ServiceComponent |
ServiceComponentPersistence.fetchByBNS_BNU(String buildNamespace,
long buildNumber,
boolean retrieveFromCache)
Returns the service component where buildNamespace = ? and buildNumber = ? or returns
null if it could not be found, optionally using the finder cache. |
static ServiceComponent |
ServiceComponentUtil.fetchByBuildNamespace_First(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?.
|
ServiceComponent |
ServiceComponentPersistence.fetchByBuildNamespace_First(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?.
|
static ServiceComponent |
ServiceComponentUtil.fetchByBuildNamespace_Last(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?.
|
ServiceComponent |
ServiceComponentPersistence.fetchByBuildNamespace_Last(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?.
|
static ServiceComponent |
ServiceComponentUtil.fetchByPrimaryKey(long serviceComponentId)
Returns the service component with the primary key or returns
null if it could not be found. |
ServiceComponent |
ServiceComponentPersistence.fetchByPrimaryKey(long serviceComponentId)
Returns the service component with the primary key or returns
null 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.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.
|
static ServiceComponent |
ServiceComponentUtil.update(ServiceComponent serviceComponent) |
static ServiceComponent |
ServiceComponentUtil.update(ServiceComponent serviceComponent,
ServiceContext serviceContext) |
static ServiceComponent |
ServiceComponentUtil.updateImpl(ServiceComponent serviceComponent) |
ServiceComponent |
ServiceComponentPersistence.updateImpl(ServiceComponent serviceComponent) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,ServiceComponent> |
ServiceComponentUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,ServiceComponent> |
ServiceComponentPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<ServiceComponent> |
ServiceComponentUtil.findAll()
Returns all the service components.
|
List<ServiceComponent> |
ServiceComponentPersistence.findAll()
Returns all the service components.
|
static List<ServiceComponent> |
ServiceComponentUtil.findAll(int start,
int end)
Returns a range of all the service components.
|
List<ServiceComponent> |
ServiceComponentPersistence.findAll(int start,
int end)
Returns a range of all the service components.
|
static List<ServiceComponent> |
ServiceComponentUtil.findAll(int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components.
|
List<ServiceComponent> |
ServiceComponentPersistence.findAll(int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components.
|
static List<ServiceComponent> |
ServiceComponentUtil.findAll(int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the service components.
|
List<ServiceComponent> |
ServiceComponentPersistence.findAll(int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the service components.
|
static List<ServiceComponent> |
ServiceComponentUtil.findByBuildNamespace(String buildNamespace)
Returns all the service components where buildNamespace = ?.
|
List<ServiceComponent> |
ServiceComponentPersistence.findByBuildNamespace(String buildNamespace)
Returns all the service components where buildNamespace = ?.
|
static List<ServiceComponent> |
ServiceComponentUtil.findByBuildNamespace(String buildNamespace,
int start,
int end)
Returns a range of all the service components where buildNamespace = ?.
|
List<ServiceComponent> |
ServiceComponentPersistence.findByBuildNamespace(String buildNamespace,
int start,
int end)
Returns a range of all the service components where buildNamespace = ?.
|
static List<ServiceComponent> |
ServiceComponentUtil.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components where buildNamespace = ?.
|
List<ServiceComponent> |
ServiceComponentPersistence.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components where buildNamespace = ?.
|
static List<ServiceComponent> |
ServiceComponentUtil.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the service components where buildNamespace = ?.
|
List<ServiceComponent> |
ServiceComponentPersistence.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the service components where buildNamespace = ?.
|
List<ServiceComponent> |
ServiceComponentFinder.findByMaxBuildNumber() |
static List<ServiceComponent> |
ServiceComponentFinderUtil.findByMaxBuildNumber() |
static List<ServiceComponent> |
ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<ServiceComponent> |
ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<ServiceComponent> |
ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceComponentUtil.cacheResult(ServiceComponent serviceComponent)
Caches the service component in the entity cache if it is enabled.
|
void |
ServiceComponentPersistence.cacheResult(ServiceComponent serviceComponent)
Caches the service component in the entity cache if it is enabled.
|
static void |
ServiceComponentUtil.clearCache(ServiceComponent serviceComponent) |
static ServiceComponent |
ServiceComponentUtil.update(ServiceComponent serviceComponent) |
static ServiceComponent |
ServiceComponentUtil.update(ServiceComponent serviceComponent,
ServiceContext serviceContext) |
static ServiceComponent |
ServiceComponentUtil.updateImpl(ServiceComponent serviceComponent) |
ServiceComponent |
ServiceComponentPersistence.updateImpl(ServiceComponent serviceComponent) |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceComponentUtil.cacheResult(List<ServiceComponent> serviceComponents)
Caches the service components in the entity cache if it is enabled.
|
void |
ServiceComponentPersistence.cacheResult(List<ServiceComponent> serviceComponents)
Caches the service components in the entity cache if it is enabled.
|
static ServiceComponent |
ServiceComponentUtil.fetchByBuildNamespace_First(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?.
|
ServiceComponent |
ServiceComponentPersistence.fetchByBuildNamespace_First(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?.
|
static ServiceComponent |
ServiceComponentUtil.fetchByBuildNamespace_Last(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?.
|
ServiceComponent |
ServiceComponentPersistence.fetchByBuildNamespace_Last(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?.
|
static List<ServiceComponent> |
ServiceComponentUtil.findAll(int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components.
|
List<ServiceComponent> |
ServiceComponentPersistence.findAll(int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components.
|
static List<ServiceComponent> |
ServiceComponentUtil.findAll(int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the service components.
|
List<ServiceComponent> |
ServiceComponentPersistence.findAll(int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the service components.
|
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 List<ServiceComponent> |
ServiceComponentUtil.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components where buildNamespace = ?.
|
List<ServiceComponent> |
ServiceComponentPersistence.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components where buildNamespace = ?.
|
static List<ServiceComponent> |
ServiceComponentUtil.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the service components where buildNamespace = ?.
|
List<ServiceComponent> |
ServiceComponentPersistence.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the service components where buildNamespace = ?.
|
static List<ServiceComponent> |
ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
UpgradeTableListener.onAfterUpdateTable(ServiceComponent previousServiceComponent,
UpgradeTable upgradeTable) |
void |
BaseUpgradeTableListener.onAfterUpdateTable(ServiceComponent previousServiceComponent,
UpgradeTable upgradeTable) |
void |
UpgradeTableListener.onBeforeUpdateTable(ServiceComponent previousServiceComponent,
UpgradeTable upgradeTable) |
void |
BaseUpgradeTableListener.onBeforeUpdateTable(ServiceComponent previousServiceComponent,
UpgradeTable upgradeTable) |