Package org.openbravo.advpaymentmngt
Interface FundsTransferPostProcessHook
-
public interface FundsTransferPostProcessHook
Interface to be used to extend the Funds Transfer functionality.- Author:
- Daniel Martins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
exec(List<FIN_FinaccTransaction> transactions)
Method to implement in extension classes.
-
-
-
Method Detail
-
exec
void exec(List<FIN_FinaccTransaction> transactions) throws Exception
Method to implement in extension classes. This method will be called to extend functionality.- Parameters:
transactions
- A list of all transactions created by Funds Transfer- Throws:
Exception
-
-