Class FIN_MatchingTransaction
- java.lang.Object
-
- org.openbravo.advpaymentmngt.utility.FIN_MatchingTransaction
-
public class FIN_MatchingTransaction extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FIN_MatchingAlgorithm
algorithm
-
Constructor Summary
Constructors Constructor Description FIN_MatchingTransaction(String _algorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FIN_MatchedTransaction
match(FIN_BankStatementLine _bankstatementLine, List<FIN_FinaccTransaction> excluded)
void
unmatch(FIN_FinaccTransaction _transaction)
-
-
-
Field Detail
-
algorithm
protected FIN_MatchingAlgorithm algorithm
-
-
Constructor Detail
-
FIN_MatchingTransaction
public FIN_MatchingTransaction(String _algorithm) throws NoAlgorithmFoundException
- Throws:
NoAlgorithmFoundException
-
-
Method Detail
-
match
public FIN_MatchedTransaction match(FIN_BankStatementLine _bankstatementLine, List<FIN_FinaccTransaction> excluded) throws javax.servlet.ServletException, NoAlgorithmFoundException
- Throws:
javax.servlet.ServletException
NoAlgorithmFoundException
-
unmatch
public void unmatch(FIN_FinaccTransaction _transaction) throws javax.servlet.ServletException, NoAlgorithmFoundException
- Throws:
javax.servlet.ServletException
NoAlgorithmFoundException
-
-