Class CommerceInventoryBookedQuantityServiceUtil

java.lang.Object
com.liferay.commerce.inventory.service.CommerceInventoryBookedQuantityServiceUtil

public class CommerceInventoryBookedQuantityServiceUtil extends Object
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 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

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getService

      public static CommerceInventoryBookedQuantityService getService()