public interface CommerceInventoryEngineContributor
Modifier and Type | Method and Description |
---|---|
void |
consumeQuantityContribute(long userId,
long commerceInventoryWarehouseId,
java.lang.String sku,
int quantity,
long bookedQuantityId,
java.util.Map<java.lang.String,java.lang.String> context) |
void |
decreaseStockQuantityContribute(long userId,
long commerceInventoryWarehouseId,
java.lang.String sku,
int quantity) |
void |
increaseStockQuantityContribute(long userId,
long commerceInventoryWarehouseId,
java.lang.String sku,
int quantity) |
void consumeQuantityContribute(long userId, long commerceInventoryWarehouseId, java.lang.String sku, int quantity, long bookedQuantityId, java.util.Map<java.lang.String,java.lang.String> context) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void decreaseStockQuantityContribute(long userId, long commerceInventoryWarehouseId, java.lang.String sku, int quantity) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void increaseStockQuantityContribute(long userId, long commerceInventoryWarehouseId, java.lang.String sku, int quantity) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException