RE: Add a list of tags to a Journal article

Francesco Laquintana, modified 5 Years ago. Junior Member Posts: 44 Join Date: 5/16/19 Recent Posts
How add a list of tags (String[] tagList) to a Journal article? We use liferay 6.2
thumbnail
Fernando Fernandez, modified 5 Years ago. Expert Posts: 401 Join Date: 8/22/07 Recent Posts
Hi Francesco
You have to find the AssetEntry that represents that Journal Article and then add the tags to the Asset Entry. You have AssetEntryLocalServiceUtil, AssetTagLocalServiceUtil and JournalArticleLocalServiceUtil for that.
HTH
Fernando
Francesco Laquintana, modified 5 Years ago. Junior Member Posts: 44 Join Date: 5/16/19 Recent Posts
Can you explain with a example? Thanks