Uses of Class
com.maplander.backend.model.manage.lead.LeadUserInfo
Packages that use LeadUserInfo
Package
Description
-
Uses of LeadUserInfo in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type LeadUserInfoModifier and TypeMethodDescriptionLeadUserEndpoint.listLeadUserByOfficeOrder
(Long officeId, Integer limit, String cursor) -
Uses of LeadUserInfo in com.maplander.backend.dao.manage.lead
Fields in com.maplander.backend.dao.manage.lead with type parameters of type LeadUserInfoMethods in com.maplander.backend.dao.manage.lead that return LeadUserInfoMethods in com.maplander.backend.dao.manage.lead that return types with arguments of type LeadUserInfoModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<LeadUserInfo> LeadUserInfoDAO.listLeadUserInfoByOffice
(Long officeId, Integer limit, String cursor, Long time) -
Uses of LeadUserInfo in com.maplander.backend.model.manage.lead.complex
Methods in com.maplander.backend.model.manage.lead.complex that return LeadUserInfoMethods in com.maplander.backend.model.manage.lead.complex with parameters of type LeadUserInfoModifier and TypeMethodDescriptionvoid
LeadUserOfficeInfo.setLeadUserInfo
(LeadUserInfo leadUserInfo) Constructors in com.maplander.backend.model.manage.lead.complex with parameters of type LeadUserInfoModifierConstructorDescriptionLeadUserOfficeInfo
(LeadOfficeInfo leadOfficeInfo, LeadUserInfo leadUserInfo, LeadTotalInfo leadTotalInfo, MessageInfo messageInfo)