LF 7.2 API's

thumbnail
Kiran Yalavali, modified 6 Years ago. Regular Member Posts: 175 Join Date: 10/15/14 Recent Posts
Hi ,

I have looked for API in LF6,
com.liferay.portlet.journal.model.JournalStructure;
com.liferay.portlet.journal.model.JournalStructure;com.liferay.portlet.journal.service.JournalStructureLocalServiceUtil;
com.liferay.portlet.journal.service.JournalTemplateLocalServiceUtil;

How can import in LF7 APIs but I can't find it.
Can Anybody help me explain why it doesn't exists anymore in LF7.
thumbnail
Olaf Kock, modified 6 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts
Kiran Yalavali:

Hi ,

I have looked for API in LF6,
...
How can import in LF7 APIs but I can't find it.
Note that several packages have been changed in the process of modularization with Liferay 7. Please refer to the Breaking Changes document (and note: This is 6.2 to 7.0, there might be more changes in later versions, but the step from 6.2 to 7.0 was the most notable)

"Ctrl-F com.liferay.portlet.journal"
And, of course, for accessing the APIs, you'll need to introduce the proper dependencies to your modules.