@Service @Transactional(readOnly=true) public class FloorTypeService extends Object
| Constructor and Description |
|---|
FloorTypeService(FloorTypeRepository floorTypeRepository) |
| Modifier and Type | Method and Description |
|---|---|
FloorType |
create(FloorType floorType) |
List<FloorType> |
getAllFloors() |
FloorType |
getFloorTypeById(Long id) |
FloorType |
getFloorTypeByName(String name) |
String |
getRolesForUserId(Long userId) |
@Autowired public FloorTypeService(FloorTypeRepository floorTypeRepository)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.