| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Method and Description |
|---|---|
Map<Place,List<PresentationModel>> |
BatchService.findAllBatchPerPlacesAndProduct(Zone zone,
Place place,
String product)
Retourne toutes les presentations des lots non expirés par emplacements.
|
List<PresentationModel> |
BatchService.findAllPresentationsByBatch(Batch batch)
Find all presentation for batch.
|
| Modifier and Type | Method and Description |
|---|---|
List<PresentationModel> |
PresentationDAOImpl.findAllByBatchOrderByPresentation(Batch batch)
Retourne les presentations d'un lot ordonnées par le code presentation,
avec pour chaque présentation, ses emplacements théoriques disponibles.
|
List<PresentationModel> |
PresentationDAOImpl.findAllNonExpiredValidModel(String product)
Find all presentation for non expired and valid batch.
|
Copyright © 2012-2013 Herboristerie Cailleau. All Rights Reserved.