0

Is the articleId of a Journal Article same as the entryId we get from:

assetEntry.getEntryId();

? If not how can i get articleId?

Thanks in advance.

irene
  • 37
  • 1
  • 9

1 Answers1

1

I don't really get the problem here,
you can use JournalArticleLocalServiceUtil to get the JournalArticles by various get Methods. After this you can just use JournalArticle.getArticleId()

Tator
  • 566
  • 6
  • 21