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) int
getCommerceInventoryBookedQuantitiesCount
(long companyId, String sku, String unitOfMeasureKey) int
getCommerceInventoryBookedQuantitiesCount
(long companyId, String keywords, String sku, String unitOfMeasureKey) Returns the OSGi service identifier.void
setWrappedService
(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:
getCommerceInventoryBookedQuantities
in 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:
getCommerceInventoryBookedQuantities
in 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:
getCommerceInventoryBookedQuantitiesCount
in 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:
getCommerceInventoryBookedQuantitiesCount
in interfaceCommerceInventoryBookedQuantityService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceInventoryBookedQuantityService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityService>
-
setWrappedService
public void setWrappedService(CommerceInventoryBookedQuantityService commerceInventoryBookedQuantityService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityService>
-