public interface IGeoRepository<R extends IGeoPointInfo>
GeoPointDto
> .
Created by k3b on 17.03.2015.Modifier and Type | Method and Description |
---|---|
java.lang.String |
createId()
generates a new id
|
boolean |
delete(R item)
removes item from repository.
|
java.util.List<R> |
load()
(cached) load from repository
|
java.util.List<R> |
reload()
uncached, fresh load from repository
|
boolean |
save()
save back to repository
|
java.util.List<R> load()
java.util.List<R> reload()
boolean save()
java.lang.String createId()
boolean delete(R item)