@Transactional(readOnly=true) public class ChartOfAccountsService extends org.egov.infstr.services.PersistenceService<org.egov.commons.CChartOfAccounts,Long>
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.admin.master.service.AppConfigValueService |
appConfigValuesService |
| Constructor and Description |
|---|
ChartOfAccountsService(Class<org.egov.commons.CChartOfAccounts> type) |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.commons.CChartOfAccounts> |
findOtherDeductionAccountCodesByGlcodeOrNameLike(String searchString,
String[] purposeNames) |
List<org.egov.commons.CChartOfAccounts> |
getAccountCodeByPurpose(Integer purposeId) |
List<org.egov.commons.CChartOfAccounts> |
getAccountCodeByPurposeName(String purposeName) |
List<org.egov.commons.CChartOfAccounts> |
getAccountTypes() |
List<org.egov.commons.CChartOfAccounts> |
getActiveCodeList() |
List<org.egov.commons.CChartOfAccounts> |
getAllAccountCodes(String glcode) |
List<org.egov.commons.CChartOfAccounts> |
getAllAccountCodesByIsactiveAndClassification() |
org.egov.commons.CChartOfAccounts |
getByGlCode(String glcode) |
org.egov.commons.CChartOfAccounts |
getByGlCodeDesc(String glcode) |
org.egov.commons.CChartOfAccounts |
getById(Long id) |
List<org.egov.commons.CChartOfAccounts> |
getNetPayableCodes() |
List<org.egov.commons.CChartOfAccounts> |
getNetPayableCodesByAccountDetailType(Integer accountDetailType) |
List<org.egov.commons.CChartOfAccounts> |
getSubledgerAccountCodesForAccountDetailTypeAndNonSubledgers(Integer accountDetailTypeId,
String glcode) |
void |
updateActiveForPostingByMaterializedPath(String materializedPath) |
addFilterCriteriaForObject, addIndexparams, applyAuditing, applyAuditing, create, delete, find, find, findAll, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findById, findByIdWithJoinFetch, findByNamedQuery, findPageBy, findPageByNamedQuery, getNamedQuery, getSession, getType, load, merge, persist, update, validate, validateModel@Autowired protected org.egov.infra.admin.master.service.AppConfigValueService appConfigValuesService
public ChartOfAccountsService(Class<org.egov.commons.CChartOfAccounts> type)
public List<org.egov.commons.CChartOfAccounts> getActiveCodeList()
@Transactional public void updateActiveForPostingByMaterializedPath(String materializedPath)
public List<org.egov.commons.CChartOfAccounts> getAccountCodeByPurposeName(String purposeName)
public List<org.egov.commons.CChartOfAccounts> findOtherDeductionAccountCodesByGlcodeOrNameLike(String searchString, String[] purposeNames)
public List<org.egov.commons.CChartOfAccounts> getSubledgerAccountCodesForAccountDetailTypeAndNonSubledgers(Integer accountDetailTypeId, String glcode)
public List<org.egov.commons.CChartOfAccounts> getAccountCodeByPurpose(Integer purposeId)
public List<org.egov.commons.CChartOfAccounts> getNetPayableCodesByAccountDetailType(Integer accountDetailType)
public List<org.egov.commons.CChartOfAccounts> getNetPayableCodes()
public List<org.egov.commons.CChartOfAccounts> getAccountTypes()
public org.egov.commons.CChartOfAccounts getByGlCodeDesc(String glcode)
public org.egov.commons.CChartOfAccounts getByGlCode(String glcode)
public org.egov.commons.CChartOfAccounts getById(Long id)
public List<org.egov.commons.CChartOfAccounts> getAllAccountCodesByIsactiveAndClassification()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.