|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.process.SvrProcess
org.compiere.report.FinBalance
public class FinBalance
Financial Balance Maintenance Engine
| Field Summary | |
|---|---|
protected static CLogger |
s_log
Logger |
| Fields inherited from class org.compiere.process.SvrProcess |
|---|
log, MSG_InvalidArguments, MSG_SaveErrorRowNotFound |
| Constructor Summary | |
|---|---|
FinBalance()
Financial Report Constructor |
|
| Method Summary | |
|---|---|
static String |
deleteBalance(int C_AcctSchema_ID)
Delete Balances |
protected String |
doIt()
Perform process. |
static void |
main(String[] args)
Test |
protected void |
prepare()
Prepare - e.g., get Parameters. |
static String |
updateBalance(int C_AcctSchema_ID,
boolean deleteFirst)
Update / Create Balances. |
static String |
updateBalanceClient(Ctx ctx,
int AD_Client_ID,
boolean deleteFirst)
Update Balance of Client |
| Methods inherited from class org.compiere.process.SvrProcess |
|---|
addLog, addLog, commit, doIt, get_Trx, get_TrxName, getAD_Client_ID, getAD_PInstance_ID, getAD_User_ID, getCtx, getName, getParameter, getProcessInfo, getRecord_ID, getTable_ID, isLocked, lockObject, rollback, startProcess, unlockObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final CLogger s_log
| Constructor Detail |
|---|
public FinBalance()
| Method Detail |
|---|
protected void prepare()
prepare in class SvrProcess
protected String doIt()
throws Exception
doIt in class SvrProcessExceptionpublic static String deleteBalance(int C_AcctSchema_ID)
C_AcctSchema_ID - accounting schema 0 for all
public static String updateBalance(int C_AcctSchema_ID,
boolean deleteFirst)
C_AcctSchema_ID - accounting schemadeleteFirst - delete (all) balances first
public static String updateBalanceClient(Ctx ctx,
int AD_Client_ID,
boolean deleteFirst)
ctx - contextAD_Client_ID - clientdeleteFirst - delete first
public static void main(String[] args)
args - ignored
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||