Class BQueryWord
java.lang.Object
com.maplander.backend.utils.bquery.BQueryWord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static void
static StringBuilder
queryGetPolygonById
(String polygonId) static StringBuilder
queryIdRow
(Integer id_row) static StringBuilder
static StringBuilder
querySearchLocationWord
(PropertyTypeEnum type, OfferingTypeEnum offering, String word) static StringBuilder
querySearchLocationWordInOffice
(PropertyTypeEnum type, OfferingTypeEnum offering, String word, Long officeId) static StringBuilder
querySearchLocationWordInUser
(PropertyTypeEnum type, OfferingTypeEnum offering, String word, Long userId) static StringBuilder
querySearchLocationWordSoundex
(PropertyTypeEnum type, OfferingTypeEnum offering, String word) static StringBuilder
querySearchLocationWordSoundexAndSubstring
(PropertyTypeEnum type, OfferingTypeEnum offering, String word) static StringBuilder
querySearchLocationWordSoundexAndSubstringByOfficeId
(PropertyTypeEnum type, OfferingTypeEnum offering, StatusTypeEnum status, String word, Long officeId) static StringBuilder
querySearchLocationWordSoundexAndSubstringPolygon
(PropertyTypeEnum type, OfferingTypeEnum offering, String word) static StringBuilder
static StringBuilder
queryWord
(PropertyTypeEnum type, OfferingTypeEnum offering, String word, int level) resultPolygonQuery
(String query) static Integer
resultQueryOfficeId
(StringBuilder query) static SQLResultWord
resultQueryPlacesByWord
(String query) static List
<com.utils.geo.GeoPt> resultQueryPolygonByName
(Integer level, String state_name, String municipaly_name, String postal_code) static SQLResultWord
resultQueryWord
(String query) static SQLResultWord
resultQueryWordNOTotal
(String query) static SQLResultWordV2
resultQueryWordV2
(String query) static Integer
totalOfficesOrUsers
(boolean office) static Integer
totalPropertiesByOfficeId
(Long officeId)
-
Constructor Details
-
BQueryWord
public BQueryWord()
-
-
Method Details
-
queryWord
public static StringBuilder queryWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word, int level) -
resultQueryWord
-
resultQueryPlacesByWord
-
resultQueryWordV2
-
resultPolygonQuery
-
resultQueryPolygonByName
-
resultQueryWordNOTotal
-
querySearchLocationWord
public static StringBuilder querySearchLocationWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word) -
querySearchLocationWordSP
-
main
-
querySearchLocationWordInOffice
public static StringBuilder querySearchLocationWordInOffice(PropertyTypeEnum type, OfferingTypeEnum offering, String word, Long officeId) -
querySearchLocationWordInUser
public static StringBuilder querySearchLocationWordInUser(PropertyTypeEnum type, OfferingTypeEnum offering, String word, Long userId) -
querySearchLocationOfficeWord
-
querySearchLocationWordSoundexAndSubstring
public static StringBuilder querySearchLocationWordSoundexAndSubstring(PropertyTypeEnum type, OfferingTypeEnum offering, String word) -
querySearchLocationWordSoundexAndSubstringByOfficeId
public static StringBuilder querySearchLocationWordSoundexAndSubstringByOfficeId(PropertyTypeEnum type, OfferingTypeEnum offering, StatusTypeEnum status, String word, Long officeId) -
querySearchLocationWordSoundexAndSubstringPolygon
public static StringBuilder querySearchLocationWordSoundexAndSubstringPolygon(PropertyTypeEnum type, OfferingTypeEnum offering, String word) -
queryIdRow
-
queryGetPolygonById
-
querySearchLocationWordSoundex
public static StringBuilder querySearchLocationWordSoundex(PropertyTypeEnum type, OfferingTypeEnum offering, String word) -
resultQueryOfficeId
-
totalPropertiesByOfficeId
-
totalOfficesOrUsers
-
buildUpdateLocationTQuery
-