public interface AddressesService extends hbm.service.jpa.BusinessService<Addresses,Integer>
Addresses createAddress(String street, String streetnumber, String addressComment, String zipcode, String city, String federalstate)
street - the streetstreetnumber - the streetnumberaddressComment - the address commentzipcode - the zipcodecity - the cityfederalstate - the federalstateAddresses createAddress(String street, String streetnumber, String addressComment, String zipcode, String city, String federalstate, String geohash, BigDecimal latitude, BigDecimal longitude)
street - the streetstreetnumber - the streetnumberaddressComment - the address commentzipcode - the zipcodecity - the cityfederalstate - the federalstategeohash - the geohashlatitude - the latitudelongitude - the longitudeList<Addresses> findFirstAndSecondRingNeighbourhood(String geohash)
List<Addresses> findInvalidAddresses(Countries country, String geohash, boolean not)
List<Addresses> findAddressesWithSameCityname(Countries country, String city)
Copyright © 2015. All rights reserved.