Class LeadInfoDAO

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

public class LeadInfoDAO extends BaseDAO
  • Field Details

  • Constructor Details

    • LeadInfoDAO

      public LeadInfoDAO()
  • Method Details

    • load

      public static LeadInfo load(Long id)
    • listLeadInfoByOffice

      public static com.google.api.server.spi.response.CollectionResponse<LeadInfo> listLeadInfoByOffice(Long officeId, Integer limit, String cursor, Long time)
    • listLeadsInfoByUserId

      public static List<LeadInfo> listLeadsInfoByUserId(Long officeId)
    • listLeadInfoByOfficeAndOrderViews

      public static com.google.api.server.spi.response.CollectionResponse<LeadInfo> listLeadInfoByOfficeAndOrderViews(Long officeId, Integer limit, String cursor, Long time)
    • listLeadInfo

      public static com.google.api.server.spi.response.CollectionResponse<LeadInfo> listLeadInfo(Integer limit, String cursor, Long time)