@Transactional(readOnly=true) @Service public class ChartOfAccounts extends Object
| Constructor and Description |
|---|
ChartOfAccounts() |
| Modifier and Type | Method and Description |
|---|---|
HashMap |
getAccountDetailType() |
String |
getFiscalYearID(String voucherDate,
Connection con,
DataCollection dc) |
HashMap |
getGlAccountCodes() |
HashMap |
getGlAccountIds() |
String |
getGLCode(String detailName,
String detailKey,
Connection con) |
static ChartOfAccounts |
getInstance()
Deprecated.
|
boolean |
isClosedForPosting(String date) |
void |
loadAccountData() |
boolean |
postTransaxtions(Transaxtion[] txnList,
String vDate) |
void |
test() |
boolean |
validateGLCode(Transaxtion txn) |
@Deprecated public static ChartOfAccounts getInstance() throws TaskFailedException
TaskFailedExceptionpublic void loadAccountData()
throws TaskFailedException
TaskFailedExceptionpublic boolean validateGLCode(Transaxtion txn) throws Exception
Exception@Transactional public boolean postTransaxtions(Transaxtion[] txnList, String vDate) throws Exception, org.egov.infra.validation.exception.ValidationException
Exceptionorg.egov.infra.validation.exception.ValidationExceptionpublic String getGLCode(String detailName, String detailKey, Connection con) throws TaskFailedException
TaskFailedExceptionpublic String getFiscalYearID(String voucherDate, Connection con, DataCollection dc)
public void test()
throws TaskFailedException
TaskFailedExceptionpublic HashMap getAccountDetailType()
public HashMap getGlAccountCodes()
public HashMap getGlAccountIds()
public boolean isClosedForPosting(String date) throws TaskFailedException
TaskFailedExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.