Package org.openbravo.advpaymentmngt.dao
Class TransactionsDao
- java.lang.Object
-
- org.openbravo.advpaymentmngt.dao.TransactionsDao
-
public class TransactionsDao extends Object
-
-
Constructor Summary
Constructors Constructor Description TransactionsDao()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FIN_FinaccTransaction
createFinAccTransaction(FIN_Payment payment)
static BigDecimal
getCurrentlyClearedAmt(String strAccountId)
static FIN_Reconciliation
getLastReconciliation(FIN_FinancialAccount account, String isProcessed)
static Long
getTransactionMaxLineNo(FIN_FinancialAccount financialAccount)
static FieldProvider[]
getTransactionsFiltered(FIN_FinancialAccount account, Date statementDate, boolean hideAfterDate)
static void
updateAccountingDate(FIN_FinaccTransaction transaction)
-
-
-
Method Detail
-
createFinAccTransaction
public static FIN_FinaccTransaction createFinAccTransaction(FIN_Payment payment)
-
getTransactionMaxLineNo
public static Long getTransactionMaxLineNo(FIN_FinancialAccount financialAccount)
-
getLastReconciliation
public static FIN_Reconciliation getLastReconciliation(FIN_FinancialAccount account, String isProcessed)
-
updateAccountingDate
public static void updateAccountingDate(FIN_FinaccTransaction transaction)
-
getTransactionsFiltered
public static FieldProvider[] getTransactionsFiltered(FIN_FinancialAccount account, Date statementDate, boolean hideAfterDate)
-
getCurrentlyClearedAmt
public static BigDecimal getCurrentlyClearedAmt(String strAccountId)
-
-