| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.business.services.csv | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Method and Description |
|---|---|
Supplier |
ReferentialService.getSupplierById(String supplierId)
Get supplier by topia id.
|
| Modifier and Type | Method and Description |
|---|---|
List<Supplier> |
ReferentialService.getAllSupplierOnlyLabs()
Return all suppliers (laboratory first).
|
List<Supplier> |
ReferentialService.getSuppliers(int offset,
int count)
Get suppliers ordered by code.
|
List<ImportLog<Supplier>> |
ReferentialService.importSuppliers(File file)
Import suppliers dbf file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchService.receiveAnalyzeFromSupplier(BatchAnalyze analyze,
Supplier supplier) |
void |
BatchService.sendAnalyzeToSupplier(BatchAnalyze analyze,
Date sentDate,
Date receiveLimitDate,
Supplier supplier)
Sauvegarde une analyze a envoyer.
|
| Modifier and Type | Method and Description |
|---|---|
Supplier |
SupplierImportModel.newEmptyInstance() |
| Constructor and Description |
|---|
AnalyzeImportModel(BatchDAO batchDAO,
Map<String,AnalyzeType> analyzeTypes,
Map<String,Supplier> suppliers) |
BatchImportModel(Map<String,Supplier> suppliers,
Map<String,Client> clients) |
| Modifier and Type | Class and Description |
|---|---|
class |
SupplierDAOAbstract<E extends Supplier> |
class |
SupplierDAOImpl<E extends Supplier> |
| Modifier and Type | Class and Description |
|---|---|
class |
SupplierAbstract |
class |
SupplierImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Supplier |
BatchAbstract.supplier
Nom de l'attribut en BD : supplier
|
protected Supplier |
BatchAnalyzeAbstract.supplier
Nom de l'attribut en BD : supplier
|
| Modifier and Type | Method and Description |
|---|---|
Supplier |
BatchAnalyze.getSupplier() |
Supplier |
BatchAbstract.getSupplier() |
Supplier |
Batch.getSupplier() |
Supplier |
BatchAnalyzeAbstract.getSupplier() |
| Modifier and Type | Method and Description |
|---|---|
List<Supplier> |
SupplierDAOImpl.findAllOnlyLabs()
Retourne seulement les fournisseurs de type laboratoire ordonnés par
nom.
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
BatchAnalyzeDAOAbstract.findAllBySupplier(Supplier v) |
List<E> |
BatchDAOAbstract.findAllBySupplier(Supplier v) |
E |
BatchAnalyzeDAOAbstract.findBySupplier(Supplier v) |
E |
BatchDAOAbstract.findBySupplier(Supplier v) |
void |
BatchAnalyze.setSupplier(Supplier supplier) |
void |
BatchAbstract.setSupplier(Supplier supplier) |
void |
Batch.setSupplier(Supplier supplier) |
void |
BatchAnalyzeAbstract.setSupplier(Supplier supplier) |
Copyright © 2012-2013 Herboristerie Cailleau. All Rights Reserved.