Uses of Class
com.maplander.backend.model.bot.MessageWhatsBot
Packages that use MessageWhatsBot
Package
Description
-
Uses of MessageWhatsBot in com.maplander.backend.dao.manage.bot
Fields in com.maplander.backend.dao.manage.bot with type parameters of type MessageWhatsBotMethods in com.maplander.backend.dao.manage.bot that return MessageWhatsBotMethods in com.maplander.backend.dao.manage.bot that return types with arguments of type MessageWhatsBotModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<MessageWhatsBot> static com.google.api.server.spi.response.CollectionResponse
<MessageWhatsBot> MessageWhatsBotDAO.listByUserId
(Long userId, Integer limit) Methods in com.maplander.backend.dao.manage.bot with parameters of type MessageWhatsBotModifier and TypeMethodDescriptionstatic void
MessageWhatsBotDAO.save
(MessageWhatsBot messageWhatsBot) -
Uses of MessageWhatsBot in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type MessageWhatsBotModifier and TypeMethodDescriptionstatic Long
Utilities.timeTotalMin
(MessageWhatsBot messageWhatsBot) Method parameters in com.maplander.backend.utils with type arguments of type MessageWhatsBotModifier and TypeMethodDescriptionstatic MessageInfo
Utilities.getMessageInfo
(com.google.api.server.spi.response.CollectionResponse<MessageWhatsBot> list, Long userId) -
Uses of MessageWhatsBot in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery with parameters of type MessageWhatsBotModifier and TypeMethodDescriptionstatic void
BQueryMessageWhatsBot.insertSendWhats
(MessageWhatsBot messageWhatsBot) static void
BQueryMessageWhatsBot.updateSendWhats
(MessageWhatsBot messageWhatsBot)