Package org.openbravo.erpCommon.ad_forms
Class DocFINBankStatementTemplate
- java.lang.Object
-
- org.openbravo.erpCommon.ad_forms.DocFINBankStatementTemplate
-
public abstract class DocFINBankStatementTemplate extends Object
-
-
Constructor Summary
Constructors Constructor Description DocFINBankStatementTemplate()
Constructor
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Fact
createFact(DocFINBankStatement docBST, AcctSchema as, ConnectionProvider conn, Connection con, VariablesSecureApp vars)
Create Facts (the accounting logic) forString
getServletInfo()
-
-
-
Method Detail
-
createFact
public abstract Fact createFact(DocFINBankStatement docBST, AcctSchema as, ConnectionProvider conn, Connection con, VariablesSecureApp vars) throws javax.servlet.ServletException
Create Facts (the accounting logic) for- Parameters:
as
- accounting schema- Returns:
- Fact
- Throws:
javax.servlet.ServletException
-
getServletInfo
public String getServletInfo()
-
-