Class CommercePaymentEntryAuditServiceUtil
java.lang.Object
com.liferay.commerce.payment.service.CommercePaymentEntryAuditServiceUtil
Provides the remote service utility for CommercePaymentEntryAudit. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 String
Returns the OSGi service identifier.static List<CommercePaymentEntryAudit>
search
(long companyId, long[] commercePaymentEntryIds, String[] logTypes, String keywords, int start, int end, String orderByField, boolean reverse)
-
Constructor Details
-
CommercePaymentEntryAuditServiceUtil
public CommercePaymentEntryAuditServiceUtil()
-
-
Method Details
-
getCommercePaymentEntries
public static 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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentEntryAudit
public static CommercePaymentEntryAudit getCommercePaymentEntryAudit(long commercePaymentEntryAuditId) 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
-
search
public static List<CommercePaymentEntryAudit> search(long companyId, long[] commercePaymentEntryIds, String[] logTypes, String keywords, int start, int end, String orderByField, boolean reverse) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-