Interface WebshopArticleService

All Known Implementing Classes:
WebshopArticleServiceImpl

public interface WebshopArticleService
DWR service to load an article with the PK.
  • Method Summary

    Modifier and Type
    Method
    Description
    getArticle(String articleId)
    Get an article.
  • Method Details

    • getArticle

      Article getArticle(String articleId)
      Get an article.
      Parameters:
      articleId - The id of the article.
      Returns:
      the article.