@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
CommercePaymentEntryAuditServiceUtil
Modifier and Type | Method and Description |
---|---|
java.util.List<CommercePaymentEntryAudit> |
getCommercePaymentEntries(long companyId,
long commercePaymentEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) |
CommercePaymentEntryAudit |
getCommercePaymentEntryAudit(long commercePaymentEntryAuditId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
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) |
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePaymentEntryAudit getCommercePaymentEntryAudit(long commercePaymentEntryAuditId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) 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