Uses of Interface
org.adempiere.base.IServiceHolder
Packages that use IServiceHolder
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 IServiceHolder in org.adempiere.base
Methods in org.adempiere.base that return IServiceHolderModifier and TypeMethodDescription<T> IServiceHolder<T>
Locate matching service by type (order by service.ranking priority)<T> IServiceHolder<T>
IServiceLocator.locate
(Class<T> type, String componentName, ServiceQuery query) Locate matching service by component name and query expression<T> IServiceHolder<T>
IServiceLocator.locate
(Class<T> type, ServiceQuery query) Locate matching service by type and query expression -
Uses of IServiceHolder in org.adempiere.base.ds
Classes in org.adempiere.base.ds that implement IServiceHolderMethods in org.adempiere.base.ds that return IServiceHolderModifier and TypeMethodDescription<T> IServiceHolder<T>
<T> IServiceHolder<T>
DynamicServiceLocator.locate
(Class<T> type, String serviceId, ServiceQuery query) <T> IServiceHolder<T>
DynamicServiceLocator.locate
(Class<T> type, ServiceQuery query) -
Uses of IServiceHolder in org.adempiere.webui.action
Methods in org.adempiere.webui.action that return IServiceHolder