Class WebshopArticleServiceImpl
java.lang.Object
ch.tocco.nice2.optional.webshop.impl.WebshopArticleServiceImpl
- All Implemented Interfaces:
WebshopArticleService
-
Constructor Summary
ConstructorsConstructorDescriptionWebshopArticleServiceImpl(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:WebshopArticleServiceGet an article.- Specified by:
getArticlein interfaceWebshopArticleService- Parameters:
articleId- The id of the article.- Returns:
- the article.
-