| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.business.services.csv | |
| 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<LabelError> |
ProductionService.getLabelErrorsForZone(Zone source)
Recupere toutes les erreurs d'import non traitées pour une zone.
|
Date |
ProductionService.getLastImportDate(Zone zone)
Retourne la configuration pour obtenir les dates de dernière
mise à jour (import expedition/fabrication).
|
List<Place> |
ReferentialService.getPlaces(Zone zone)
Get places ordered by code for zone.
|
protected ImportLog |
ProductionService.importSingleLine(String[] csvdata,
Zone sourceZone)
Extraction du code de control et d'enregistrement dans un methode
séparée de la routine d'import pour être aussi utilisé lors du replay.
|
| Modifier and Type | Field and Description |
|---|---|
protected Zone |
PlaceBean.zone |
protected Zone |
InventoryBean.zone |
| Modifier and Type | Method and Description |
|---|---|
Zone |
PlaceBean.getZone() |
Zone |
InventoryBean.getZone() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceBean.setZone(Zone zone) |
void |
InventoryBean.setZone(Zone zone) |
| Modifier and Type | Field and Description |
|---|---|
protected Zone |
ProductionAbstract.destination
Nom de l'attribut en BD : destination
|
protected Zone |
ExpeditionAbstract.destination
Nom de l'attribut en BD : destination
|
protected Zone |
ProductionAbstract.source
Nom de l'attribut en BD : source
|
protected Zone |
LabelErrorAbstract.source
Nom de l'attribut en BD : source
|
protected Zone |
ExpeditionAbstract.source
La source source du lieu qui a réalisé l'expédition
Nom de l'attribut en BD : source
|
protected Zone |
PlaceAbstract.zone
Nom de l'attribut en BD : zone
|
| Modifier and Type | Method and Description |
|---|---|
Zone |
Expedition.getDestination() |
Zone |
ProductionAbstract.getDestination() |
Zone |
Production.getDestination() |
Zone |
ExpeditionAbstract.getDestination() |
Zone |
Expedition.getSource() |
Zone |
ProductionAbstract.getSource() |
Zone |
Production.getSource() |
Zone |
LabelError.getSource() |
Zone |
LabelErrorAbstract.getSource() |
Zone |
ExpeditionAbstract.getSource() |
Zone |
PlaceAbstract.getZone() |
Zone |
Place.getZone() |
static Zone |
Zone.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zone[] |
Zone.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
ExpeditionDAOAbstract.findAllByDestination(Zone v) |
List<E> |
ProductionDAOAbstract.findAllByDestination(Zone v) |
List<E> |
ExpeditionDAOAbstract.findAllBySource(Zone v) |
List<E> |
LabelErrorDAOAbstract.findAllBySource(Zone v) |
List<E> |
ProductionDAOAbstract.findAllBySource(Zone v) |
List<E> |
PlaceDAOAbstract.findAllByZone(Zone v) |
List<Place> |
PlaceDAOImpl.findAllForZone(Zone zone)
Renvoie les emplacements pour une zone.
|
E |
ExpeditionDAOAbstract.findByDestination(Zone v) |
E |
ProductionDAOAbstract.findByDestination(Zone v) |
List<ProductPlace> |
ProductPlaceDAOImpl.findByPresentationAndZone(Presentation presentation,
Zone zone)
Find unique product place for specified zone.
|
E |
ExpeditionDAOAbstract.findBySource(Zone v) |
E |
LabelErrorDAOAbstract.findBySource(Zone v) |
E |
ProductionDAOAbstract.findBySource(Zone v) |
E |
PlaceDAOAbstract.findByZone(Zone v) |
List<LabelError> |
LabelErrorDAOImpl.findLabelErrorsBySource(Zone source)
Recherche les erreurs par zone source ordonnée par la donnée.
|
Date |
ProductionDAOImpl.findMaxDateForZone(Zone zone)
Trouve parmis les production la date de la derniere production
effectuer par la zone source specifiée.
|
Date |
ExpeditionDAOImpl.findMaxDateForZone(Zone zone)
Trouve parmis les expedition la date de la derniere expedition
effectuer par la zone sources specifiée.
|
Expedition |
ExpeditionDAOImpl.findSingleForPresentationAndZone(Presentation presentation,
Zone zone)
Trouve une vente effectuée pour une presentation DEPUIS une zone.
|
void |
Expedition.setDestination(Zone destination) |
void |
ProductionAbstract.setDestination(Zone destination) |
void |
Production.setDestination(Zone destination) |
void |
ExpeditionAbstract.setDestination(Zone destination) |
void |
Expedition.setSource(Zone source) |
void |
ProductionAbstract.setSource(Zone source) |
void |
Production.setSource(Zone source) |
void |
LabelError.setSource(Zone source) |
void |
LabelErrorAbstract.setSource(Zone source) |
void |
ExpeditionAbstract.setSource(Zone source) |
void |
PlaceAbstract.setZone(Zone zone) |
void |
Place.setZone(Zone zone) |
Copyright © 2012-2013 Herboristerie Cailleau. All Rights Reserved.