| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.lang3.tuple.Pair<List<LabelError>,Long> |
ProductionService.getHistory(Date beginDate,
Date endDate,
int offset,
int count)
Get error history.
|
List<LabelError> |
ProductionService.getLabelErrorsForZone(Zone source)
Recupere toutes les erreurs d'import non traitées pour une zone.
|
| Modifier and Type | Method and Description |
|---|---|
protected Date |
ProductionService.getLabelErrorDate(LabelError labelError)
Extract label date in error line data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LabelErrorDAOAbstract<E extends LabelError> |
class |
LabelErrorDAOImpl<E extends LabelError> |
| Modifier and Type | Class and Description |
|---|---|
class |
LabelErrorAbstract |
class |
LabelErrorImpl |
| Modifier and Type | Method and Description |
|---|---|
List<LabelError> |
LabelErrorDAOImpl.findAllLabelErrors(Date beginDate,
Date endDate)
Recherche les erreurs par zone source ordonnée par la donnée.
|
List<LabelError> |
LabelErrorDAOImpl.findLabelErrors(Date beginDate,
Date endDate,
int offset,
int limit)
Recherche les erreurs par zone source ordonnée par la donnée.
|
List<LabelError> |
LabelErrorDAOImpl.findLabelErrorsBySource(Zone source)
Recherche les erreurs par zone source ordonnée par la donnée.
|
Copyright © 2012-2013 Herboristerie Cailleau. All Rights Reserved.