fr.paris.lutece.plugins.stock.commons.dao
Interface IStockDAO<K,E>

Type Parameters:
K - the key type
E - the element type
All Superinterfaces:
fr.paris.lutece.util.jpa.IGenericDAO<K,E>

public interface IStockDAO<K,E>
extends fr.paris.lutece.util.jpa.IGenericDAO<K,E>

Interface for DAO.

Author:
abataille

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

findAll

ResultList<E> findAll(PaginationProperties paginationProperties)
Return a list of products

Parameters:
paginationProperties - the pagination properties (may be null)
Returns:
list of product


Copyright © 2012 Mairie de Paris. All Rights Reserved.