This commit is contained in:
@@ -26,6 +26,7 @@ public interface IArticleManager {
|
||||
public List<Article> getArticles(Integer confId) throws ConferenceDoesntExistException;
|
||||
public List<Article> getArticleOfAuthor(Conference conf, User Author);
|
||||
public List<Article> getArticlesOfMember(Conference conf, User member);
|
||||
//public List<Article> getAllArticles();
|
||||
|
||||
//FIXME a d<>placer dans user??
|
||||
public List<?> getArticlePCMembers(Article article);
|
||||
|
||||
Reference in New Issue
Block a user