public interface StoredArticleDao
| Modifier and Type | Method and Description |
|---|---|
List<StoredArticle> |
findAllByLocation(Location location) |
List<StoredArticle> |
findAllForArticleInBuilding(Article article,
Building building) |
List<StoredArticle> |
findAllReceivedForAllSupplier(Building building) |
List<StoredArticle> |
findAllReceivedForSupplier(Building building,
String supplierId) |
StoredArticle |
findDetachedById(String storedArticleId) |
StoredArticle |
findInReception(Building building,
Article article) |
List<StoredArticle> findAllForArticleInBuilding(Article article, Building building)
List<StoredArticle> findAllReceivedForAllSupplier(Building building)
List<StoredArticle> findAllReceivedForSupplier(Building building, String supplierId)
StoredArticle findDetachedById(String storedArticleId)
List<StoredArticle> findAllByLocation(Location location)
StoredArticle findInReception(Building building, Article article)
Copyright © 2013 CodeLutin. All rights reserved.