| Modifier and Type | Method and Description |
|---|---|
ArticleDTO |
ArticleServiceImpl.create(ArticleCreateForm articleCreateForm) |
ArticleDTO |
ArticleService.create(ArticleCreateForm articleCreateForm) |
ArticleDTO |
ArticleDTOMapper.mapEntity(Article entity) |
ArticleDTO |
ArticleServiceImpl.update(java.lang.Long articleId,
ArticleUpdateForm articleUpdateForm) |
ArticleDTO |
ArticleService.update(java.lang.Long groupId,
ArticleUpdateForm articleUpdateForm) |
| Modifier and Type | Method and Description |
|---|---|
Article |
ArticleDTOMapper.mapDto(ArticleDTO dto) |
| Constructor and Description |
|---|
ArticleUpdateForm(ArticleDTO article) |
Copyright © 2018 Blossom Project. All rights reserved.