@Service @Transactional(readOnly=true) public class BudgetingGroupService extends Object
| Constructor and Description |
|---|
BudgetingGroupService(BudgetingGroupRepository budgetGroupRepository) |
| Modifier and Type | Method and Description |
|---|---|
BudgetGroup |
create(BudgetGroup budgetGroup) |
List<BudgetGroup> |
findAll() |
BudgetGroup |
findOne(Long id) |
List<BudgetGroup> |
getActiveBudgetGroups() |
int |
getMajorCodeLength() |
List<org.egov.commons.CChartOfAccounts> |
getMajorCodeList() |
List<org.egov.commons.CChartOfAccounts> |
getMinCodeList() |
List<BudgetGroup> |
search(BudgetGroup budgetGroup) |
BudgetGroup |
update(BudgetGroup budgetGroup) |
String |
validate(BudgetGroup budgetGroup,
org.springframework.validation.BindingResult errors) |
@Autowired public BudgetingGroupService(BudgetingGroupRepository budgetGroupRepository)
@Transactional public BudgetGroup create(BudgetGroup budgetGroup)
@Transactional public BudgetGroup update(BudgetGroup budgetGroup)
public List<BudgetGroup> findAll()
public BudgetGroup findOne(Long id)
public int getMajorCodeLength()
public List<org.egov.commons.CChartOfAccounts> getMajorCodeList()
public List<BudgetGroup> getActiveBudgetGroups()
public List<org.egov.commons.CChartOfAccounts> getMinCodeList()
public String validate(BudgetGroup budgetGroup, org.springframework.validation.BindingResult errors)
public List<BudgetGroup> search(BudgetGroup budgetGroup)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.