Package org.adempiere.base
Interface IBankStatementMatcherFactory
-
public interface IBankStatementMatcherFactory
Factory Interface for plugins to connect to the iDempiere core and provide a way to match Bank statements- Author:
- tsvikruha, inspired by tbayen IBankStatementLoaderFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BankStatementMatcherInterface
newBankStatementMatcherInstance(String className)
This class will be implemented in OSGi plugins.
-
-
-
Method Detail
-
newBankStatementMatcherInstance
BankStatementMatcherInterface newBankStatementMatcherInstance(String className)
This class will be implemented in OSGi plugins. Every plugin that provides this service may or may not provide an BankStatementMatcher depending on the given classname. By convention this classname is the fully qualified classname of the Loader class you want to use.- Parameters:
className
-- Returns:
- BankStatementMatcher instance
-
-