This commit is contained in:
Jialin Wang
2008-01-26 22:22:58 +00:00
parent 54ece010eb
commit a9d998a2e8

View File

@@ -26,6 +26,7 @@ public interface IArticleManager {
public List<Article> getArticles(Integer confId) throws ConferenceDoesntExistException; public List<Article> getArticles(Integer confId) throws ConferenceDoesntExistException;
public List<Article> getArticleOfAuthor(Conference conf, User Author); public List<Article> getArticleOfAuthor(Conference conf, User Author);
public List<Article> getArticlesOfMember(Conference conf, User member); public List<Article> getArticlesOfMember(Conference conf, User member);
//public List<Article> getAllArticles();
//FIXME a d<>placer dans user?? //FIXME a d<>placer dans user??
public List<?> getArticlePCMembers(Article article); public List<?> getArticlePCMembers(Article article);