Class UtilsEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.base.BaseEndpoint
com.maplander.backend.controller.endpoint.common.UtilsEndpoint
-
Field Summary
Fields inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
log, sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendPriceFilters(FiltersBigQuery filter) deleteTemplate(Long bcId) fetchFromOverpass(String url, String query) fetchFromServer(String url, String query) getColoniesByPostalCode(String postalCode) getNearbyGoogle(double latitude, double longitude) getNearbyOsm(double latitude, double longitude) getPropertyLiteIA(Double property_price, OfferingTypeEnum offering_type, PropertyTypeEnum property_type, Long office_id, String currency) getUtils()lisEmailHubLog(Long officeId) listUsersDummy(Long id) reverseGeocode(String apiKey, double latitude, double longitude) saveEmailHubLog(EmailHubLog emailHubLog) saveErrors(ErrorService errorService) saveInteractions(javax.servlet.http.HttpServletRequest request, Integer campaign, Interactions interactions) saveTemplate(BCard bCard) updateBCard(BCard bCard) Methods inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
executeInTransaction, saveLeadAndInfo, saveLeadAndInfo
-
Constructor Details
-
UtilsEndpoint
public UtilsEndpoint()
-
-
Method Details
-
getUtils
-
saveInteractions
public EntityResponse<Interactions> saveInteractions(javax.servlet.http.HttpServletRequest request, Integer campaign, Interactions interactions) -
saveTemplate
-
updateBCard
-
deleteTemplate
-
listUsersDummy
-
getPropertyLiteIA
public EntityCollectionResponse<PropertyLite> getPropertyLiteIA(Double property_price, OfferingTypeEnum offering_type, PropertyTypeEnum property_type, Long office_id, String currency) -
appendPriceFilters
-
saveEmailHubLog
-
lisEmailHubLog
-
getColoniesByPostalCode
-
filterUrlFirgumOffice
-
saveErrors
-
getNearbyOsm
-
fetchFromServer
-
fetchFromOverpass
-
getNearbyGoogle
-
reverseGeocode
public EntityResponse<PlacesAppleBodyResponse> reverseGeocode(String apiKey, double latitude, double longitude)
-