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 IDictionaryServiceCore. getDictionaryService() -
Uses of IDictionaryService in org.adempiere.pipo.srv
Classes in org.adempiere.pipo.srv that implement IDictionaryService Modifier and Type Class Description classPipoDictionaryService -
Uses of IDictionaryService in org.adempiere.plugin.utils
Fields in org.adempiere.plugin.utils declared as IDictionaryService Modifier and Type Field Description protected IDictionaryServiceAbstractActivator. serviceFields 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. serviceTrackerprotected org.osgi.util.tracker.ServiceTracker<IDictionaryService,IDictionaryService>AbstractActivator. serviceTrackerMethods in org.adempiere.plugin.utils that return IDictionaryService Modifier and Type Method Description IDictionaryServiceAbstractActivator. addingService(org.osgi.framework.ServiceReference<IDictionaryService> reference)Methods in org.adempiere.plugin.utils with parameters of type IDictionaryService Modifier and Type Method Description voidAbstractActivator. modifiedService(org.osgi.framework.ServiceReference<IDictionaryService> reference, IDictionaryService service)voidAbstractActivator. 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 IDictionaryServiceAbstractActivator. addingService(org.osgi.framework.ServiceReference<IDictionaryService> reference)voidAbstractActivator. modifiedService(org.osgi.framework.ServiceReference<IDictionaryService> reference, IDictionaryService service)voidAbstractActivator. removedService(org.osgi.framework.ServiceReference<IDictionaryService> reference, IDictionaryService service)
-