public interface BudgetGroupDAO
| Modifier and Type | Method and Description |
|---|---|
BudgetGroup |
create(BudgetGroup entity) |
void |
delete(BudgetGroup entity) |
List<BudgetGroup> |
findAll() |
BudgetGroup |
findById(Number id,
boolean lock) |
List<BudgetGroup> |
getBudgetGroupList() |
List<BudgetGroup> |
getBudgetGroupsByFundFunctionDeptAndAccountType(Integer fund,
Long dept,
Long function,
String accountType) |
List<BudgetGroup> |
getBudgetHeadByCOAandFunction(String functionCode,
List<org.egov.commons.CChartOfAccounts> chartOfAccountsList) |
List<BudgetGroup> |
getBudgetHeadByDateAndFunction(String functionCode,
Date date) |
List<BudgetGroup> |
getBudgetHeadByFunction(String string) |
BudgetGroup |
getBudgetHeadById(Long id) |
BudgetGroup |
update(BudgetGroup entity) |
List<BudgetGroup> getBudgetGroupList() throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionList<BudgetGroup> getBudgetHeadByDateAndFunction(String functionCode, Date date) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionBudgetGroup getBudgetHeadById(Long id) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionList<BudgetGroup> getBudgetHeadByFunction(String string)
List<BudgetGroup> getBudgetHeadByCOAandFunction(String functionCode, List<org.egov.commons.CChartOfAccounts> chartOfAccountsList) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionBudgetGroup findById(Number id, boolean lock)
List<BudgetGroup> findAll()
BudgetGroup create(BudgetGroup entity)
BudgetGroup update(BudgetGroup entity)
List<BudgetGroup> getBudgetGroupsByFundFunctionDeptAndAccountType(Integer fund, Long dept, Long function, String accountType) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionvoid delete(BudgetGroup entity)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.