Uses of Interface
org.adempiere.base.IDictionaryService
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
-
Uses of IDictionaryService in org.adempiere.base
-
Uses of IDictionaryService in org.adempiere.pipo.srv
-
Uses of IDictionaryService in org.adempiere.plugin.utils
Modifier and TypeFieldDescriptionprotected org.osgi.util.tracker.ServiceTracker<IDictionaryService,
IDictionaryService> AbstractActivator.serviceTracker
protected org.osgi.util.tracker.ServiceTracker<IDictionaryService,
IDictionaryService> AbstractActivator.serviceTracker
Modifier and TypeMethodDescriptionAbstractActivator.addingService
(org.osgi.framework.ServiceReference<IDictionaryService> reference) Modifier and TypeMethodDescriptionvoid
AbstractActivator.modifiedService
(org.osgi.framework.ServiceReference<IDictionaryService> reference, IDictionaryService service) void
AbstractActivator.removedService
(org.osgi.framework.ServiceReference<IDictionaryService> reference, IDictionaryService service) Modifier and TypeMethodDescriptionAbstractActivator.addingService
(org.osgi.framework.ServiceReference<IDictionaryService> reference) void
AbstractActivator.modifiedService
(org.osgi.framework.ServiceReference<IDictionaryService> reference, IDictionaryService service) void
AbstractActivator.removedService
(org.osgi.framework.ServiceReference<IDictionaryService> reference, IDictionaryService service)