Uses of Interface
org.adempiere.base.IServiceHolder
-
Packages that use IServiceHolder Package Description org.adempiere.base org.adempiere.base.ds org.adempiere.webui.action -
-
Uses of IServiceHolder in org.adempiere.base
Methods in org.adempiere.base that return IServiceHolder Modifier and Type Method Description <T> IServiceHolder<T>
IServiceLocator. locate(Class<T> type)
<T> IServiceHolder<T>
IServiceLocator. locate(Class<T> type, String componentName, ServiceQuery query)
<T> IServiceHolder<T>
IServiceLocator. locate(Class<T> type, ServiceQuery query)
-
Uses of IServiceHolder in org.adempiere.base.ds
Classes in org.adempiere.base.ds that implement IServiceHolder Modifier and Type Class Description class
DynamicServiceHolder<T>
Methods in org.adempiere.base.ds that return IServiceHolder Modifier and Type Method Description <T> IServiceHolder<T>
DynamicServiceLocator. locate(Class<T> type)
<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 Modifier and Type Method Description static IServiceHolder<IAction>
Actions. getAction(String actionId)
-