|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProviderDAO
IProviderDAO Interface
Method Summary | |
---|---|
java.util.List<Provider> |
findAllWithProducts()
Find all providers with products fetched |
java.util.List<Provider> |
findByFilter(ProviderFilter filter)
Find by filter |
Provider |
findByIdWithProducts(int nId)
Find by provider id with product fetched |
Methods inherited from interface fr.paris.lutece.util.jpa.IGenericDAO |
---|
create, findAll, findById, remove, update |
Method Detail |
---|
java.util.List<Provider> findAllWithProducts()
Provider findByIdWithProducts(int nId)
nId
- the provider id
java.util.List<Provider> findByFilter(ProviderFilter filter)
filter
- the filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |