Class CommerceInventoryBookedQuantityServiceWrapper
java.lang.Object
com.liferay.commerce.inventory.service.CommerceInventoryBookedQuantityServiceWrapper
- All Implemented Interfaces:
CommerceInventoryBookedQuantityService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityService>
public class CommerceInventoryBookedQuantityServiceWrapper
extends Object
implements CommerceInventoryBookedQuantityService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityService>
Provides a wrapper for
CommerceInventoryBookedQuantityService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceInventoryBookedQuantityServiceWrapper(CommerceInventoryBookedQuantityService commerceInventoryBookedQuantityService) -
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) intgetCommerceInventoryBookedQuantitiesCount(long companyId, String sku, String unitOfMeasureKey) intgetCommerceInventoryBookedQuantitiesCount(long companyId, String keywords, String sku, String unitOfMeasureKey) Returns the OSGi service identifier.voidsetWrappedService(CommerceInventoryBookedQuantityService commerceInventoryBookedQuantityService)
-
Constructor Details
-
CommerceInventoryBookedQuantityServiceWrapper
public CommerceInventoryBookedQuantityServiceWrapper() -
CommerceInventoryBookedQuantityServiceWrapper
public CommerceInventoryBookedQuantityServiceWrapper(CommerceInventoryBookedQuantityService commerceInventoryBookedQuantityService)
-
-
Method Details
-
getCommerceInventoryBookedQuantities
public List<CommerceInventoryBookedQuantity> getCommerceInventoryBookedQuantities(long companyId, String sku, String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.security.auth.PrincipalException - Specified by:
getCommerceInventoryBookedQuantitiesin interfaceCommerceInventoryBookedQuantityService- Throws:
com.liferay.portal.kernel.security.auth.PrincipalException
-
getCommerceInventoryBookedQuantities
public List<CommerceInventoryBookedQuantity> getCommerceInventoryBookedQuantities(long companyId, String keywords, String sku, String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryBookedQuantitiesin interfaceCommerceInventoryBookedQuantityService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryBookedQuantitiesCount
public int getCommerceInventoryBookedQuantitiesCount(long companyId, String sku, String unitOfMeasureKey) throws com.liferay.portal.kernel.security.auth.PrincipalException - Specified by:
getCommerceInventoryBookedQuantitiesCountin interfaceCommerceInventoryBookedQuantityService- Throws:
com.liferay.portal.kernel.security.auth.PrincipalException
-
getCommerceInventoryBookedQuantitiesCount
public int getCommerceInventoryBookedQuantitiesCount(long companyId, String keywords, String sku, String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryBookedQuantitiesCountin interfaceCommerceInventoryBookedQuantityService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceInventoryBookedQuantityService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityService>
-
setWrappedService
public void setWrappedService(CommerceInventoryBookedQuantityService commerceInventoryBookedQuantityService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityService>
-