Class LeadsToSendDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.lead.LeadsToSendDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LeadsToSend
static com.google.api.server.spi.response.CollectionResponse
<LeadsToSend> toSendList
(Integer limit) static com.google.api.server.spi.response.CollectionResponse
<LeadsToSend> toSendListYesterday
(Integer limit, String cursor) 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
-
LeadsToSendDAO
public LeadsToSendDAO()
-
-
Method Details
-
load
-
toSendList
public static com.google.api.server.spi.response.CollectionResponse<LeadsToSend> toSendList(Integer limit) -
toSendListYesterday
public static com.google.api.server.spi.response.CollectionResponse<LeadsToSend> toSendListYesterday(Integer limit, String cursor)
-