Class DDMFormImporter
java.lang.Object
com.liferay.commerce.initializer.util.DDMFormImporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
importDDMForms
(com.liferay.portal.kernel.json.JSONArray jsonArray, long scopeGroupId, long userId) protected void
updatePermissions
(long companyId, String name, String primKey, com.liferay.portal.kernel.json.JSONArray jsonArray)
-
Constructor Details
-
DDMFormImporter
public DDMFormImporter()
-
-
Method Details
-
importDDMForms
public void importDDMForms(com.liferay.portal.kernel.json.JSONArray jsonArray, 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
-