@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceInventoryBookedQuantityService
extends com.liferay.portal.kernel.service.BaseService
CommerceInventoryBookedQuantityServiceUtil| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceInventoryBookedQuantity> |
getCommerceInventoryBookedQuantities(long companyId,
java.lang.String sku,
int start,
int end) |
int |
getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String sku) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceInventoryBookedQuantity> getCommerceInventoryBookedQuantities(long companyId,
java.lang.String sku,
int start,
int end)
throws com.liferay.portal.kernel.security.auth.PrincipalException
com.liferay.portal.kernel.security.auth.PrincipalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String sku)
throws com.liferay.portal.kernel.security.auth.PrincipalException
com.liferay.portal.kernel.security.auth.PrincipalExceptionjava.lang.String getOSGiServiceIdentifier()