@Service @Transactional(readOnly=true) public class FundsourceService extends Object
| Constructor and Description |
|---|
FundsourceService(FundsourceRepository fundsourceRepository) |
| Modifier and Type | Method and Description |
|---|---|
Fundsource |
create(Fundsource fundsource) |
List<Fundsource> |
findAll() |
Fundsource |
findByCode(String code) |
Fundsource |
findByName(String name) |
Fundsource |
findOne(Long id) |
List<Fundsource> |
getBySubSchemeId(Integer subSchemeId) |
List<Fundsource> |
search(Fundsource fundsource) |
Fundsource |
update(Fundsource fundsource) |
@Autowired public FundsourceService(FundsourceRepository fundsourceRepository)
@Transactional public Fundsource create(Fundsource fundsource)
@Transactional public Fundsource update(Fundsource fundsource)
public List<Fundsource> findAll()
public Fundsource findByName(String name)
public Fundsource findByCode(String code)
public Fundsource findOne(Long id)
public List<Fundsource> getBySubSchemeId(Integer subSchemeId)
public List<Fundsource> search(Fundsource fundsource)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.