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 voidMessageWhatsBotDAO.save(MessageWhatsBot messageWhatsBot) -
Uses of MessageWhatsBot in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type MessageWhatsBotModifier and TypeMethodDescriptionstatic LongUtilities.timeTotalMin(MessageWhatsBot messageWhatsBot) Method parameters in com.maplander.backend.utils with type arguments of type MessageWhatsBotModifier and TypeMethodDescriptionstatic MessageInfoUtilities.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 voidBQueryMessageWhatsBot.insertSendWhats(MessageWhatsBot messageWhatsBot) static voidBQueryMessageWhatsBot.updateSendWhats(MessageWhatsBot messageWhatsBot)