public interface ClientsDao
| Modifier and Type | Method and Description |
|---|---|
void |
addClient(Client client) |
List<Client> |
getAllClients() |
Client |
getClient(Sid sid) |
Client |
getClient(String user) |
List<Client> |
getClients(Sid accountSid) |
void |
removeClient(Sid sid) |
void |
removeClients(Sid accountSid) |
void |
updateClient(Client client) |
Copyright © 2017. All Rights Reserved.