|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProviderHome
IProviderHome
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.IGenericHome |
---|
create, findAll, findByPrimaryKey, remove, update |
Method Detail |
---|
@Transactional(readOnly=true) java.util.List<Provider> findAllWithProducts()
@Transactional(readOnly=true) java.util.List<Provider> findByFilter(ProviderFilter filter)
filter
- the filter
@Transactional(readOnly=true) Provider findByIdWithProducts(int nId)
nId
- the provider id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |