Class LeadsToSendDAO

java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.lead.LeadsToSendDAO

public class LeadsToSendDAO extends BaseDAO
  • Field Details

  • Constructor Details

    • LeadsToSendDAO

      public LeadsToSendDAO()
  • Method Details

    • load

      public static LeadsToSend load(Long id)
    • 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)