public class CommerceInventoryBookedQuantityServiceUtil
extends java.lang.Object
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.CommerceInventoryBookedQuantityService
Constructor and Description |
---|
CommerceInventoryBookedQuantityServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CommerceInventoryBookedQuantity> |
getCommerceInventoryBookedQuantities(long companyId,
java.lang.String sku,
int start,
int end) |
static java.util.List<CommerceInventoryBookedQuantity> |
getCommerceInventoryBookedQuantities(long companyId,
java.lang.String keywords,
java.lang.String sku,
int start,
int end) |
static int |
getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String sku) |
static int |
getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String keywords,
java.lang.String sku) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceInventoryBookedQuantityService |
getService() |
static void |
setService(CommerceInventoryBookedQuantityService service) |
public CommerceInventoryBookedQuantityServiceUtil()
public static 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
public static java.util.List<CommerceInventoryBookedQuantity> getCommerceInventoryBookedQuantities(long companyId, java.lang.String keywords, java.lang.String sku, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getCommerceInventoryBookedQuantitiesCount(long companyId, java.lang.String sku) throws com.liferay.portal.kernel.security.auth.PrincipalException
com.liferay.portal.kernel.security.auth.PrincipalException
public static int getCommerceInventoryBookedQuantitiesCount(long companyId, java.lang.String keywords, java.lang.String sku) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static CommerceInventoryBookedQuantityService getService()
public static void setService(CommerceInventoryBookedQuantityService service)