| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.services | |
| 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.getAllSupplierLabFirst()
Return all suppliers (laboratory first).
|
List<Supplier> |
ReferentialService.getSuppliers(int offset,
int count)
Get suppliers ordered by code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchService.receiveAnalyzeFromSupplier(Analyze analyze,
Supplier supplier) |
void |
BatchService.sendAnalyzeToSupplier(Analyze analyze,
Supplier supplier) |
| 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 |
AnalyzeAbstract.supplier
Nom de l'attribut en BD : supplier
|
| Modifier and Type | Method and Description |
|---|---|
Supplier |
Batch.getSupplier() |
Supplier |
BatchAbstract.getSupplier() |
Supplier |
AnalyzeAbstract.getSupplier() |
Supplier |
Analyze.getSupplier() |
| Modifier and Type | Method and Description |
|---|---|
List<Supplier> |
SupplierDAOImpl.findAllOrderByLabFirst() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
AnalyzeDAOAbstract.findAllBySupplier(Supplier v) |
List<E> |
BatchDAOAbstract.findAllBySupplier(Supplier v) |
E |
AnalyzeDAOAbstract.findBySupplier(Supplier v) |
E |
BatchDAOAbstract.findBySupplier(Supplier v) |
void |
Batch.setSupplier(Supplier supplier) |
void |
BatchAbstract.setSupplier(Supplier supplier) |
void |
AnalyzeAbstract.setSupplier(Supplier supplier) |
void |
Analyze.setSupplier(Supplier supplier) |
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.