| Package | Description |
|---|---|
| com.franciaflex.magalie.persistence | |
| com.franciaflex.magalie.persistence.dao | |
| com.franciaflex.magalie.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
Supplier |
Articles.GetSupplierFunction.apply(Article article) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<StoredArticle,Supplier> |
StoredArticles.getArticleSupplierFunction() |
static com.google.common.base.Function<Supplier,String> |
Suppliers.getSupplierGroup() |
static Comparator<Supplier> |
Suppliers.orderByNamesComparator() |
| Modifier and Type | Method and Description |
|---|---|
String |
Suppliers.GetName.apply(Supplier supplier) |
String |
Suppliers.GetSupplierGroup.apply(Supplier supplier) |
| Modifier and Type | Method and Description |
|---|---|
Supplier |
AbstractSupplierJpaDao.findByName(String v) |
Supplier |
AbstractSupplierJpaDao.findBySupplierGroup(String v) |
| Modifier and Type | Method and Description |
|---|---|
List<Supplier> |
AbstractSupplierJpaDao.findAllByName(String v) |
List<Supplier> |
AbstractSupplierJpaDao.findAllBySupplierGroup(String v) |
List<Supplier> |
SupplierDao.findAllWithReceivedArticles(Building building) |
List<Supplier> |
SupplierJpaDao.findAllWithReceivedArticles(Building building) |
protected Class<Supplier> |
AbstractSupplierJpaDao.getEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
List<Article> |
AbstractArticleJpaDao.findAllBySupplier(Supplier v) |
Article |
AbstractArticleJpaDao.findBySupplier(Supplier v) |
| Modifier and Type | Field and Description |
|---|---|
protected Supplier |
AbstractJpaArticle.supplier |
| Modifier and Type | Method and Description |
|---|---|
Supplier |
AbstractJpaArticle.getSupplier() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJpaArticle.setSupplier(Supplier supplier) |
Copyright © 2013 CodeLutin. All rights reserved.