Uses of Class
com.maplander.backend.model.manage.complex.SQLPlaces
Packages that use SQLPlaces
Package
Description
-
Uses of SQLPlaces in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test that return types with arguments of type SQLPlacesModifier and TypeMethodDescriptionTestEndpoint.getPlacesByStateTest
(OfferingTypeEnum offering, PropertyTypeEnum type, String state) TestEndpoint.getPlacesByWordTest
(OfferingTypeEnum offering, PropertyTypeEnum type, String word) -
Uses of SQLPlaces in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return types with arguments of type SQLPlacesModifier and TypeMethodDescriptionSQLResultWord.getColonies()
SQLResultWord.getMunicipalities()
SQLResultWord.getStates()
Method parameters in com.maplander.backend.model.manage.complex with type arguments of type SQLPlacesModifier and TypeMethodDescriptionvoid
SQLResultWord.setColonies
(List<SQLPlaces> colonies) void
SQLResultWord.setMunicipalities
(List<SQLPlaces> municipalities) void
Constructor parameters in com.maplander.backend.model.manage.complex with type arguments of type SQLPlaces -
Uses of SQLPlaces in com.maplander.backend.utils
Methods in com.maplander.backend.utils that return types with arguments of type SQLPlacesModifier and TypeMethodDescriptionBQUtilBR.getPlacesByState
(PropertyTypeEnum type, OfferingTypeEnum offering, String state) BQUtilBR.getPlacesByWord
(PropertyTypeEnum type, OfferingTypeEnum offering, String word)