public class CommerceInventoryAuditServiceUtil
extends java.lang.Object
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.CommerceInventoryAuditService
Constructor and Description |
---|
CommerceInventoryAuditServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CommerceInventoryAudit> |
getCommerceInventoryAudits(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey,
int start,
int end) |
static int |
getCommerceInventoryAuditsCount(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceInventoryAuditService |
getService() |
public static java.util.List<CommerceInventoryAudit> getCommerceInventoryAudits(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getCommerceInventoryAuditsCount(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static CommerceInventoryAuditService getService()