Class BlogsImporter
java.lang.Object
com.liferay.commerce.initializer.util.BlogsImporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
importBlogsEntries
(com.liferay.portal.kernel.json.JSONArray jsonArray, ClassLoader classLoader, String imageDependenciesPath, long scopeGroupId, long userId) protected void
updatePermissions
(long companyId, String name, String primKey, com.liferay.portal.kernel.json.JSONArray jsonArray)
-
Constructor Details
-
BlogsImporter
public BlogsImporter()
-
-
Method Details
-
importBlogsEntries
public void importBlogsEntries(com.liferay.portal.kernel.json.JSONArray jsonArray, ClassLoader classLoader, String imageDependenciesPath, long scopeGroupId, long userId) throws Exception - Throws:
Exception
-
updatePermissions
protected void updatePermissions(long companyId, String name, String primKey, com.liferay.portal.kernel.json.JSONArray jsonArray) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-