@Service @Transactional(readOnly=true) public class ModeOfAllotmentService extends Object
| Constructor and Description |
|---|
ModeOfAllotmentService() |
| Modifier and Type | Method and Description |
|---|---|
List<ModeOfAllotment> |
findAll() |
ModeOfAllotment |
findById(Long id) |
public List<ModeOfAllotment> findAll()
public ModeOfAllotment findById(Long id)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.