@Service @Transactional(readOnly=true) public class BudgetControlTypeService extends Object
| Constructor and Description |
|---|
BudgetControlTypeService(BudgetControlTypeRepository budgetCheckConfigRepository) |
| Modifier and Type | Method and Description |
|---|---|
BudgetControlType |
create(BudgetControlType budgetCheckConfig) |
List<BudgetControlType> |
findAll() |
BudgetControlType |
findOne(Long id) |
String |
getConfigValue() |
List<BudgetControlType> |
search(BudgetControlType budgetCheckConfig) |
BudgetControlType |
update(BudgetControlType budgetCheckConfig) |
@Autowired public BudgetControlTypeService(BudgetControlTypeRepository budgetCheckConfigRepository)
@Transactional public BudgetControlType create(BudgetControlType budgetCheckConfig)
@Transactional public BudgetControlType update(BudgetControlType budgetCheckConfig)
public List<BudgetControlType> findAll()
public BudgetControlType findOne(Long id)
public List<BudgetControlType> search(BudgetControlType budgetCheckConfig)
public String getConfigValue()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.