Class AlertEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.rv.AlertEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangeStatusAlert
(Long alertId) deleteAlert
(Long alertId) getNewCoincidences
(Long alertId) listAlertActivesByUserMLId
(Long userId) listAllAlertByUserMLId
(Long userId) listAllAlertsActives
(Integer limit, String cursor) senNotificationsAlert
(AlertML alertML)
-
Constructor Details
-
AlertEndpoint
public AlertEndpoint()
-
-
Method Details
-
saveAlert
-
changeStatusAlert
-
deleteAlert
-
listAlertActivesByUserMLId
-
listAllAlertByUserMLId
-
getNewCoincidences
public EntityCollectionResponse<PropertyLite> getNewCoincidences(Long alertId) throws ParseException - Throws:
ParseException
-
listAllAlertsActives
public EntityCollectionResponse<AlertML> listAllAlertsActives(Integer limit, String cursor) throws ParseException - Throws:
ParseException
-
senNotificationsAlert
-
sendEmailIncompleteUser
-