Class PropertyEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.mlsuniversal.PropertyEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPlacesByWordV3
(OfferingTypeEnum offering, PropertyTypeEnum type, String word) publishProperty
(Long propertyId, Long userId) queryPropertyLiteWithFiltersPagedBQ
(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) saveCompleteProperty
(Long userId, Long orgId, CompleteProperty completeProperty)
-
Constructor Details
-
PropertyEndpoint
public PropertyEndpoint()
-
-
Method Details
-
queryPropertyLiteWithFiltersPagedBQ
public EntityCollectionResponse<PropertyLite> queryPropertyLiteWithFiltersPagedBQ(Integer limit, Integer cursor, OrderTypeEnum orderTypeEnum, Boolean orderAsc, FiltersBigQuery filter) -
queryTotalPropertiesWithFilters
-
publishProperty
-
saveCompleteProperty
public EntityResponse<CompleteProperty> saveCompleteProperty(Long userId, Long orgId, CompleteProperty completeProperty) -
getPlacesByWordV3
public EntityResponse<SQLResultWordV2> getPlacesByWordV3(OfferingTypeEnum offering, PropertyTypeEnum type, String word)
-