@Transactional(readOnly=true) public class GeneralLedger extends Object
| Constructor and Description |
|---|
GeneralLedger() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAccountDetail() |
String |
getCreditAmount() |
String |
getDebitAmount() |
String |
getDescription() |
String |
getEffectiveDate() |
String |
getFunctionId() |
String |
getGlCode() |
String |
getGlCodeId() |
int |
getId() |
HashMap |
getRecoveryForSubLedger(Integer ACCOUNTDETAILTYPE,
Integer ACCOUNTDETAILKEY,
Integer FUND,
Date date,
int status)
Function to get all the recoveries for a particular fund
|
HashMap |
getRecoveryForSubLedgerNotInFund(Integer ACCOUNTDETAILTYPE,
Integer ACCOUNTDETAILKEY,
Integer FUND,
Date date,
int status)
Function to get all the recoveries not in fund
|
String |
getVoucherHeaderId() |
String |
getVoucherLineId() |
void |
insert() |
void |
newUpdate() |
void |
setAccountDetail(String[] accountDetail) |
void |
setAccountDetailSize(int length) |
void |
setCreditAmount(String creditAmount) |
void |
setDebitAmount(String debitAmount) |
void |
setDescription(String description) |
void |
setEffectiveDate(String effectiveDate) |
void |
setFunctionId(String functionId) |
void |
setGlCode(String glCode) |
void |
setGlCodeId(String glCodeId) |
void |
setId(String aId) |
void |
setVoucherHeaderId(String voucherHeaderId) |
void |
setVoucherLineId(String voucherLineId) |
void |
update()
Fucntion for update generalledger
|
public void setId(String aId)
public void setAccountDetailSize(int length)
public int getId()
@Transactional
public void insert()
throws SQLException,
TaskFailedException
SQLExceptionTaskFailedException@Transactional
public void update()
throws SQLException,
TaskFailedException
connection - SQLExceptionTaskFailedExceptionpublic void newUpdate()
throws TaskFailedException,
SQLException
TaskFailedExceptionSQLExceptionpublic HashMap getRecoveryForSubLedgerNotInFund(Integer ACCOUNTDETAILTYPE, Integer ACCOUNTDETAILKEY, Integer FUND, Date date, int status) throws SQLException, TaskFailedException
ACCOUNTDETAILTYPE - ACCOUNTDETAILKEY - FUND - date - status - SQLExceptionTaskFailedExceptionpublic HashMap getRecoveryForSubLedger(Integer ACCOUNTDETAILTYPE, Integer ACCOUNTDETAILKEY, Integer FUND, Date date, int status) throws SQLException, TaskFailedException
ACCOUNTDETAILTYPE - ACCOUNTDETAILKEY - FUND - date - status - SQLExceptionTaskFailedExceptionpublic String getVoucherLineId()
public void setVoucherLineId(String voucherLineId)
public String getEffectiveDate()
public void setEffectiveDate(String effectiveDate)
public String getGlCodeId()
public void setGlCodeId(String glCodeId)
public String getGlCode()
public void setGlCode(String glCode)
public String getDebitAmount()
public void setDebitAmount(String debitAmount)
public String getCreditAmount()
public void setCreditAmount(String creditAmount)
public String[] getAccountDetail()
public void setAccountDetail(String[] accountDetail)
public String getDescription()
public void setDescription(String description)
public String getVoucherHeaderId()
public void setVoucherHeaderId(String voucherHeaderId)
public String getFunctionId()
public void setFunctionId(String functionId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.