Interface CommerceInventoryBookedQuantityService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceInventoryBookedQuantityServiceWrapper
@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
Provides the remote service interface for CommerceInventoryBookedQuantity. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptiongetCommerceInventoryBookedQuantities
(long companyId, String sku, String unitOfMeasureKey, int start, int end) getCommerceInventoryBookedQuantities
(long companyId, String keywords, String sku, String unitOfMeasureKey, int start, int end) int
getCommerceInventoryBookedQuantitiesCount
(long companyId, String sku, String unitOfMeasureKey) int
getCommerceInventoryBookedQuantitiesCount
(long companyId, String keywords, String sku, String unitOfMeasureKey) Returns the OSGi service identifier.
-
Method Details
-
getCommerceInventoryBookedQuantities
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceInventoryBookedQuantity> getCommerceInventoryBookedQuantities(long companyId, String sku, String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.security.auth.PrincipalException - Throws:
com.liferay.portal.kernel.security.auth.PrincipalException
-
getCommerceInventoryBookedQuantities
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceInventoryBookedQuantity> getCommerceInventoryBookedQuantities(long companyId, String keywords, String sku, String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryBookedQuantitiesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceInventoryBookedQuantitiesCount(long companyId, String sku, String unitOfMeasureKey) throws com.liferay.portal.kernel.security.auth.PrincipalException - Throws:
com.liferay.portal.kernel.security.auth.PrincipalException
-
getCommerceInventoryBookedQuantitiesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceInventoryBookedQuantitiesCount(long companyId, String keywords, String sku, String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-