Uses of Class
org.adempiere.base.ServiceQuery
-
Packages that use ServiceQuery Package Description org.adempiere.base org.adempiere.base.ds org.adempiere.base.equinox org.compiere.model Provides for.... -
-
Uses of ServiceQuery in org.adempiere.base
Methods in org.adempiere.base with parameters of type ServiceQuery Modifier and Type Method Description <T> IServicesHolder<T>
IServiceLocator. list(Class<T> type, String componentName, ServiceQuery query)
<T> IServicesHolder<T>
IServiceLocator. list(Class<T> type, ServiceQuery query)
<T> IServiceHolder<T>
IServiceLocator. locate(Class<T> type, String componentName, ServiceQuery query)
<T> IServiceHolder<T>
IServiceLocator. locate(Class<T> type, ServiceQuery query)
-
Uses of ServiceQuery in org.adempiere.base.ds
Methods in org.adempiere.base.ds with parameters of type ServiceQuery Modifier and Type Method Description <T> IServicesHolder<T>
DynamicServiceLocator. list(Class<T> type, String serviceId, ServiceQuery query)
<T> IServicesHolder<T>
DynamicServiceLocator. list(Class<T> type, ServiceQuery query)
<T> IServiceHolder<T>
DynamicServiceLocator. locate(Class<T> type, String serviceId, ServiceQuery query)
<T> IServiceHolder<T>
DynamicServiceLocator. locate(Class<T> type, ServiceQuery query)
-
Uses of ServiceQuery in org.adempiere.base.equinox
Methods in org.adempiere.base.equinox with parameters of type ServiceQuery Modifier and Type Method Description <T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator. list(Class<T> type, String extensionPointId, String extensionId, ServiceQuery query)
<T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator. list(Class<T> type, String extensionId, ServiceQuery query)
<T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator. list(Class<T> type, ServiceQuery query)
<T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator. locate(Class<T> type, String extensionPointId, String extensionId, ServiceQuery query)
<T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator. locate(Class<T> type, String extensionId, ServiceQuery query)
<T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator. locate(Class<T> type, ServiceQuery query)
Constructors in org.adempiere.base.equinox with parameters of type ServiceQuery Constructor Description ExtensionList(Class<T> type, String extensionPointId, String extensionId, ServiceQuery query)
-
Uses of ServiceQuery in org.compiere.model
Methods in org.compiere.model with parameters of type ServiceQuery Modifier and Type Method Description static IArchiveStore
MStorageProvider. getArchiveStoreService(ServiceQuery query)
static IAttachmentStore
MStorageProvider. getAttachmentStoreService(ServiceQuery query)
static IImageStore
MStorageProvider. getImageStoreService(ServiceQuery query)
static IMFAMechanism
MMFAMethod. getMFAMechanismService(ServiceQuery query)
-