@Service @Transactional(readOnly=true) public class LocationService extends Object
| Constructor and Description |
|---|
LocationService(LocationRepository locationRepository) |
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
getActiveLocations() |
Location |
getLocation(Long id) |
List<Location> |
getLocationRequiredByUserName(String username) |
@Autowired public LocationService(LocationRepository locationRepository)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.