Class UserWhatsAppDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.bot.UserWhatsAppDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse<UserWhatsApp> getResponses(Integer limit, String cursor) static List<UserWhatsApp> static UserWhatsAppstatic UserWhatsApploadByEmail(String email) static UserWhatsApploadByWaId(String waId) 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
-
UserWhatsAppDAO
public UserWhatsAppDAO()
-
-
Method Details
-
load
-
loadByWaId
-
list
-
loadByEmail
-
getResponses
public static com.google.api.server.spi.response.CollectionResponse<UserWhatsApp> getResponses(Integer limit, String cursor)
-