Class AlertMLDAO

java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.RV.AlertMLDAO

public class AlertMLDAO extends BaseDAO
  • Field Details

  • Constructor Details

    • AlertMLDAO

      public AlertMLDAO()
  • Method Details

    • load

      public static AlertML load(Long id)
    • getAlertActives

      public static List<AlertML> getAlertActives(Long userId)
    • getAllAlert

      public static List<AlertML> getAllAlert(Long userId)
    • getAlertsActives

      public static com.google.api.server.spi.response.CollectionResponse<AlertML> getAlertsActives(String cursor, Integer limit)