Uses of Class
org.adempiere.base.IMappedDocumentFactory.Parameter
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
-
Uses of IMappedDocumentFactory.Parameter in org.adempiere.base
Modifier and TypeMethodDescriptionvoid
IMappedDocumentFactory.addMapping
(String gaap, String tableName, Function<IMappedDocumentFactory.Parameter, ? extends Doc> supplier) add table name + gaap (optional) to Doc mappingvoid
MappedDocumentFactory.addMapping
(String gaap, String tableName, Function<IMappedDocumentFactory.Parameter, ? extends Doc> supplier)