Uses of Class
com.maplander.backend.model.manage.property.PropertyLite
Packages that use PropertyLite
Package
Description
-
Uses of PropertyLite in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common with parameters of type PropertyLiteModifier and TypeMethodDescriptionstatic LeadInfoBRLead.saveView(PropertyLite propertyLite, String brand, Integer owner) -
Uses of PropertyLite in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common that return types with arguments of type PropertyLiteModifier and TypeMethodDescriptionPropertyEndpoint.getPropertiesByWord(Long officeId, String word, OfferingTypeEnum offering, PropertyTypeEnum type, Integer limit, Integer cursor) PropertyEndpoint.getPropertyLite(Long propertyId) UtilsEndpoint.getPropertyLiteIA(Double property_price, OfferingTypeEnum offering_type, PropertyTypeEnum property_type, Long office_id, String currency) PropertyEndpoint.queryAllProperties(Integer limit, String cursor, Filter filter) PropertyEndpoint.queryPropertiesWithFilters(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, DeviceTypeEnum device, Integer limit, String cursor, Filter filter) PropertyEndpoint.queryPropertiesWithFilters2(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, DeviceTypeEnum device, Integer limit, String cursor, Filter filter) PropertyEndpoint.queryPropertyLiteWithFiltersPagedBQPolygonId(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) -
Uses of PropertyLite in com.maplander.backend.controller.endpoint.cron
Methods in com.maplander.backend.controller.endpoint.cron that return types with arguments of type PropertyLiteModifier and TypeMethodDescriptionFixEndpoint.deletePropertiesByUserId(String apiKey, Long userId, Integer limit, String cursor) CronEndpoint.getSuggestions(Long leadId) -
Uses of PropertyLite in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type PropertyLiteModifier and TypeMethodDescriptionWebHookEndpoint.getPropertiesFromAPI(String email, BrandTypeEnum brand, Integer limit, String cursor) WebHookEndpoint.getPropertiesFromAPIBQ(String email, Integer limit, Integer cursor) PropertyEndpoint.getPropertyLite(Long propertyId) Deprecated.CRMBQueryEndpoint.listPropertiesByClient(Integer limit, Integer cursor, Long clientId) PropertyEndpointV2.queryPropertyLiteWithFiltersPagedBQ(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) PropertyEndpointV2.queryPropertyLiteWithFiltersPagedBQClasification(Integer limit, Integer cursor, FiltersBigQuery filter) BusinessEndpoint.querySharedPropertiesWithFilters(Integer limit, String cursor, Filter filter) -
Uses of PropertyLite in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal that return types with arguments of type PropertyLiteModifier and TypeMethodDescriptionPropertyEndpoint.queryPropertyLiteWithFiltersPagedBQ(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) -
Uses of PropertyLite in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi that return types with arguments of type PropertyLiteModifier and TypeMethodDescriptionBusinessEndpoint.querySharedPropertiesWithFilters(Integer limit, String cursor, Filter filter) -
Uses of PropertyLite in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type PropertyLiteModifier and TypeMethodDescriptionAlertEndpoint.getNewCoincidences(Long alertId) 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.searchPropertiesByColony(OfferingTypeEnum offering, PropertyTypeEnum type, String state, String municipality, String colony, Integer limit, Integer cursor) DashBoardEndpoint.searchPropertyLiteForSite(LocationTypeEnum locationType, OfferingTypeEnum offering, PropertyTypeEnum type, Integer total, String state, String municipality, String colony) -
Uses of PropertyLite in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test that return types with arguments of type PropertyLiteModifier and TypeMethodDescriptionTestEndpoint.searchPropertyQuery(String query, String cursor, Integer limit) -
Uses of PropertyLite in com.maplander.backend.document
Methods in com.maplander.backend.document that return PropertyLiteModifier and TypeMethodDescriptionstatic PropertyLitePropertyDoc.buildModel(com.google.appengine.api.search.ScoredDocument document) static PropertyLiteSharedPropertyDoc.buildModel(com.google.appengine.api.search.ScoredDocument document) Methods in com.maplander.backend.document that return types with arguments of type PropertyLiteModifier and TypeMethodDescriptionstatic EntityCollectionResponse<PropertyLite> PropertyDoc.loadByQuery(String queryString, com.google.appengine.api.search.SortOptions sortOptions, Integer limit, String cursor) static com.google.api.server.spi.response.CollectionResponse<PropertyLite> SharedPropertyDoc.loadByQuery(String queryString, Integer limit, String cursor) -
Uses of PropertyLite in com.maplander.backend.model.manage
Methods in com.maplander.backend.model.manage that return PropertyLiteMethods in com.maplander.backend.model.manage with parameters of type PropertyLite -
Uses of PropertyLite in com.maplander.backend.model.manage.ad
Methods in com.maplander.backend.model.manage.ad that return PropertyLiteMethods in com.maplander.backend.model.manage.ad with parameters of type PropertyLite -
Uses of PropertyLite in com.maplander.backend.model.manage.board
Methods in com.maplander.backend.model.manage.board that return PropertyLiteMethods in com.maplander.backend.model.manage.board with parameters of type PropertyLite -
Uses of PropertyLite in com.maplander.backend.model.manage.commission
Methods in com.maplander.backend.model.manage.commission that return PropertyLiteMethods in com.maplander.backend.model.manage.commission with parameters of type PropertyLiteModifier and TypeMethodDescriptionvoidSharedCommission.setPropertyLite(PropertyLite propertyLite) -
Uses of PropertyLite in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return PropertyLiteModifier and TypeMethodDescriptionTaskComplete.getProperty()InteractionsProperty.getPropertyLite()Methods in com.maplander.backend.model.manage.complex that return types with arguments of type PropertyLiteModifier and TypeMethodDescriptionSitemapPropertyList.getListProperties()HomePreviewPlaces.getPreviews()PreviewPlaces.getPreviews()SuggestionsInfo.getPropertyLites()Methods in com.maplander.backend.model.manage.complex with parameters of type PropertyLiteModifier and TypeMethodDescriptionvoidTaskComplete.setProperty(PropertyLite property) voidInteractionsProperty.setPropertyLite(PropertyLite propertyLite) Method parameters in com.maplander.backend.model.manage.complex with type arguments of type PropertyLiteModifier and TypeMethodDescriptionvoidSitemapPropertyList.setListProperties(List<PropertyLite> listProperties) voidHomePreviewPlaces.setPreviews(List<PropertyLite> previews) voidPreviewPlaces.setPreviews(HashMap<String, List<PropertyLite>> previews) voidSuggestionsInfo.setPropertyLites(List<PropertyLite> propertyLites) -
Uses of PropertyLite in com.maplander.backend.model.manage.lead
Methods in com.maplander.backend.model.manage.lead that return PropertyLiteMethods in com.maplander.backend.model.manage.lead with parameters of type PropertyLiteModifier and TypeMethodDescriptionvoidLeadInfo.refreshLeadInfo(PropertyLite propertyLite, String brand) voidLead.setPropertyLite(PropertyLite propertyLite) voidLeadInfo.setPropertyLite(PropertyLite propertyLite) Constructors in com.maplander.backend.model.manage.lead with parameters of type PropertyLite -
Uses of PropertyLite in com.maplander.backend.model.manage.mlsuniversal
Methods in com.maplander.backend.model.manage.mlsuniversal that return PropertyLiteMethods in com.maplander.backend.model.manage.mlsuniversal with parameters of type PropertyLite -
Uses of PropertyLite in com.maplander.backend.model.pool
Methods in com.maplander.backend.model.pool that return PropertyLiteMethods in com.maplander.backend.model.pool that return types with arguments of type PropertyLiteMethods in com.maplander.backend.model.pool with parameters of type PropertyLiteMethod parameters in com.maplander.backend.model.pool with type arguments of type PropertyLite -
Uses of PropertyLite in com.maplander.backend.utils
Methods in com.maplander.backend.utils that return types with arguments of type PropertyLiteModifier and TypeMethodDescriptionstatic List<PropertyLite> BQ_Util_OldOPI.getPreviewWithFilter(PropertyTypeEnum propertyTypeEnum, OfferingTypeEnum offeringTypeEnum, String state_name, String municipalty_name) static List<PropertyLite> BQ_Util_OldOPI.propertyLiteQuery(String s) static List<PropertyLite> BQ_Util_OldOPI.propertyLiteQueryWithoutC(String s) static List<PropertyLite> BQ_Util_OldOPI.propertyLiteQueryWithoutCWithClassification(String s) static List<PropertyLite> BQ_Util_OldOPI.propertyLiteQueryWord(String s) static List<PropertyLite> BQ_Util_OldOPI.sqlPropertiesByColony(String s) Methods in com.maplander.backend.utils with parameters of type PropertyLiteModifier and TypeMethodDescriptionstatic StringSendSearches.propertySearches(PropertyLite property) Method parameters in com.maplander.backend.utils with type arguments of type PropertyLiteModifier and TypeMethodDescriptionstatic StringSendSearches.listProperties(List<PropertyLite> propertyLiteList) static voidSendEmailV2.sendSearchResults(List<PropertyLite> properties, UserML userML, SearchesRV searchesRV) static voidSendEmailV2.sendSuggestions(List<PropertyLite> properties, Lead lead) -
Uses of PropertyLite in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery that return types with arguments of type PropertyLiteModifier and TypeMethodDescriptionstatic List<PropertyLite> BQueryProperty.listInterested(String query) -
Uses of PropertyLite in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification with parameters of type PropertyLiteModifier and TypeMethodDescriptionstatic NotificationRVSendNotificationRV.fillSearchRV(SearchesRV searchesRV, PropertyLite property)