I have created structure and template through portal UI. Now I am creating the journal article programmatically in the action class. While creating a journal article in the action class I want to set the existing structure and template to this journal article. I am trying to use the following method but here what is meant by ddmStructureKey and ddmTemplateKey.
Are those related to my requirement only?
JournalArticleLocalServiceUtil.addArticle(userId, groupId, folderId, titleMap, descriptionMap, content, ddmStructureKey, ddmTemplateKey, serviceContext)
Help me out on this unknown thing. Thanks.