Uses of Interface
com.liferay.portal.kernel.model.ServiceComponent
Packages that use ServiceComponent
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of ServiceComponent in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement ServiceComponentFields in com.liferay.portal.kernel.model with type parameters of type ServiceComponentModifier and TypeFieldDescriptionstatic final Accessor<ServiceComponent,
Long> ServiceComponent.SERVICE_COMPONENT_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return ServiceComponentModifier and TypeMethodDescriptionServiceComponentModel.cloneWithOriginalValues()
ServiceComponentWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type ServiceComponentModifier and TypeMethodDescriptionprotected ServiceComponentWrapper
ServiceComponentWrapper.wrap
(ServiceComponent serviceComponent) Constructors in com.liferay.portal.kernel.model with parameters of type ServiceComponent -
Uses of ServiceComponent in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return ServiceComponentModifier and TypeMethodDescriptionServiceComponentLocalService.addServiceComponent
(ServiceComponent serviceComponent) Adds the service component to the database.static ServiceComponent
ServiceComponentLocalServiceUtil.addServiceComponent
(ServiceComponent serviceComponent) Adds the service component to the database.ServiceComponentLocalServiceWrapper.addServiceComponent
(ServiceComponent serviceComponent) Adds the service component to the database.ServiceComponentLocalService.createServiceComponent
(long serviceComponentId) Creates a new service component with the primary key.static ServiceComponent
ServiceComponentLocalServiceUtil.createServiceComponent
(long serviceComponentId) Creates a new service component with the primary key.ServiceComponentLocalServiceWrapper.createServiceComponent
(long serviceComponentId) Creates a new service component with the primary key.ServiceComponentLocalService.deleteServiceComponent
(long serviceComponentId) Deletes the service component with the primary key from the database.ServiceComponentLocalService.deleteServiceComponent
(ServiceComponent serviceComponent) Deletes the service component from the database.static ServiceComponent
ServiceComponentLocalServiceUtil.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.ServiceComponentLocalServiceWrapper.deleteServiceComponent
(long serviceComponentId) Deletes the service component with the primary key from the database.ServiceComponentLocalServiceWrapper.deleteServiceComponent
(ServiceComponent serviceComponent) Deletes the service component from the database.ServiceComponentLocalService.fetchServiceComponent
(long serviceComponentId) static ServiceComponent
ServiceComponentLocalServiceUtil.fetchServiceComponent
(long serviceComponentId) ServiceComponentLocalServiceWrapper.fetchServiceComponent
(long serviceComponentId) ServiceComponentLocalService.getServiceComponent
(long serviceComponentId) Returns the service component with the primary key.static ServiceComponent
ServiceComponentLocalServiceUtil.getServiceComponent
(long serviceComponentId) Returns the service component with the primary key.ServiceComponentLocalServiceWrapper.getServiceComponent
(long serviceComponentId) Returns the service component with the primary key.ServiceComponentLocalService.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) ServiceComponentLocalServiceWrapper.initServiceComponent
(ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate) ServiceComponentLocalService.updateServiceComponent
(ServiceComponent serviceComponent) Updates the service component in the database or adds it if it does not yet exist.static ServiceComponent
ServiceComponentLocalServiceUtil.updateServiceComponent
(ServiceComponent serviceComponent) Updates the service component in the database or adds it if it does not yet exist.ServiceComponentLocalServiceWrapper.updateServiceComponent
(ServiceComponent serviceComponent) Updates the service component in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type ServiceComponentModifier and TypeMethodDescriptionServiceComponentLocalService.getLatestServiceComponents()
static List<ServiceComponent>
ServiceComponentLocalServiceUtil.getLatestServiceComponents()
ServiceComponentLocalServiceWrapper.getLatestServiceComponents()
ServiceComponentLocalService.getServiceComponents
(int start, int end) Returns a range of all the service components.static List<ServiceComponent>
ServiceComponentLocalServiceUtil.getServiceComponents
(int start, int end) Returns a range of all the service components.ServiceComponentLocalServiceWrapper.getServiceComponents
(int start, int end) Returns a range of all the service components.Methods in com.liferay.portal.kernel.service with parameters of type ServiceComponentModifier and TypeMethodDescriptionServiceComponentLocalService.addServiceComponent
(ServiceComponent serviceComponent) Adds the service component to the database.static ServiceComponent
ServiceComponentLocalServiceUtil.addServiceComponent
(ServiceComponent serviceComponent) Adds the service component to the database.ServiceComponentLocalServiceWrapper.addServiceComponent
(ServiceComponent serviceComponent) Adds the service component to the database.ServiceComponentLocalService.deleteServiceComponent
(ServiceComponent serviceComponent) Deletes the service component from the database.static ServiceComponent
ServiceComponentLocalServiceUtil.deleteServiceComponent
(ServiceComponent serviceComponent) Deletes the service component from the database.ServiceComponentLocalServiceWrapper.deleteServiceComponent
(ServiceComponent serviceComponent) Deletes the service component from the database.ServiceComponentLocalService.updateServiceComponent
(ServiceComponent serviceComponent) Updates the service component in the database or adds it if it does not yet exist.static ServiceComponent
ServiceComponentLocalServiceUtil.updateServiceComponent
(ServiceComponent serviceComponent) Updates the service component in the database or adds it if it does not yet exist.ServiceComponentLocalServiceWrapper.updateServiceComponent
(ServiceComponent serviceComponent) Updates the service component in the database or adds it if it does not yet exist.void
ServiceComponentLocalService.upgradeDB
(ClassLoader classLoader, String buildNamespace, long buildNumber, ServiceComponent previousServiceComponent, String tablesSQL, String sequencesSQL, String indexesSQL) static void
ServiceComponentLocalServiceUtil.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) -
Uses of ServiceComponent in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return ServiceComponentModifier and TypeMethodDescriptionServiceComponentPersistence.create
(long serviceComponentId) Creates a new service component with the primary key.static ServiceComponent
ServiceComponentUtil.create
(long serviceComponentId) Creates a new service component with the primary key.ServiceComponentPersistence.fetchByBNS_BNU
(String buildNamespace, long buildNumber) Returns the service component where buildNamespace = ? and buildNumber = ? or returnsnull
if it could not be found.ServiceComponentPersistence.fetchByBNS_BNU
(String buildNamespace, long buildNumber, boolean useFinderCache) Returns the service component where buildNamespace = ? and buildNumber = ? or returnsnull
if it could not be found, optionally using the finder cache.static ServiceComponent
ServiceComponentUtil.fetchByBNS_BNU
(String buildNamespace, long buildNumber) Returns the service component where buildNamespace = ? and buildNumber = ? or returnsnull
if it could not be found.static ServiceComponent
ServiceComponentUtil.fetchByBNS_BNU
(String buildNamespace, long buildNumber, boolean useFinderCache) Returns the service component where buildNamespace = ? and buildNumber = ? or returnsnull
if it could not be found, optionally using the finder cache.ServiceComponentPersistence.fetchByBuildNamespace_First
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the first service component in the ordered set where buildNamespace = ?.static ServiceComponent
ServiceComponentUtil.fetchByBuildNamespace_First
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the first service component in the ordered set where buildNamespace = ?.ServiceComponentPersistence.fetchByBuildNamespace_Last
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the last 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 = ?.ServiceComponentPersistence.fetchByPrimaryKey
(long serviceComponentId) Returns the service component with the primary key or returnsnull
if it could not be found.static ServiceComponent
ServiceComponentUtil.fetchByPrimaryKey
(long serviceComponentId) Returns the service component with the primary key or returnsnull
if it could not be found.ServiceComponentPersistence.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.static ServiceComponent
ServiceComponentUtil.update
(ServiceComponent serviceComponent) static ServiceComponent
ServiceComponentUtil.update
(ServiceComponent serviceComponent, ServiceContext serviceContext) ServiceComponentPersistence.updateImpl
(ServiceComponent serviceComponent) static ServiceComponent
ServiceComponentUtil.updateImpl
(ServiceComponent serviceComponent) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type ServiceComponentModifier and TypeMethodDescriptionstatic Map<Serializable,
ServiceComponent> ServiceComponentUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) ServiceComponentPersistence.findAll()
Returns all the service components.ServiceComponentPersistence.findAll
(int start, int end) Returns a range of all the service components.ServiceComponentPersistence.findAll
(int start, int end, OrderByComparator<ServiceComponent> orderByComparator) Returns an ordered range of all the service components.ServiceComponentPersistence.findAll
(int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the service components.static List<ServiceComponent>
ServiceComponentUtil.findAll()
Returns all the service components.static List<ServiceComponent>
ServiceComponentUtil.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.static List<ServiceComponent>
ServiceComponentUtil.findAll
(int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the service components.ServiceComponentPersistence.findByBuildNamespace
(String buildNamespace) Returns all the service components where buildNamespace = ?.ServiceComponentPersistence.findByBuildNamespace
(String buildNamespace, int start, int end) Returns a range of all the service components where buildNamespace = ?.ServiceComponentPersistence.findByBuildNamespace
(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator) Returns an ordered range of all the service components where buildNamespace = ?.ServiceComponentPersistence.findByBuildNamespace
(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the service components where buildNamespace = ?.static List<ServiceComponent>
ServiceComponentUtil.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 = ?.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 = ?.static List<ServiceComponent>
ServiceComponentUtil.findByBuildNamespace
(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the service components where buildNamespace = ?.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) Methods in com.liferay.portal.kernel.service.persistence with parameters of type ServiceComponentModifier and TypeMethodDescriptionvoid
ServiceComponentPersistence.cacheResult
(ServiceComponent serviceComponent) Caches the service component in the entity cache if it is enabled.static void
ServiceComponentUtil.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) ServiceComponentPersistence.updateImpl
(ServiceComponent serviceComponent) static ServiceComponent
ServiceComponentUtil.updateImpl
(ServiceComponent serviceComponent) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type ServiceComponentModifier and TypeMethodDescriptionvoid
ServiceComponentPersistence.cacheResult
(List<ServiceComponent> serviceComponents) Caches the service components in the entity cache if it is enabled.static void
ServiceComponentUtil.cacheResult
(List<ServiceComponent> serviceComponents) Caches the service components in the entity cache if it is enabled.ServiceComponentPersistence.fetchByBuildNamespace_First
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the first service component in the ordered set where buildNamespace = ?.static ServiceComponent
ServiceComponentUtil.fetchByBuildNamespace_First
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the first service component in the ordered set where buildNamespace = ?.ServiceComponentPersistence.fetchByBuildNamespace_Last
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the last 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 = ?.ServiceComponentPersistence.findAll
(int start, int end, OrderByComparator<ServiceComponent> orderByComparator) Returns an ordered range of all the service components.ServiceComponentPersistence.findAll
(int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean useFinderCache) Returns an ordered 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.static List<ServiceComponent>
ServiceComponentUtil.findAll
(int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the service components.ServiceComponentPersistence.findByBuildNamespace
(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator) Returns an ordered range of all the service components where buildNamespace = ?.ServiceComponentPersistence.findByBuildNamespace
(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean useFinderCache) 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) 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 useFinderCache) Returns an ordered range of all the service components where buildNamespace = ?.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 = ?.static List<ServiceComponent>
ServiceComponentUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ServiceComponent> orderByComparator) -
Uses of ServiceComponent in com.liferay.portal.kernel.upgrade.util
Methods in com.liferay.portal.kernel.upgrade.util with parameters of type ServiceComponentModifier and TypeMethodDescriptionvoid
BaseUpgradeTableListener.onAfterUpdateTable
(ServiceComponent previousServiceComponent, UpgradeTable upgradeTable) void
UpgradeTableListener.onAfterUpdateTable
(ServiceComponent previousServiceComponent, UpgradeTable upgradeTable) void
BaseUpgradeTableListener.onBeforeUpdateTable
(ServiceComponent previousServiceComponent, UpgradeTable upgradeTable) void
UpgradeTableListener.onBeforeUpdateTable
(ServiceComponent previousServiceComponent, UpgradeTable upgradeTable)