Uses of Class
com.maplander.backend.model.manage.complex.ClientComplete
Packages that use ClientComplete
-
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) CRMEndpoint.listClientByUser(Long userId, Long officeId, Integer limit, Integer cursor) 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)