Class LocationService


  • @Service
    public class LocationService
    extends Object
    Performs location-related use cases.
    • Method Detail

      • createLocation

        public boolean createLocation​(Coordinates coordinates,
                                      String description)
      • addLocation

        public boolean addLocation​(Location location)
      • removeLocation

        public void removeLocation​(long id)
      • removeAll

        public void removeAll()