Class CommerceInventoryWarehousesImporter
java.lang.Object
com.liferay.commerce.initializer.util.CommerceInventoryWarehousesImporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.liferay.portal.kernel.service.ServiceContext
getServiceContext
(long scopeGroupId, long userId) List<com.liferay.commerce.inventory.model.CommerceInventoryWarehouse>
importCommerceInventoryWarehouses
(com.liferay.portal.kernel.json.JSONArray jsonArray, long scopeGroupId, long userId)
-
Constructor Details
-
CommerceInventoryWarehousesImporter
public CommerceInventoryWarehousesImporter()
-
-
Method Details
-
importCommerceInventoryWarehouses
public List<com.liferay.commerce.inventory.model.CommerceInventoryWarehouse> importCommerceInventoryWarehouses(com.liferay.portal.kernel.json.JSONArray jsonArray, long scopeGroupId, long userId) throws Exception - Throws:
Exception
-
getServiceContext
protected com.liferay.portal.kernel.service.ServiceContext getServiceContext(long scopeGroupId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-