public class ClientDAO extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClientDAO.ClientDAOFactory |
Modifier and Type | Method and Description |
---|---|
long |
createClient(String name,
String user,
String description) |
void |
deleteClient(Client client) |
Optional<Client> |
getClient(String name) |
Optional<Client> |
getClientById(long id) |
com.google.common.collect.ImmutableSet<Client> |
getClients() |
void |
sawClient(Client client) |
Copyright © 2017. All rights reserved.