Class StandardMatchingAlgorithm
- java.lang.Object
-
- org.openbravo.advpaymentmngt.algorithm.StandardMatchingAlgorithm
-
- All Implemented Interfaces:
FIN_MatchingAlgorithm
public class StandardMatchingAlgorithm extends Object implements FIN_MatchingAlgorithm
-
-
Constructor Summary
Constructors Constructor Description StandardMatchingAlgorithm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FIN_MatchedTransaction
match(FIN_BankStatementLine line, List<FIN_FinaccTransaction> excluded)
void
unmatch(FIN_FinaccTransaction _transaction)
-
-
-
Method Detail
-
match
public FIN_MatchedTransaction match(FIN_BankStatementLine line, List<FIN_FinaccTransaction> excluded) throws javax.servlet.ServletException
- Specified by:
match
in interfaceFIN_MatchingAlgorithm
- Throws:
javax.servlet.ServletException
-
unmatch
public void unmatch(FIN_FinaccTransaction _transaction) throws javax.servlet.ServletException
- Specified by:
unmatch
in interfaceFIN_MatchingAlgorithm
- Throws:
javax.servlet.ServletException
-
-