| Package | Description |
|---|---|
| com.franciaflex.magalie.persistence.dao | |
| com.franciaflex.magalie.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
Warehouse |
AbstractWarehouseJpaDao.findByBuilding(Building v) |
Warehouse |
AbstractWarehouseJpaDao.findByCode(String v) |
Warehouse |
AbstractWarehouseJpaDao.findByWithdrawAllowed(boolean v) |
| Modifier and Type | Method and Description |
|---|---|
List<Warehouse> |
AbstractWarehouseJpaDao.findAllByBuilding(Building v) |
List<Warehouse> |
AbstractWarehouseJpaDao.findAllByCode(String v) |
List<Warehouse> |
AbstractWarehouseJpaDao.findAllByWithdrawAllowed(boolean v) |
List<Warehouse> |
WarehouseJpaDao.findAllWithoutLocations(Building building) |
List<Warehouse> |
WarehouseDao.findAllWithoutLocations(Building building) |
protected Class<Warehouse> |
AbstractWarehouseJpaDao.getEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
Kanban |
KanbanDao.find(Article article,
Warehouse warehouse) |
Kanban |
KanbanJpaDao.find(Article article,
Warehouse warehouse) |
Location |
LocationJpaDao.find(String code,
Warehouse warehouse) |
Location |
LocationDao.find(String code,
Warehouse warehouse) |
List<Kanban> |
AbstractKanbanJpaDao.findAllByWarehouse(Warehouse v) |
List<Location> |
AbstractLocationJpaDao.findAllByWarehouse(Warehouse v) |
List<Location> |
LocationJpaDao.findAllWithoutReception(Warehouse warehouse,
boolean limitExtraLocationsTo50) |
List<Location> |
LocationDao.findAllWithoutReception(Warehouse warehouse,
boolean limitExtraLocationsTo50) |
Kanban |
AbstractKanbanJpaDao.findByWarehouse(Warehouse v) |
Location |
AbstractLocationJpaDao.findByWarehouse(Warehouse v) |
| Modifier and Type | Field and Description |
|---|---|
protected Warehouse |
AbstractJpaLocation.warehouse |
protected Warehouse |
AbstractJpaKanban.warehouse |
| Modifier and Type | Method and Description |
|---|---|
Warehouse |
AbstractJpaLocation.getWarehouse() |
Warehouse |
AbstractJpaKanban.getWarehouse() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJpaLocation.setWarehouse(Warehouse warehouse) |
void |
AbstractJpaKanban.setWarehouse(Warehouse warehouse) |
Copyright © 2013 CodeLutin. All rights reserved.