Class CommerceInventoryAuditServiceUtil
java.lang.Object
com.liferay.commerce.inventory.service.CommerceInventoryAuditServiceUtil
Provides the remote service utility for CommerceInventoryAudit. This utility wraps
com.liferay.commerce.inventory.service.impl.CommerceInventoryAuditServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<CommerceInventoryAudit>
getCommerceInventoryAudits
(long companyId, String sku, String unitOfMeasureKey, int start, int end) static int
getCommerceInventoryAuditsCount
(long companyId, String sku, String unitOfMeasureKey) static String
Returns the OSGi service identifier.
-
Constructor Details
-
CommerceInventoryAuditServiceUtil
public CommerceInventoryAuditServiceUtil()
-
-
Method Details
-
getCommerceInventoryAudits
public static List<CommerceInventoryAudit> getCommerceInventoryAudits(long companyId, String sku, String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryAuditsCount
public static int getCommerceInventoryAuditsCount(long companyId, String sku, String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-