| 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(SearchModel searchModel,
BatchModel batchModel) |
| Modifier and Type | Method and Description |
|---|---|
protected List<BatchModel> |
BatchService.addBatchAnalyzeToModel(SearchModel search,
List<BatchModel> elements)
Perform new query to add batch analyze to model if query request for
SearchColumn.ANALYZE_CONFORMITY. |
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. |
InputStream |
BatchService.searchBatchASCsv(SearchModel search)
Export la recherche en csv.
|
| Modifier and Type | Method and Description |
|---|---|
long |
BatchDAOImpl.findAllCount(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)
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...
|
protected Object |
BatchDAOImpl.performQueryWithFilter(SearchModel search,
String queryPrefix,
String querySuffix,
int offset,
int limit)
Construit la requete réutilisable avec des bout de requete (avant/après)
suivant ce que doit effectivement retourner la requete.
|
Copyright © 2012-2013 Herboristerie Cailleau. All Rights Reserved.