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 class
IMappedDocumentFactory.Parameter
parameter class for doc supplier
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addMapping(String gaap, String tableName, Function<IMappedDocumentFactory.Parameter,? extends Doc> supplier)
add table name + gaap (optional) to Doc mappingvoid
removeMapping(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
-
-
-