Class CommerceAccountsImporter
java.lang.Object
com.liferay.commerce.initializer.util.CommerceAccountsImporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.liferay.portal.kernel.model.Country
getCountry
(String twoLetterISOCode) void
importCommerceAccounts
(com.liferay.portal.kernel.json.JSONArray jsonArray, ClassLoader classLoader, String dependenciesPath, long scopeGroupId, long userId)
-
Constructor Details
-
CommerceAccountsImporter
public CommerceAccountsImporter()
-
-
Method Details
-
importCommerceAccounts
public void importCommerceAccounts(com.liferay.portal.kernel.json.JSONArray jsonArray, ClassLoader classLoader, String dependenciesPath, long scopeGroupId, long userId) throws Exception - Throws:
Exception
-
getCountry
protected com.liferay.portal.kernel.model.Country getCountry(String twoLetterISOCode) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-