Interface WebshopArticleService
- All Known Implementing Classes:
WebshopArticleServiceImpl
public interface WebshopArticleService
DWR service to load an article with the PK.
-
Method Summary
-
Method Details
-
getArticle
Get an article.- Parameters:
articleId
- The id of the article.- Returns:
- the article.
-