Class BQueryProperty
java.lang.Object
com.maplander.backend.utils.bquery.BQueryProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
buildDeleteByUserId
(Long userId) static StringBuilder
buildQuery
(FiltersBigQuery filter, boolean agent) static StringBuilder
static StringBuilder
buildQueryColonyLocation
(FiltersBigQuery filter, String state_name, String municipaly_name, String colony_name, Integer level, boolean agent) static String
buildQueryInterested
(Integer limit, Integer cursor, Long clientId) static StringBuilder
buildQueryPolygonId
(FiltersBigQuery filter, boolean agent) static StringBuilder
buildQueryPropertyDashBoard
(FiltersBigQuery filter, String sku) static StringBuilder
static StringBuilder
static StringBuilder
buildQueryPropertyLiteColonyLocation
(FiltersBigQuery filter, String state_name, String municipaly_name, String colony_name, Integer level) static StringBuilder
static String
static StringBuilder
buildQuerySKU
(String sku) static StringBuilder
buildQueryTotal
(FiltersBigQuery filter) static List
<PropertyLite> listInterested
(String query) static int
totalByStatusAndOfficeId
(Long officeId, StatusTypeEnum status) static int
totalByStatusAndUserId
(Long userId, StatusTypeEnum status)
-
Constructor Details
-
BQueryProperty
public BQueryProperty()
-
-
Method Details
-
buildQuery
-
buildQueryPolygonId
-
buildQueryColonyLocation
public static StringBuilder buildQueryColonyLocation(FiltersBigQuery filter, String state_name, String municipaly_name, String colony_name, Integer level, boolean agent) -
buildQuerySKU
-
buildQueryClasificationJoin
-
buildQueryPropertyLiteClasificationJoin
-
buildQueryPropertyLite
-
buildQueryPropertyLitePolygonId
-
buildQueryPropertyLiteColonyLocation
public static StringBuilder buildQueryPropertyLiteColonyLocation(FiltersBigQuery filter, String state_name, String municipaly_name, String colony_name, Integer level) -
buildQueryPropertyDashBoard
-
buildQueryTotal
-
buildQueryPropertyToExpire
-
buildQueryInterested
-
listInterested
-
buildDeleteByUserId
-
totalByStatusAndOfficeId
-
totalByStatusAndUserId
-