| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.business.services.csv | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Method and Description |
|---|---|
Date |
ProductionService.getLastImportDate(Zone zone)
Retourne la configuration pour obtenir les dates de dernière
mise à jour (import expedition/fabrication).
|
| Modifier and Type | Field and Description |
|---|---|
protected Zone |
PlaceBean.zone |
| Modifier and Type | Method and Description |
|---|---|
Zone |
PlaceBean.getZone() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceBean.setZone(Zone zone) |
| Modifier and Type | Field and Description |
|---|---|
protected Zone |
ProductionAbstract.destination
Nom de l'attribut en BD : destination
|
protected Zone |
ProductionAbstract.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 |
Production.getDestination() |
Zone |
ProductionAbstract.getDestination() |
Zone |
Production.getSource() |
Zone |
ProductionAbstract.getSource() |
Zone |
ExpeditionAbstract.getSource() |
Zone |
Expedition.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> |
ProductionDAOAbstract.findAllByDestination(Zone v) |
List<E> |
ProductionDAOAbstract.findAllBySource(Zone v) |
List<E> |
ExpeditionDAOAbstract.findAllBySource(Zone v) |
List<E> |
PlaceDAOAbstract.findAllByZone(Zone v) |
E |
ProductionDAOAbstract.findByDestination(Zone v) |
List<ProductPlace> |
ProductPlaceDAOImpl.findByPresentationAndZone(Presentation presentation,
Zone zone)
Find unique product place for specified zone.
|
E |
ProductionDAOAbstract.findBySource(Zone v) |
E |
ExpeditionDAOAbstract.findBySource(Zone v) |
E |
PlaceDAOAbstract.findByZone(Zone v) |
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.
|
Production |
ProductionDAOImpl.findSingleForPresentationAndZone(Presentation presentation,
Zone zone)
Trouve une production effectuée pour une présentation VERS une zone.
|
Expedition |
ExpeditionDAOImpl.findSingleForPresentationAndZone(Presentation presentation,
Zone zone)
Trouve une vente effectuée pour une presentation DEPUIS une zone.
|
void |
Production.setDestination(Zone destination) |
void |
ProductionAbstract.setDestination(Zone destination) |
void |
Production.setSource(Zone source) |
void |
ProductionAbstract.setSource(Zone source) |
void |
ExpeditionAbstract.setSource(Zone source) |
void |
Expedition.setSource(Zone source) |
void |
PlaceAbstract.setZone(Zone zone) |
void |
Place.setZone(Zone zone) |
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.