Critere de recherche
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package fr.eni.enchere.bll;
|
||||
|
||||
import fr.eni.enchere.bo.Article;
|
||||
import fr.eni.enchere.bo.SearchArticleCritere;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -12,4 +13,5 @@ public interface ArticleService {
|
||||
void deleteArticle(int id);
|
||||
void updateArticle(int id);
|
||||
List<Article> findArticleByTitle(String title);
|
||||
List<Article> searchArticle(SearchArticleCritere critere);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user