| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.model | |
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.business.services.csv | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Field and Description |
|---|---|
protected List<Place> |
PresentationModel.places |
| Modifier and Type | Method and Description |
|---|---|
List<Place> |
PresentationModel.getPlaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
PresentationModel.addPlace(Place place) |
| Modifier and Type | Method and Description |
|---|---|
protected Place |
ReferentialService.getPlaceByCode(String code)
Utile seulement pour les tests.
|
Place |
ReferentialService.getPlaceById(String placeId) |
| 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<Place> |
ReferentialService.getPlaces()
Get places ordered by code.
|
List<Place> |
ReferentialService.getPlaces(Zone zone)
Get places ordered by code for zone.
|
List<ImportLog<Place>> |
ReferentialService.importPlaces(File file)
Import place csv file.
|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Place |
InventoryBean.place |
| Modifier and Type | Method and Description |
|---|---|
Place |
InventoryBean.getPlace() |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryBean.setPlace(Place place) |
| Constructor and Description |
|---|
InventoryImportModel(Map<Integer,Batch> batchCache,
Map<String,Place> places,
Map<String,Product> products) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlaceDAOAbstract<E extends Place> |
class |
PlaceDAOImpl<E extends Place>
Operations specifiques au emplacements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlaceAbstract |
class |
PlaceImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Place |
ProductPlaceAbstract.place
Nom de l'attribut en BD : place
|
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Place> |
PresentationAbstract.inventoryPlaces
Nom de l'attribut en BD : inventoryPlaces
|
| Modifier and Type | Method and Description |
|---|---|
Place |
Presentation.getInventoryPlacesByTopiaId(String topiaId) |
Place |
PresentationAbstract.getInventoryPlacesByTopiaId(String topiaId) |
Place |
ProductPlaceAbstract.getPlace() |
Place |
ProductPlace.getPlace() |
| Modifier and Type | Method and Description |
|---|---|
List<Place> |
PlaceDAOImpl.findAllForZone(Zone zone)
Renvoie les emplacements pour une zone.
|
Collection<Place> |
Presentation.getInventoryPlaces() |
Collection<Place> |
PresentationAbstract.getInventoryPlaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
Presentation.addInventoryPlaces(Place inventoryPlaces) |
void |
PresentationAbstract.addInventoryPlaces(Place inventoryPlaces) |
List<E> |
ProductPlaceDAOAbstract.findAllByPlace(Place v) |
List<E> |
PresentationDAOAbstract.findAllContainsInventoryPlaces(Place v) |
E |
ProductPlaceDAOAbstract.findByPlace(Place v) |
E |
PresentationDAOAbstract.findContainsInventoryPlaces(Place v) |
long |
PlaceDAOImpl.getProductInventoredIntoPlace(Place place)
Retourne le nombre de presentation inventorié à un emplacement.
|
void |
Presentation.removeInventoryPlaces(Place inventoryPlaces) |
void |
PresentationAbstract.removeInventoryPlaces(Place inventoryPlaces) |
void |
ProductPlaceAbstract.setPlace(Place place) |
void |
ProductPlace.setPlace(Place place) |
| Modifier and Type | Method and Description |
|---|---|
void |
Presentation.addAllInventoryPlaces(Collection<Place> inventoryPlaces) |
void |
PresentationAbstract.addAllInventoryPlaces(Collection<Place> inventoryPlaces) |
void |
Presentation.setInventoryPlaces(Collection<Place> inventoryPlaces) |
void |
PresentationAbstract.setInventoryPlaces(Collection<Place> inventoryPlaces) |
Copyright © 2012–2013 Herboristerie Cailleau. All rights reserved.