Uses of Class
com.maplander.backend.model.manage.CRM.SearchesClient
Packages that use SearchesClient
Package
Description
-
Uses of SearchesClient in com.maplander.backend.controller.businessrule.opi
Methods in com.maplander.backend.controller.businessrule.opi with parameters of type SearchesClientModifier and TypeMethodDescriptionstatic String
BRSearchesClient.validateSearchesClient
(SearchesClient searchesClient) -
Uses of SearchesClient in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type SearchesClientModifier and TypeMethodDescriptionCRMEndpoint.listSearchesByClient
(Integer limit, String cursor, Long clientId) CRMEndpoint.saveSearchesClient
(SearchesClient searchesClient) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type SearchesClient -
Uses of SearchesClient in com.maplander.backend.dao.manage.CRM
Fields in com.maplander.backend.dao.manage.CRM with type parameters of type SearchesClientMethods in com.maplander.backend.dao.manage.CRM that return SearchesClientMethods in com.maplander.backend.dao.manage.CRM that return types with arguments of type SearchesClientModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<SearchesClient> SearchesClientDAO.listSearchesClientByClient
(Long clientId, Integer limit, String cursor, Long time)