| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.business.services.csv | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Method and Description |
|---|---|
protected PresentationCode |
ProductionService.getPresentationCode(String productId)
Extrait le code presentation pour une étiquette produit.
|
| Modifier and Type | Method and Description |
|---|---|
protected Date |
BatchService.getBatchDefaultExpiratedDate(Batch batch,
PresentationCode presentationCode)
Pour toutes les entrées de lots dans le fichier FIF_REC.dbf ayant comme code produit FXXXX
déclaré la date d'épuisement du lot par défaut à J+7.
|
| Modifier and Type | Field and Description |
|---|---|
protected PresentationCode |
PlaceBean.presentationCode |
protected PresentationCode |
InventoryBean.presentationCode |
| Modifier and Type | Method and Description |
|---|---|
PresentationCode |
PlaceBean.getPresentationCode() |
PresentationCode |
InventoryBean.getPresentationCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceBean.setPresentationCode(PresentationCode presentationCode) |
void |
InventoryBean.setPresentationCode(PresentationCode presentationCode) |
| Modifier and Type | Field and Description |
|---|---|
protected PresentationCode |
PresentationCode.equivalence
Equivalence de facturation correspondant à un autre code presentation.
|
protected PresentationCode |
ProductPlaceAbstract.presentationCode
Nom de l'attribut en BD : presentationCode
|
protected PresentationCode |
PresentationAbstract.presentationCode
Nom de l'attribut en BD : presentationCode
|
| Modifier and Type | Method and Description |
|---|---|
PresentationCode |
PresentationCode.getEquivalence() |
PresentationCode |
ProductPlaceAbstract.getPresentationCode() |
PresentationCode |
Presentation.getPresentationCode() |
PresentationCode |
ProductPlace.getPresentationCode() |
PresentationCode |
PresentationAbstract.getPresentationCode() |
static PresentationCode |
PresentationCode.getPresentationCodeFor(char code) |
static PresentationCode |
PresentationCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresentationCode[] |
PresentationCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
E |
PresentationDAOAbstract.create(Batch batch,
PresentationCode presentationCode)
Deprecated.
|
E |
PresentationDAOAbstract.createByNaturalId(Batch batch,
PresentationCode presentationCode) |
E |
PresentationDAOAbstract.createByNotNull(Batch batch,
PresentationCode presentationCode) |
boolean |
PresentationDAOAbstract.existByNaturalId(Batch batch,
PresentationCode presentationCode) |
List<E> |
ProductPlaceDAOAbstract.findAllByPresentationCode(PresentationCode v) |
List<E> |
PresentationDAOAbstract.findAllByPresentationCode(PresentationCode v) |
E |
PresentationDAOAbstract.findByNaturalId(Batch batch,
PresentationCode presentationCode) |
E |
ProductPlaceDAOAbstract.findByPresentationCode(PresentationCode v) |
E |
PresentationDAOAbstract.findByPresentationCode(PresentationCode v) |
void |
ProductPlaceAbstract.setPresentationCode(PresentationCode presentationCode) |
void |
Presentation.setPresentationCode(PresentationCode presentationCode) |
void |
ProductPlace.setPresentationCode(PresentationCode presentationCode) |
void |
PresentationAbstract.setPresentationCode(PresentationCode presentationCode) |
Copyright © 2012–2014 Herboristerie Cailleau. All rights reserved.