public interface ChartOfAccountsDAO
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.CChartOfAccounts |
create(org.egov.commons.CChartOfAccounts entity) |
void |
delete(org.egov.commons.CChartOfAccounts entity) |
List<org.egov.commons.CChartOfAccounts> |
findAll() |
List<org.egov.commons.CChartOfAccounts> |
findByGlcodeLikeIgnoreCaseAndClassification(String string,
Long classification) |
List<org.egov.commons.CChartOfAccounts> |
findByGlcodeLikeIgnoreCaseAndClassificationAndMajorCode(String string,
Long classification,
String majorCode) |
org.egov.commons.CChartOfAccounts |
findById(Number id,
boolean lock) |
List<org.egov.commons.CChartOfAccounts> |
findByMajorCodeAndClassification(String majorCode,
Long classification) |
List<org.egov.commons.CChartOfAccounts> |
findByType(Character type) |
org.egov.commons.CChartOfAccounts |
findCodeByPurposeId(int purposeId)
Deprecated.
|
List<org.egov.commons.CChartOfAccounts> |
getAccountCodeByListOfPurposeId(Integer[] purposeId) |
List<org.egov.commons.CChartOfAccounts> |
getAccountCodeByListOfPurposeName(String[] purposeId) |
List<org.egov.commons.CChartOfAccounts> |
getAccountCodeByPurpose(Integer purposeId) |
List<org.egov.commons.CChartOfAccounts> |
getAccountCodeByPurposeName(String purposeId) |
Collection |
getAccountCodeListForDetails()
Deprecated.
|
List<org.egov.commons.CChartOfAccounts> |
getAccountCodesListForBankEntries() |
org.egov.commons.Accountdetailtype |
getAccountDetailTypeIdByName(String glCode,
String name) |
List<org.egov.commons.Accountdetailtype> |
getAccountdetailtypeListByGLCode(String glCode) |
List<org.egov.commons.CChartOfAccounts> |
getActiveAccountsForType(char c) |
List<org.egov.commons.CChartOfAccounts> |
getActiveAccountsForTypes(char[] type) |
List<org.egov.commons.CChartOfAccounts> |
getBankChartofAccountCodeList() |
List<org.egov.commons.CChartOfAccounts> |
getBySubLedgerCode(String subLedgerCode) |
org.egov.commons.CChartOfAccounts |
getCChartOfAccountsByGlCode(String glCode) |
List |
getChartOfAccountsForTds()
Deprecated.
|
List<org.egov.commons.CChartOfAccounts> |
getDetailedAccountCodeList() |
int |
getDetailTypeId(String glCode,
Connection connection)
Deprecated.
|
int |
getDetailTypeIdByName(String glCode,
Connection connection,
String name)
Deprecated.
|
List<org.egov.commons.CChartOfAccounts> |
getForRecovery() |
List |
getGlcode(String minGlcode,
String maxGlcode,
String majGlcode) |
List<org.egov.commons.CChartOfAccounts> |
getListOfDetailCode(String glCode) |
List<org.egov.commons.CChartOfAccounts> |
getNonControlCodeList() |
org.egov.commons.CChartOfAccounts |
update(org.egov.commons.CChartOfAccounts entity) |
@Deprecated Collection getAccountCodeListForDetails()
@Deprecated org.egov.commons.CChartOfAccounts findCodeByPurposeId(int purposeId) throws Exception
Exceptionorg.egov.commons.CChartOfAccounts getCChartOfAccountsByGlCode(String glCode)
@Deprecated List getChartOfAccountsForTds()
@Deprecated int getDetailTypeId(String glCode, Connection connection) throws Exception
Exception@Deprecated int getDetailTypeIdByName(String glCode, Connection connection, String name) throws Exception
ExceptionList getGlcode(String minGlcode, String maxGlcode, String majGlcode) throws Exception
ExceptionList<org.egov.commons.CChartOfAccounts> getActiveAccountsForType(char c) throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionList<org.egov.commons.CChartOfAccounts> getAccountCodeByPurpose(Integer purposeId) throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionList<org.egov.commons.CChartOfAccounts> getNonControlCodeList() throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionList<org.egov.commons.Accountdetailtype> getAccountdetailtypeListByGLCode(String glCode) throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionorg.egov.commons.Accountdetailtype getAccountDetailTypeIdByName(String glCode, String name) throws Exception
ExceptionList<org.egov.commons.CChartOfAccounts> getDetailedAccountCodeList() throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionList<org.egov.commons.CChartOfAccounts> getActiveAccountsForTypes(char[] type) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionList<org.egov.commons.CChartOfAccounts> getAccountCodeByListOfPurposeId(Integer[] purposeId) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionList<org.egov.commons.CChartOfAccounts> getListOfDetailCode(String glCode) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionList<org.egov.commons.CChartOfAccounts> getBankChartofAccountCodeList()
List<org.egov.commons.CChartOfAccounts> findByMajorCodeAndClassification(String majorCode, Long classification)
List<org.egov.commons.CChartOfAccounts> findByGlcodeLikeIgnoreCaseAndClassificationAndMajorCode(String string, Long classification, String majorCode)
List<org.egov.commons.CChartOfAccounts> findByGlcodeLikeIgnoreCaseAndClassification(String string, Long classification)
List<org.egov.commons.CChartOfAccounts> getForRecovery()
org.egov.commons.CChartOfAccounts findById(Number id, boolean lock)
List<org.egov.commons.CChartOfAccounts> findAll()
org.egov.commons.CChartOfAccounts create(org.egov.commons.CChartOfAccounts entity)
org.egov.commons.CChartOfAccounts update(org.egov.commons.CChartOfAccounts entity)
void delete(org.egov.commons.CChartOfAccounts entity)
List<org.egov.commons.CChartOfAccounts> getAccountCodeByPurposeName(String purposeId) throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionList<org.egov.commons.CChartOfAccounts> getAccountCodeByListOfPurposeName(String[] purposeId) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionList<org.egov.commons.CChartOfAccounts> getAccountCodesListForBankEntries()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.