Uses of Class
com.maplander.backend.model.manage.complex.ClientComplete
Packages that use ClientComplete
Package
Description
-
Uses of ClientComplete in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type ClientCompleteModifier and TypeMethodDescriptionCRMEndpoint.getClientById
(Long clientId) CRMBQueryEndpoint.listClientsByProperty
(Integer limit, Integer cursor, Long propertyId) CRMBQueryEndpoint.listMyClientsBQ
(Integer limit, Integer probability, Long assessorId, String assessorsName, ClientStatusEnum status, String name, String email, String phone, Integer cursor, Long officeId) CRMBQueryEndpoint.searchClientByName
(String name, Long officeId, Integer limit, Integer cursor) -
Uses of ClientComplete in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery that return types with arguments of type ClientCompleteModifier and TypeMethodDescriptionstatic List
<ClientComplete> BQueryClient.clientCompleteList
(String query) static List
<ClientComplete> BQueryClient.listClientCompleteDefault
(String query) static List
<ClientComplete> BQueryClient.queryListClientByName
(Long officeId, String name, Integer limit, Integer cursor) static List
<ClientComplete> BQueryClient.queryListClientWithFilter
(Long officeId, String name, String email, String phone, ClientStatusEnum status, Long assessorId, String assessorsName, Integer probability, Integer limit, Integer cursor)