Uses of Interface
org.adempiere.base.IDictionaryService
Packages that use IDictionaryService
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
-
Uses of IDictionaryService in org.adempiere.base
Methods in org.adempiere.base that return IDictionaryService -
Uses of IDictionaryService in org.adempiere.pipo.srv
Classes in org.adempiere.pipo.srv that implement IDictionaryService -
Uses of IDictionaryService in org.adempiere.plugin.utils
Fields in org.adempiere.plugin.utils declared as IDictionaryServiceFields in org.adempiere.plugin.utils with type parameters of type IDictionaryServiceModifier and TypeFieldDescriptionprotected org.osgi.util.tracker.ServiceTracker<IDictionaryService,
IDictionaryService> AbstractActivator.serviceTracker
protected org.osgi.util.tracker.ServiceTracker<IDictionaryService,
IDictionaryService> AbstractActivator.serviceTracker
Methods in org.adempiere.plugin.utils that return IDictionaryServiceModifier and TypeMethodDescriptionAbstractActivator.addingService
(org.osgi.framework.ServiceReference<IDictionaryService> reference) Methods in org.adempiere.plugin.utils with parameters of type IDictionaryServiceModifier and TypeMethodDescriptionvoid
AbstractActivator.modifiedService
(org.osgi.framework.ServiceReference<IDictionaryService> reference, IDictionaryService service) void
AbstractActivator.removedService
(org.osgi.framework.ServiceReference<IDictionaryService> reference, IDictionaryService service) Method parameters in org.adempiere.plugin.utils with type arguments of type IDictionaryServiceModifier 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)