public interface ArticleService extends CrudService<ArticleDTO>
| Modifier and Type | Method and Description |
|---|---|
ArticleDTO |
create(ArticleCreateForm articleCreateForm) |
ArticleDTO |
update(java.lang.Long groupId,
ArticleUpdateForm articleUpdateForm) |
associations, create, create, delete, delete, update, updategetAll, getAll, getAll, getOneArticleDTO create(ArticleCreateForm articleCreateForm)
ArticleDTO update(java.lang.Long groupId, ArticleUpdateForm articleUpdateForm)
Copyright © 2018 Blossom Project. All rights reserved.