Class MessageWhatsBotDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.bot.MessageWhatsBotDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<MessageWhatsBot> static com.google.api.server.spi.response.CollectionResponse
<MessageWhatsBot> listByUserId
(Long userId, Integer limit) static MessageWhatsBot
static void
save
(MessageWhatsBot messageWhatsBot) 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
-
MessageWhatsBotDAO
public MessageWhatsBotDAO()
-
-
Method Details
-
load
-
listByUserId
public static com.google.api.server.spi.response.CollectionResponse<MessageWhatsBot> listByUserId(Long userId, Integer limit) -
save
-
list
public static com.google.api.server.spi.response.CollectionResponse<MessageWhatsBot> list(String cursor, Integer limit)
-