@Service @Transactional(readOnly=true) public class RoofTypeService extends Object
| Constructor and Description |
|---|
RoofTypeService(RoofTypeRepository roofTypeRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
createRoof(RoofType rooftype) |
List<RoofType> |
getAllRoofTypes() |
String |
getRolesForUserId(Long userId) |
RoofType |
getRoofTypeById(Long id) |
RoofType |
getRoofTypeByName(String name) |
@Autowired public RoofTypeService(RoofTypeRepository roofTypeRepository)
@Transactional public void createRoof(RoofType rooftype)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.