Class CommerceInventoryAuditServiceWrapper
java.lang.Object
com.liferay.commerce.inventory.service.CommerceInventoryAuditServiceWrapper
- All Implemented Interfaces:
CommerceInventoryAuditService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryAuditService>
public class CommerceInventoryAuditServiceWrapper
extends Object
implements CommerceInventoryAuditService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryAuditService>
Provides a wrapper for
CommerceInventoryAuditService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceInventoryAuditServiceWrapper(CommerceInventoryAuditService commerceInventoryAuditService) -
Method Summary
Modifier and TypeMethodDescriptiongetCommerceInventoryAudits(long companyId, String sku, String unitOfMeasureKey, int start, int end) intgetCommerceInventoryAuditsCount(long companyId, String sku, String unitOfMeasureKey) Returns the OSGi service identifier.voidsetWrappedService(CommerceInventoryAuditService commerceInventoryAuditService)
-
Constructor Details
-
CommerceInventoryAuditServiceWrapper
public CommerceInventoryAuditServiceWrapper() -
CommerceInventoryAuditServiceWrapper
public CommerceInventoryAuditServiceWrapper(CommerceInventoryAuditService commerceInventoryAuditService)
-
-
Method Details
-
getCommerceInventoryAudits
public List<CommerceInventoryAudit> getCommerceInventoryAudits(long companyId, String sku, String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryAuditsin interfaceCommerceInventoryAuditService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryAuditsCount
public int getCommerceInventoryAuditsCount(long companyId, String sku, String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryAuditsCountin interfaceCommerceInventoryAuditService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceInventoryAuditService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryAuditService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryAuditService>
-