Class NotificationDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.notification.NotificationDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<Notification> listNotificationsByUserId
(Long userId, String cursor, Integer limit, Long time) static com.google.api.server.spi.response.CollectionResponse
<Notification> listNotificationsByUserId2
(Long userId, String cursor, Integer limit, Long time) Deprecated.static List
<Notification> static Notification
Methods inherited from class com.maplander.backend.dao.BaseDAO
buildCollectionResponse, delete, delete, deleteMany, deleteMany, deleteManyNow, getOfy, list, load, load, load, queryDefault, save, saveMany, saveManyNow
-
Field Details
-
clazz
-
-
Constructor Details
-
NotificationDAO
public NotificationDAO()
-
-
Method Details
-
load
-
listToSend
-
listNotificationsByUserId2
@Deprecated public static com.google.api.server.spi.response.CollectionResponse<Notification> listNotificationsByUserId2(Long userId, String cursor, Integer limit, Long time) Deprecated. -
listNotificationsByUserId
public static com.google.api.server.spi.response.CollectionResponse<Notification> listNotificationsByUserId(Long userId, String cursor, Integer limit, Long time)
-