Class BQueryWord
java.lang.Object
com.maplander.backend.utils.bquery.BQueryWord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic voidstatic StringBuilderqueryGetPolygonById(String polygonId) static StringBuilderqueryIdRow(Integer id_row) static StringBuilderstatic StringBuilderquerySearchLocationWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word) static StringBuilderquerySearchLocationWordInOffice(PropertyTypeEnum type, OfferingTypeEnum offering, String word, Long officeId) static StringBuilderquerySearchLocationWordInUser(PropertyTypeEnum type, OfferingTypeEnum offering, String word, Long userId) static StringBuilderquerySearchLocationWordSoundex(PropertyTypeEnum type, OfferingTypeEnum offering, String word) static StringBuilderquerySearchLocationWordSoundexAndSubstring(PropertyTypeEnum type, OfferingTypeEnum offering, String word) static StringBuilderquerySearchLocationWordSoundexAndSubstringByOfficeId(PropertyTypeEnum type, OfferingTypeEnum offering, StatusTypeEnum status, String word, Long officeId) static StringBuilderquerySearchLocationWordSoundexAndSubstringPolygon(PropertyTypeEnum type, OfferingTypeEnum offering, String word) static StringBuilderquerySearchLocationWordSoundexAndSubstringPolygonMLS(PropertyTypeEnum type, OfferingTypeEnum offering, String word) static StringBuilderstatic StringBuilderqueryWord(PropertyTypeEnum type, OfferingTypeEnum offering, String word, int level) resultPolygonQuery(String query) static IntegerresultQueryOfficeId(StringBuilder query) static SQLResultWordresultQueryPlacesByWord(String query) static List<com.utils.geo.GeoPt> resultQueryPolygonByName(Integer level, String state_name, String municipaly_name, String postal_code) static SQLResultWordresultQueryWord(String query) static SQLResultWordresultQueryWordNOTotal(String query) static SQLResultWordV2resultQueryWordV2(String query) static IntegertotalOfficesOrUsers(boolean office) static IntegertotalPropertiesByOfficeId(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) -
querySearchLocationWordSoundexAndSubstringPolygonMLS
public static StringBuilder querySearchLocationWordSoundexAndSubstringPolygonMLS(PropertyTypeEnum type, OfferingTypeEnum offering, String word) -
queryIdRow
-
queryGetPolygonById
-
querySearchLocationWordSoundex
public static StringBuilder querySearchLocationWordSoundex(PropertyTypeEnum type, OfferingTypeEnum offering, String word) -
resultQueryOfficeId
-
totalPropertiesByOfficeId
-
totalOfficesOrUsers
-
buildUpdateLocationTQuery
-