|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_BankStatement
org.compiere.model.MBankStatement
public class MBankStatement
Bank Statement Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MBankStatement(Ctx ctx,
int C_BankStatement_ID,
String trxName)
Standard Constructor |
|
MBankStatement(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MBankStatement(MBankAccount account)
Create a new Bank Statement |
|
MBankStatement(MBankAccount account,
boolean isManual)
Parent Constructor |
|
| Method Summary | |
|---|---|
void |
addDescription(String description)
Add to Description |
boolean |
approveIt()
Approve Document |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
boolean |
closeIt()
Close Document. |
String |
completeIt()
Complete Document |
File |
createPDF()
Create PDF |
File |
createPDF(File file)
Create PDF file |
BigDecimal |
getApprovalAmt()
Get Document Approval Amount. |
MBankAccount |
getBankAccount()
Get Bank Account |
int |
getC_Currency_ID()
Get Document Currency |
int |
getDoc_User_ID()
Get Document Owner (Responsible) |
String |
getDocumentInfo()
Get Document Info |
String |
getDocumentNo()
Get Document No |
MBankStatementLine[] |
getLines(boolean requery)
Get Bank Statement Lines |
String |
getProcessMsg()
Get Process Message |
String |
getSummary()
Get Summary |
boolean |
invalidateIt()
Invalidate Document |
String |
prepareIt()
Prepare Document |
boolean |
processIt(String processAction)
Process document |
boolean |
reActivateIt()
Re-activate |
boolean |
rejectIt()
Reject Approval |
boolean |
reverseAccrualIt()
Reverse Accrual |
boolean |
reverseCorrectIt()
Reverse Correction |
void |
setAD_Org_ID(String oldAD_Org_ID,
String newAD_Org_ID,
int windowNo)
Set Org - Callout |
void |
setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account |
void |
setC_BankAccount_ID(String oldC_BankAccount_ID,
String newC_BankAccount_ID,
int windowNo)
Set Bank Account - Callout |
void |
setProcessed(boolean processed)
Set Processed. |
boolean |
unlockIt()
Unlock Document. |
boolean |
voidIt()
Void Document. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.process.DocAction |
|---|
get_ID, get_Logger, get_Table_ID, get_TrxName, getAD_Client_ID, getAD_Org_ID, getCtx, getDocAction, getDocStatus, save, setDocStatus |
| Constructor Detail |
|---|
public MBankStatement(Ctx ctx,
int C_BankStatement_ID,
String trxName)
ctx - contextC_BankStatement_ID - idtrxName - transaction
public MBankStatement(Ctx ctx,
ResultSet rs,
String trxName)
ctx - Current contextrs - result settrxName - transaction
public MBankStatement(MBankAccount account,
boolean isManual)
account - Bank AccountisManual - Manual statementpublic MBankStatement(MBankAccount account)
account - Bank Account| Method Detail |
|---|
public MBankStatementLine[] getLines(boolean requery)
requery - requery
public void addDescription(String description)
description - textpublic void setProcessed(boolean processed)
setProcessed in class X_C_BankStatementprocessed - processed
@UICallout
public void setAD_Org_ID(String oldAD_Org_ID,
String newAD_Org_ID,
int windowNo)
throws Exception
oldAD_Org_ID - old orgnewAD_Org_ID - new orgwindowNo - window no
Exceptionpublic MBankAccount getBankAccount()
public void setC_BankAccount_ID(int C_BankAccount_ID)
setC_BankAccount_ID in class X_C_BankStatementC_BankAccount_ID - bank Account
@UICallout
public void setC_BankAccount_ID(String oldC_BankAccount_ID,
String newC_BankAccount_ID,
int windowNo)
throws Exception
oldC_BankAccount_ID - old BanknewC_BankAccount_ID - new BankwindowNo - window no
Exceptionpublic String getDocumentNo()
getDocumentNo in interface DocActionpublic String getDocumentInfo()
getDocumentInfo in interface DocActionpublic File createPDF()
createPDF in interface DocActionpublic File createPDF(File file)
file - output file
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
public boolean processIt(String processAction)
processIt in interface DocActionprocessAction - document action
public boolean unlockIt()
unlockIt in interface DocActionpublic boolean invalidateIt()
invalidateIt in interface DocActionpublic String prepareIt()
prepareIt in interface DocActionpublic boolean approveIt()
approveIt in interface DocActionpublic boolean rejectIt()
rejectIt in interface DocActionpublic String completeIt()
completeIt in interface DocActionpublic boolean voidIt()
voidIt in interface DocActionpublic boolean closeIt()
closeIt in interface DocActionpublic boolean reverseCorrectIt()
reverseCorrectIt in interface DocActionpublic boolean reverseAccrualIt()
reverseAccrualIt in interface DocActionpublic boolean reActivateIt()
reActivateIt in interface DocActionpublic String getSummary()
getSummary in interface DocActionpublic String getProcessMsg()
getProcessMsg in interface DocActionpublic int getDoc_User_ID()
getDoc_User_ID in interface DocActionpublic BigDecimal getApprovalAmt()
getApprovalAmt in interface DocActionpublic int getC_Currency_ID()
getC_Currency_ID in interface DocAction
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||