Package org.adempiere.pipo.srv
Class PipoDictionaryService
- java.lang.Object
-
- org.adempiere.pipo.srv.PipoDictionaryService
-
- All Implemented Interfaces:
IDictionaryService
public class PipoDictionaryService extends Object implements IDictionaryService
-
-
Constructor Summary
Constructors Constructor Description PipoDictionaryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X_AD_Package_Imp_Proc
getAD_Package_Imp_Proc()
void
merge(org.osgi.framework.BundleContext context, File packageFile)
-
-
-
Method Detail
-
merge
public void merge(org.osgi.framework.BundleContext context, File packageFile) throws Exception
- Specified by:
merge
in interfaceIDictionaryService
- Throws:
Exception
-
getAD_Package_Imp_Proc
public X_AD_Package_Imp_Proc getAD_Package_Imp_Proc()
- Specified by:
getAD_Package_Imp_Proc
in interfaceIDictionaryService
-
-