Class SpeciesService
- java.lang.Object
-
- de.narimo.georepo.server.api.species.SpeciesService
-
public class SpeciesService extends Object
-
-
Constructor Summary
Constructors Constructor Description SpeciesService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSpecies(int layerId, de.narimo.commons.dto.geometa.User user, Species species)List<Species>getSpecies(int layerId)
-
-
-
Method Detail
-
getSpecies
public List<Species> getSpecies(int layerId) throws SQLException
- Throws:
SQLException
-
addSpecies
public void addSpecies(int layerId, de.narimo.commons.dto.geometa.User user, Species species) throws SQLException- Throws:
SQLException
-
-