Class LeadUserEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.base.BaseEndpoint
com.maplander.backend.controller.endpoint.fiabci.LeadUserEndpoint
-
Field Summary
Fields inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlistLeadByClient(Long clientId, Integer limit, Integer cursor) listLeadUserByOfficeOrder(Long officeId, Integer limit, String cursor) viewLeadUserInfo(Long userId) Methods inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
executeInTransaction, saveLeadAndInfo, saveLeadAndInfo
-
Constructor Details
-
LeadUserEndpoint
public LeadUserEndpoint()
-
-
Method Details
-
viewLeadUserInfo
-
listLeadUserByOfficeOrder
public EntityCollectionResponse<LeadUserInfo> listLeadUserByOfficeOrder(Long officeId, Integer limit, String cursor) -
listLeadByClient
public EntityCollectionResponse<Lead> listLeadByClient(Long clientId, Integer limit, Integer cursor)
-