Uses of Interface
org.adempiere.base.IDictionaryService
-
Packages that use IDictionaryService Package Description org.adempiere.base org.adempiere.pipo.srv org.adempiere.plugin.utils -
-
Uses of IDictionaryService in org.adempiere.base
Methods in org.adempiere.base that return IDictionaryService Modifier and Type Method Description static IDictionaryService
Core. getDictionaryService()
-
Uses of IDictionaryService in org.adempiere.pipo.srv
Classes in org.adempiere.pipo.srv that implement IDictionaryService Modifier and Type Class Description class
PipoDictionaryService
-
Uses of IDictionaryService in org.adempiere.plugin.utils
Fields in org.adempiere.plugin.utils declared as IDictionaryService Modifier and Type Field Description protected IDictionaryService
AbstractActivator. service
Fields in org.adempiere.plugin.utils with type parameters of type IDictionaryService Modifier and Type Field Description protected 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 IDictionaryService Modifier and Type Method Description IDictionaryService
AbstractActivator. addingService(org.osgi.framework.ServiceReference<IDictionaryService> reference)
Methods in org.adempiere.plugin.utils with parameters of type IDictionaryService Modifier and Type Method Description void
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 IDictionaryService Modifier and Type Method Description IDictionaryService
AbstractActivator. 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)
-