| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.model | |
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Field and Description |
|---|---|
protected Presentation |
PresentationModel.presentation |
| Modifier and Type | Method and Description |
|---|---|
Presentation |
PresentationModel.getPresentation() |
| Constructor and Description |
|---|
PresentationModel(Presentation presentation) |
| Modifier and Type | Method and Description |
|---|---|
Presentation |
BatchService.getPresentationById(String presentationId)
Get presentation by id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchService.updatePresentation(Presentation presentation)
Update presentation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PresentationDAOAbstract<E extends Presentation> |
class |
PresentationDAOImpl<E extends Presentation> |
| Modifier and Type | Class and Description |
|---|---|
class |
PresentationAbstract |
class |
PresentationImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Presentation |
ProductionAbstract.correction
Nom de l'attribut en BD : correction
|
protected Presentation |
ExpeditionAbstract.correction
Nom de l'attribut en BD : correction
|
protected Presentation |
ProductionAbstract.presentation
Nom de l'attribut en BD : presentation
|
protected Presentation |
ExpeditionAbstract.presentation
Nom de l'attribut en BD : presentation
|
| Modifier and Type | Method and Description |
|---|---|
Presentation |
Expedition.getCorrection() |
Presentation |
ProductionAbstract.getCorrection() |
Presentation |
Production.getCorrection() |
Presentation |
ExpeditionAbstract.getCorrection() |
Presentation |
Expedition.getPresentation() |
Presentation |
ProductionAbstract.getPresentation() |
Presentation |
Production.getPresentation() |
Presentation |
ExpeditionAbstract.getPresentation() |
| Modifier and Type | Method and Description |
|---|---|
List<Presentation> |
PresentationDAOImpl.findAllNonExpiredValid(String productName)
Find all presentation for non expired and valid batch.
|
List<Presentation> |
PresentationDAOImpl.findAllPresentationForbatch(Batch batch)
Retourne les presentations d'un lot.
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
ExpeditionDAOAbstract.findAllByCorrection(Presentation v) |
List<E> |
ProductionDAOAbstract.findAllByCorrection(Presentation v) |
List<E> |
ExpeditionDAOAbstract.findAllByPresentation(Presentation v) |
List<E> |
ProductionDAOAbstract.findAllByPresentation(Presentation v) |
E |
ExpeditionDAOAbstract.findByCorrection(Presentation v) |
E |
ProductionDAOAbstract.findByCorrection(Presentation v) |
E |
ExpeditionDAOAbstract.findByPresentation(Presentation v) |
E |
ProductionDAOAbstract.findByPresentation(Presentation v) |
List<ProductPlace> |
ProductPlaceDAOImpl.findByPresentationAndZone(Presentation presentation,
Zone zone)
Find unique product place for specified zone.
|
Expedition |
ExpeditionDAOImpl.findSingleForPresentationAndZone(Presentation presentation,
Zone zone)
Trouve une vente effectuée pour une presentation DEPUIS une zone.
|
void |
Expedition.setCorrection(Presentation correction) |
void |
ProductionAbstract.setCorrection(Presentation correction) |
void |
Production.setCorrection(Presentation correction) |
void |
ExpeditionAbstract.setCorrection(Presentation correction) |
void |
Expedition.setPresentation(Presentation presentation) |
void |
ProductionAbstract.setPresentation(Presentation presentation) |
void |
Production.setPresentation(Presentation presentation) |
void |
ExpeditionAbstract.setPresentation(Presentation presentation) |
Copyright © 2012–2013 Herboristerie Cailleau. All rights reserved.