@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,
java.lang.String unitOfMeasureKey,
int start,
int end) |
java.util.List<CommerceInventoryBookedQuantity> |
getCommerceInventoryBookedQuantities(long companyId,
java.lang.String keywords,
java.lang.String sku,
java.lang.String unitOfMeasureKey,
int start,
int end) |
int |
getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
int |
getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String keywords,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
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, java.lang.String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.security.auth.PrincipalException
com.liferay.portal.kernel.security.auth.PrincipalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<CommerceInventoryBookedQuantity> getCommerceInventoryBookedQuantities(long companyId, java.lang.String keywords, java.lang.String sku, java.lang.String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceInventoryBookedQuantitiesCount(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey) 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 keywords, java.lang.String sku, java.lang.String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()