Uses of Interface
org.adempiere.base.IServicesHolder
Packages that use IServicesHolder
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
Provide service discovery implementation for OSGi declarative service.
-
Uses of IServicesHolder in org.adempiere.base
Methods in org.adempiere.base that return IServicesHolderModifier and TypeMethodDescription<T> IServicesHolder<T>
Find all matching services by type<T> IServicesHolder<T>
IServiceLocator.list
(Class<T> type, String componentName, ServiceQuery query) Find all matching services by component name and query expression<T> IServicesHolder<T>
IServiceLocator.list
(Class<T> type, ServiceQuery query) Find all matching services by type and query expression -
Uses of IServicesHolder in org.adempiere.base.ds
Classes in org.adempiere.base.ds that implement IServicesHolderMethods in org.adempiere.base.ds that return IServicesHolderModifier and TypeMethodDescription<T> IServicesHolder<T>
<T> IServicesHolder<T>
DynamicServiceLocator.list
(Class<T> type, String serviceId, ServiceQuery query) <T> IServicesHolder<T>
DynamicServiceLocator.list
(Class<T> type, ServiceQuery query)