public class CommercePaymentEntryAuditServiceUtil
extends java.lang.Object
com.liferay.commerce.payment.service.impl.CommercePaymentEntryAuditServiceImpl
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.CommercePaymentEntryAuditService
Constructor and Description |
---|
CommercePaymentEntryAuditServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CommercePaymentEntryAudit> |
getCommercePaymentEntries(long companyId,
long commercePaymentEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) |
static CommercePaymentEntryAudit |
getCommercePaymentEntryAudit(long commercePaymentEntryAuditId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommercePaymentEntryAuditService |
getService() |
static java.util.List<CommercePaymentEntryAudit> |
search(long companyId,
long[] commercePaymentEntryIds,
java.lang.String[] logTypes,
java.lang.String keywords,
int start,
int end,
java.lang.String orderByField,
boolean reverse) |
public CommercePaymentEntryAuditServiceUtil()
public static java.util.List<CommercePaymentEntryAudit> getCommercePaymentEntries(long companyId, long commercePaymentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommercePaymentEntryAudit getCommercePaymentEntryAudit(long commercePaymentEntryAuditId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static java.util.List<CommercePaymentEntryAudit> search(long companyId, long[] commercePaymentEntryIds, java.lang.String[] logTypes, java.lang.String keywords, int start, int end, java.lang.String orderByField, boolean reverse) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommercePaymentEntryAuditService getService()