public class CommerceInventoryBookedQuantityServiceWrapper extends java.lang.Object implements CommerceInventoryBookedQuantityService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityService>
CommerceInventoryBookedQuantityService.CommerceInventoryBookedQuantityService| Constructor and Description |
|---|
CommerceInventoryBookedQuantityServiceWrapper() |
CommerceInventoryBookedQuantityServiceWrapper(CommerceInventoryBookedQuantityService commerceInventoryBookedQuantityService) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceInventoryBookedQuantity> |
getCommerceInventoryBookedQuantities(long companyId,
java.lang.String sku,
int start,
int end) |
int |
getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String sku) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceInventoryBookedQuantityService |
getWrappedService() |
void |
setWrappedService(CommerceInventoryBookedQuantityService commerceInventoryBookedQuantityService) |
public CommerceInventoryBookedQuantityServiceWrapper()
public CommerceInventoryBookedQuantityServiceWrapper(CommerceInventoryBookedQuantityService commerceInventoryBookedQuantityService)
public java.util.List<CommerceInventoryBookedQuantity> getCommerceInventoryBookedQuantities(long companyId, java.lang.String sku, int start, int end) throws com.liferay.portal.kernel.security.auth.PrincipalException
getCommerceInventoryBookedQuantities in interface CommerceInventoryBookedQuantityServicecom.liferay.portal.kernel.security.auth.PrincipalExceptionpublic int getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String sku)
throws com.liferay.portal.kernel.security.auth.PrincipalException
getCommerceInventoryBookedQuantitiesCount in interface CommerceInventoryBookedQuantityServicecom.liferay.portal.kernel.security.auth.PrincipalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceInventoryBookedQuantityServicepublic CommerceInventoryBookedQuantityService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityService>public void setWrappedService(CommerceInventoryBookedQuantityService commerceInventoryBookedQuantityService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityService>