public class ArticleServiceImpl extends GenericCrudServiceImpl<ArticleDTO,Article> implements ArticleService
associationRegistry, crudDao, publisherdao, mapper| Constructor and Description |
|---|
ArticleServiceImpl(ArticleDao dao,
ArticleDTOMapper mapper,
org.springframework.context.ApplicationEventPublisher publisher,
org.springframework.plugin.core.PluginRegistry<AssociationServicePlugin,java.lang.Class<? extends AbstractDTO>> associationRegistry) |
| Modifier and Type | Method and Description |
|---|---|
ArticleDTO |
create(ArticleCreateForm articleCreateForm) |
ArticleDTO |
update(java.lang.Long articleId,
ArticleUpdateForm articleUpdateForm) |
associations, create, create, delete, delete, update, updategetAll, getAll, getAll, getOne, supportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociations, create, create, delete, delete, update, updategetAll, getAll, getAll, getOnepublic ArticleServiceImpl(ArticleDao dao, ArticleDTOMapper mapper, org.springframework.context.ApplicationEventPublisher publisher, org.springframework.plugin.core.PluginRegistry<AssociationServicePlugin,java.lang.Class<? extends AbstractDTO>> associationRegistry)
@Transactional public ArticleDTO create(ArticleCreateForm articleCreateForm)
create in interface ArticleService@Transactional public ArticleDTO update(java.lang.Long articleId, ArticleUpdateForm articleUpdateForm)
update in interface ArticleServiceCopyright © 2018 Blossom Project. All rights reserved.