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