Class BQUtilBR
java.lang.Object
com.maplander.backend.utils.BQUtilBR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SQLResultWord
getCompletePlacesByWord
(PropertyTypeEnum type, OfferingTypeEnum offering, String word) getPlacesByState
(PropertyTypeEnum type, OfferingTypeEnum offering, String state) getPlacesByWord
(PropertyTypeEnum type, OfferingTypeEnum offering, String word)
-
Constructor Details
-
BQUtilBR
public BQUtilBR()
-
-
Method Details
-
getPlacesByState
public static List<SQLPlaces> getPlacesByState(PropertyTypeEnum type, OfferingTypeEnum offering, String state) -
getPlacesByWord
public static List<SQLPlaces> getPlacesByWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word) -
getCompletePlacesByWord
public static SQLResultWord getCompletePlacesByWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word)
-