Uses of Class
com.maplander.backend.model.manage.CRM.Client
Packages that use Client
Package
Description
-
Uses of Client in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type ClientModifier and TypeMethodDescriptionCRMEndpoint.createClient
(Client client) CRMEndpoint.listMyClients
(Integer limit, String cursor, Long officeId) CRMEndpoint.updateClient
(Client client) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type ClientModifier and TypeMethodDescriptionCRMEndpoint.createClient
(Client client) CRMEndpoint.updateClient
(Client client) -
Uses of Client in com.maplander.backend.dao.manage.CRM
Fields in com.maplander.backend.dao.manage.CRM with type parameters of type ClientMethods in com.maplander.backend.dao.manage.CRM that return ClientMethods in com.maplander.backend.dao.manage.CRM that return types with arguments of type Client -
Uses of Client in com.maplander.backend.model.manage.complex
Constructors in com.maplander.backend.model.manage.complex with parameters of type Client -
Uses of Client in com.maplander.backend.model.manage.CRM
Constructors in com.maplander.backend.model.manage.CRM with parameters of type Client -
Uses of Client in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery that return ClientMethods in com.maplander.backend.utils.bquery with parameters of type ClientModifier and TypeMethodDescriptionstatic Client
BQueryClient.insertClientBQ
(Client client) static Long
BQueryClient.updateClientBQ
(Client client)