public interface ClientRetrievalService
Modifier and Type | Method and Description |
---|---|
void |
clientChanged(String clientId)
Notify the service that fields of a client changed.
|
ClientTO |
findClient(String clientId)
Find a client by its unique string-based ID
|
Collection<ClientTO> |
getAllActiveClients()
Get all clients with status ACTIVE
|
Collection<ClientTO> |
getAllClients()
Get all clients
|
void clientChanged(String clientId)
clientId
- the ID of the changed clientClientTO findClient(String clientId) throws ClientNotFoundException
clientId
- the client idClientNotFoundException
- in case there is no client with the given IDCollection<ClientTO> getAllActiveClients()
Collection<ClientTO> getAllClients()
Copyright © 2019 Communote team. All rights reserved.