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) int
getCommerceInventoryAuditsCount
(long companyId, String sku, String unitOfMeasureKey) Returns the OSGi service identifier.void
setWrappedService
(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:
getCommerceInventoryAudits
in 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:
getCommerceInventoryAuditsCount
in interfaceCommerceInventoryAuditService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceInventoryAuditService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryAuditService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryAuditService>
-