|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- the key typeE
- the element typepublic interface IStockDAO<K,E>
Interface for DAO.
Method Summary | |
---|---|
ResultList<E> |
findAll(PaginationProperties paginationProperties)
Return a list of products |
Methods inherited from interface fr.paris.lutece.util.jpa.IGenericDAO |
---|
create, detach, findAll, findById, flush, remove, update |
Method Detail |
---|
ResultList<E> findAll(PaginationProperties paginationProperties)
paginationProperties
- the pagination properties (may be null)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |