Interface CommercePaymentEntryAuditService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommercePaymentEntryAuditServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommercePaymentEntryAuditService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommercePaymentEntryAudit. 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:
-
Method Summary
Modifier and TypeMethodDescriptiongetCommercePaymentEntries
(long companyId, long commercePaymentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) getCommercePaymentEntryAudit
(long commercePaymentEntryAuditId) Returns the OSGi service identifier.search
(long companyId, long[] commercePaymentEntryIds, String[] logTypes, String keywords, int start, int end, String orderByField, boolean reverse)
-
Method Details
-
getCommercePaymentEntries
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePaymentEntryAudit getCommercePaymentEntryAudit(long commercePaymentEntryAuditId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
search
@Transactional(propagation=SUPPORTS, readOnly=true) 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
-