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 StringBRFilter.validateFilterBQ(FiltersBigQuery filter) static StringBRFilter.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 TypeMethodDescriptionvoidColonyFilter.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 TypeMethodDescriptionvoidSearchesClient.setFilter(FiltersBigQuery filter) voidSearchesClientLite.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 StringBuilderBQueryAlert.alertQueryProperties(FiltersBigQuery filter, int limit, int finishDate, boolean list) static StringBuilderBQueryProperty.buildQuery(FiltersBigQuery filter, boolean agent) static StringBuilderBQueryProperty.buildQueryClasificationJoin(FiltersBigQuery filter) static StringBuilderBQueryProperty.buildQueryColonyLocation(FiltersBigQuery filter, String state_name, String municipaly_name, String colony_name, Integer level, boolean agent) static StringBuilderBQueryProperty.buildQueryPolygonId(FiltersBigQuery filter, boolean agent) static StringBuilderBQueryProperty.buildQueryPropertyDashBoard(FiltersBigQuery filter, String sku) static StringBuilderBQueryProperty.buildQueryPropertyLite(FiltersBigQuery filter) static StringBuilderBQueryProperty.buildQueryPropertyLiteClasificationJoin(FiltersBigQuery filter) static StringBuilderBQueryProperty.buildQueryPropertyLiteColonyLocation(FiltersBigQuery filter, String state_name, String municipaly_name, String colony_name, Integer level) static StringBuilderBQueryProperty.buildQueryPropertyLitePolygonId(FiltersBigQuery filter) static StringBuilderBQueryProperty.buildQueryTotal(FiltersBigQuery filter)