@Service @Transactional(readOnly=true) public class WallTypeService extends Object
| Constructor and Description |
|---|
WallTypeService(WallTypeRepository wallTypeRepository) |
| Modifier and Type | Method and Description |
|---|---|
WallType |
create(WallType wallType) |
List<WallType> |
getAllWalls() |
String |
getRolesForUserId(Long userId) |
WallType |
getWallTypeById(Long id) |
WallType |
getWallTypeByName(String name) |
@Autowired public WallTypeService(WallTypeRepository wallTypeRepository)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.