public class StoredArticleJpaDao extends AbstractStoredArticleJpaDao
| Constructor and Description |
|---|
StoredArticleJpaDao(javax.persistence.EntityManager entityManager) |
| 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) |
findAllByArticle, findAllByBatchCode, findAllByQuantity, findAllByReceptionPriority, findByArticle, findByBatchCode, findByLocation, findByQuantity, findByReceptionPriority, getEntityClasscontains, createQuery, createQuery, createQuery, createQuery, createQuery, createQuery, findAll, findAll, findAllByProperties, findAllByProperty, findAllContains, findAnyOrNull, findById, findByProperties, findByProperty, findContains, findUnique, findUniqueOrNull, merge, newInstance, persist, removepublic StoredArticleJpaDao(javax.persistence.EntityManager entityManager)
public List<StoredArticle> findAllForArticleInBuilding(Article article, Building building)
public List<StoredArticle> findAllReceivedForAllSupplier(Building building)
public List<StoredArticle> findAllReceivedForSupplier(Building building, String supplierId)
public List<StoredArticle> findAllByLocation(Location location)
findAllByLocation in interface StoredArticleDaofindAllByLocation in class AbstractStoredArticleJpaDaopublic StoredArticle findDetachedById(String storedArticleId)
public StoredArticle findInReception(Building building, Article article)
Copyright © 2013 CodeLutin. All rights reserved.