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
Modifier and TypeMethodDescriptionnewBankStatementMatcherInstance
(String className) This class will be implemented in OSGi plugins.
-
Method Details
-
newBankStatementMatcherInstance
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:
- BankStatementMatcherInterface instance
-