Uses of Class
com.maplander.backend.model.ml.AlertML
Packages that use AlertML
Package
Description
-
Uses of AlertML in com.maplander.backend.controller.businessrule.ml
Methods in com.maplander.backend.controller.businessrule.ml with parameters of type AlertML -
Uses of AlertML in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type AlertMLModifier and TypeMethodDescriptionAlertEndpoint.changeStatusAlert
(Long alertId) AlertEndpoint.listAlertActivesByUserMLId
(Long userId) AlertEndpoint.listAllAlertByUserMLId
(Long userId) AlertEndpoint.listAllAlertsActives
(Integer limit, String cursor) Methods in com.maplander.backend.controller.endpoint.rv with parameters of type AlertML -
Uses of AlertML in com.maplander.backend.dao.manage.RV
Fields in com.maplander.backend.dao.manage.RV with type parameters of type AlertMLMethods in com.maplander.backend.dao.manage.RV that return AlertMLMethods in com.maplander.backend.dao.manage.RV that return types with arguments of type AlertMLModifier and TypeMethodDescriptionAlertMLDAO.getAlertActives
(Long userId) static com.google.api.server.spi.response.CollectionResponse
<AlertML> AlertMLDAO.getAlertsActives
(String cursor, Integer limit) AlertMLDAO.getAllAlert
(Long userId)