Package org.adempiere.base
Interface IMappedDocumentFactory
-
- All Known Implementing Classes:
MappedDocumentFactory
public interface IMappedDocumentFactory- Author:
- hengsin
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIMappedDocumentFactory.Parameterparameter class for doc supplier
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddMapping(String gaap, String tableName, Function<IMappedDocumentFactory.Parameter,? extends Doc> supplier)add table name + gaap (optional) to Doc mappingvoidremoveMapping(String gaap, String tableName)
-
-
-
Method Detail
-
addMapping
void addMapping(String gaap, String tableName, Function<IMappedDocumentFactory.Parameter,? extends Doc> supplier)
add table name + gaap (optional) to Doc mapping- Parameters:
gaap- map to c_acctschema.gaap (optional)tableName-supplier-
-
-