Uses of Class
com.maplander.backend.model.manage.FiltersBigQuery
Packages that use FiltersBigQuery
Package
Description
-
Uses of FiltersBigQuery in com.maplander.backend.controller.businessrule.ml
Methods in com.maplander.backend.controller.businessrule.ml with parameters of type FiltersBigQueryModifier and TypeMethodDescriptionstatic String
BRFilter.validateFilterBQ
(FiltersBigQuery filter) static String
BRFilter.validateFilterGlobalBQ
(FiltersBigQuery filter) -
Uses of FiltersBigQuery in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common with parameters of type FiltersBigQueryModifier and TypeMethodDescriptionPropertyEndpoint.queryPropertyLiteWithFiltersPagedBQPolygonId
(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) -
Uses of FiltersBigQuery in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type FiltersBigQueryModifier and TypeMethodDescriptionCRMEndpoint.listPropertiesDashBoard
(Long officeId, StatusTypeEnum status, Long agentId, String sku, Integer limit, Integer cursor, FiltersBigQuery bigQuery) PropertyEndpointV2.queryPropertyLiteWithFiltersPagedBQ
(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) PropertyEndpointV2.queryPropertyLiteWithFiltersPagedBQClasification
(Integer limit, Integer cursor, FiltersBigQuery filter) PropertyEndpointV2.queryTotalPropertiesWithFilters
(FiltersBigQuery filter) -
Uses of FiltersBigQuery in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal with parameters of type FiltersBigQueryModifier and TypeMethodDescriptionPropertyEndpoint.queryPropertyLiteWithFiltersPagedBQ
(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) PropertyEndpoint.queryTotalPropertiesWithFilters
(FiltersBigQuery filter) -
Uses of FiltersBigQuery in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv with parameters of type FiltersBigQueryModifier and TypeMethodDescriptionDashBoardEndpoint.queryLiteWithFilters
(FiltersBigQuery filter) EntityResponse
<com.google.cloud.bigquery.TableResult> DashBoardEndpoint.queryLiteWithFilters2
(FiltersBigQuery filter) DashBoardEndpoint.queryPropertyLiteWithFilters
(Integer limit, Integer cursor, FiltersBigQuery filter) DashBoardEndpoint.queryPropertyLiteWithFiltersPagedBQ
(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) DashBoardEndpoint.queryPropertyLiteWithFiltersPagedBQNearestFirst
(Integer limit, Integer cursor, FiltersBigQuery filter) DashBoardEndpoint.queryTotalPropertiesWithFilters
(FiltersBigQuery filter) DashBoardEndpoint.queryTotalPropertyWithFilters
(FiltersBigQuery filter) DashBoardEndpoint.searchColonyByMunicipalityWithFilters
(FiltersBigQuery filter) DashBoardEndpoint.searchMunicipalityByStateWithFilters
(FiltersBigQuery filter) DashBoardEndpoint.searchStockWithFilters
(FiltersBigQuery filter) -
Uses of FiltersBigQuery in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return FiltersBigQueryMethods in com.maplander.backend.model.manage.complex with parameters of type FiltersBigQueryModifier and TypeMethodDescriptionvoid
ColonyFilter.setFiltersBigQuery
(FiltersBigQuery filtersBigQuery) -
Uses of FiltersBigQuery in com.maplander.backend.model.manage.CRM
Methods in com.maplander.backend.model.manage.CRM that return FiltersBigQueryMethods in com.maplander.backend.model.manage.CRM with parameters of type FiltersBigQueryModifier and TypeMethodDescriptionvoid
SearchesClient.setFilter
(FiltersBigQuery filter) void
SearchesClientLite.setFilter
(FiltersBigQuery filter) -
Uses of FiltersBigQuery in com.maplander.backend.model.manage.RV
Methods in com.maplander.backend.model.manage.RV that return FiltersBigQueryMethods in com.maplander.backend.model.manage.RV with parameters of type FiltersBigQuery -
Uses of FiltersBigQuery in com.maplander.backend.model.ml
Methods in com.maplander.backend.model.ml that return FiltersBigQueryMethods in com.maplander.backend.model.ml with parameters of type FiltersBigQuery -
Uses of FiltersBigQuery in com.maplander.backend.model.ml.complex
Methods in com.maplander.backend.model.ml.complex that return FiltersBigQueryMethods in com.maplander.backend.model.ml.complex with parameters of type FiltersBigQuery -
Uses of FiltersBigQuery in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery with parameters of type FiltersBigQueryModifier and TypeMethodDescriptionstatic StringBuilder
BQueryAlert.alertQueryProperties
(FiltersBigQuery filter, int limit, int finishDate, boolean list) static StringBuilder
BQueryProperty.buildQuery
(FiltersBigQuery filter, boolean agent) static StringBuilder
BQueryProperty.buildQueryClasificationJoin
(FiltersBigQuery filter) static StringBuilder
BQueryProperty.buildQueryColonyLocation
(FiltersBigQuery filter, String state_name, String municipaly_name, String colony_name, Integer level, boolean agent) static StringBuilder
BQueryProperty.buildQueryPolygonId
(FiltersBigQuery filter, boolean agent) static StringBuilder
BQueryProperty.buildQueryPropertyDashBoard
(FiltersBigQuery filter, String sku) static StringBuilder
BQueryProperty.buildQueryPropertyLite
(FiltersBigQuery filter) static StringBuilder
BQueryProperty.buildQueryPropertyLiteClasificationJoin
(FiltersBigQuery filter) static StringBuilder
BQueryProperty.buildQueryPropertyLiteColonyLocation
(FiltersBigQuery filter, String state_name, String municipaly_name, String colony_name, Integer level) static StringBuilder
BQueryProperty.buildQueryPropertyLitePolygonId
(FiltersBigQuery filter) static StringBuilder
BQueryProperty.buildQueryTotal
(FiltersBigQuery filter)