| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.business.services.csv | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Method and Description |
|---|---|
Client |
ReferentialService.findClientById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Client> |
ReferentialService.getClients(int offset,
int count)
Get clients ordered by code.
|
List<ImportLog<Client>> |
ReferentialService.importClients(File file)
Import client dbf file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferentialService.saveClient(Client client) |
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientImportModel.newEmptyInstance() |
| Constructor and Description |
|---|
BatchImportModel(Map<String,Supplier> suppliers,
Map<String,Client> clients) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientDAOAbstract<E extends Client> |
class |
ClientDAOImpl<E extends Client> |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientAbstract |
class |
ClientImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Client |
BatchAbstract.dedicatedClient
Nom de l'attribut en BD : dedicatedClient
|
| Modifier and Type | Method and Description |
|---|---|
Client |
Batch.getDedicatedClient() |
Client |
BatchAbstract.getDedicatedClient() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
BatchDAOAbstract.findAllByDedicatedClient(Client v) |
E |
BatchDAOAbstract.findByDedicatedClient(Client v) |
void |
Batch.setDedicatedClient(Client dedicatedClient) |
void |
BatchAbstract.setDedicatedClient(Client dedicatedClient) |
Copyright © 2012-2013 Herboristerie Cailleau. All Rights Reserved.