Class LeadInfoDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.lead.LeadInfoDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<LeadInfo> listLeadInfo
(Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<LeadInfo> listLeadInfoByOffice
(Long officeId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<LeadInfo> listLeadInfoByOfficeAndOrderViews
(Long officeId, Integer limit, String cursor, Long time) listLeadsInfoByUserId
(Long officeId) static LeadInfo
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
-
LeadInfoDAO
public LeadInfoDAO()
-
-
Method Details
-
load
-
listLeadInfoByOffice
-
listLeadsInfoByUserId
-
listLeadInfoByOfficeAndOrderViews
-
listLeadInfo
-