Class WebshopArticleServiceImpl
java.lang.Object
ch.tocco.nice2.optional.webshop.impl.WebshopArticleServiceImpl
- All Implemented Interfaces:
WebshopArticleService
-
Constructor Summary
ConstructorDescriptionWebshopArticleServiceImpl
(EntityDocumentsService entityDocumentsService, ContentTreeService contentTreeService, CommandExecutor commandExecutor, CurrentArticlePriceService currentArticlePriceService, VatCalculationService vatCalculationService) -
Method Summary
-
Constructor Details
-
WebshopArticleServiceImpl
public WebshopArticleServiceImpl(EntityDocumentsService entityDocumentsService, ContentTreeService contentTreeService, CommandExecutor commandExecutor, CurrentArticlePriceService currentArticlePriceService, VatCalculationService vatCalculationService)
-
-
Method Details
-
getArticle
Description copied from interface:WebshopArticleService
Get an article.- Specified by:
getArticle
in interfaceWebshopArticleService
- Parameters:
articleId
- The id of the article.- Returns:
- the article.
-