Class NotificationRVDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.notification.NotificationRVDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<NotificationRV> listNotificationsByUserMlId
(Long userMLId, Integer limit, String cursor) static NotificationRV
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
-
NotificationRVDAO
public NotificationRVDAO()
-
-
Method Details
-
load
-
listNotificationsByUserMlId
public static com.google.api.server.spi.response.CollectionResponse<NotificationRV> listNotificationsByUserMlId(Long userMLId, Integer limit, String cursor)
-