| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.model | |
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Method and Description |
|---|---|
String |
SearchColumn.getValueFor(BatchModel batchModel) |
| Modifier and Type | Method and Description |
|---|---|
BatchModel |
BatchService.getBatchModelById(String batchId)
Get batch instance with batch id.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.lang3.tuple.Pair<List<BatchModel>,Long> |
BatchService.searchBatch(SearchModel search,
int offset,
int count)
Return
count result and total result count in a Pair
elements. |
| Modifier and Type | Method and Description |
|---|---|
BatchModel |
BatchDAOImpl.findModelByTopiaId(String batchId)
Retourne un batch model (batch + meta info) à partir du topia id.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchModel> |
BatchDAOImpl.findAllModel(SearchModel search)
Retourne des lots en incluant dans le modèle, la quantité totale
restante pour l'ensemble du lot...
|
List<BatchModel> |
BatchDAOImpl.findAllModel(SearchModel search,
int offset,
int limit)
Retourne des lots en incluant dans le modèle, la quantité totale
restante pour l'ensemble du lot...
|
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.