Class CommerceInventoryBookedQuantityServiceUtil
java.lang.Object
com.liferay.commerce.inventory.service.CommerceInventoryBookedQuantityServiceUtil
Provides the remote service utility for CommerceInventoryBookedQuantity. This utility wraps
com.liferay.commerce.inventory.service.impl.CommerceInventoryBookedQuantityServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. 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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<CommerceInventoryBookedQuantity>
getCommerceInventoryBookedQuantities
(long companyId, String sku, String unitOfMeasureKey, int start, int end) static List<CommerceInventoryBookedQuantity>
getCommerceInventoryBookedQuantities
(long companyId, String keywords, String sku, String unitOfMeasureKey, int start, int end) static int
getCommerceInventoryBookedQuantitiesCount
(long companyId, String sku, String unitOfMeasureKey) static int
getCommerceInventoryBookedQuantitiesCount
(long companyId, String keywords, String sku, String unitOfMeasureKey) static String
Returns the OSGi service identifier.
-
Constructor Details
-
CommerceInventoryBookedQuantityServiceUtil
public CommerceInventoryBookedQuantityServiceUtil()
-
-
Method Details
-
getCommerceInventoryBookedQuantities
public static 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
public static 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
public static 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
public static 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
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-