public class CommercePaymentEntryAuditServiceWrapper extends java.lang.Object implements CommercePaymentEntryAuditService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryAuditService>
CommercePaymentEntryAuditService.CommercePaymentEntryAuditService| Constructor and Description |
|---|
CommercePaymentEntryAuditServiceWrapper() |
CommercePaymentEntryAuditServiceWrapper(CommercePaymentEntryAuditService commercePaymentEntryAuditService) |
| 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.
|
CommercePaymentEntryAuditService |
getWrappedService() |
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) |
void |
setWrappedService(CommercePaymentEntryAuditService commercePaymentEntryAuditService) |
public CommercePaymentEntryAuditServiceWrapper()
public CommercePaymentEntryAuditServiceWrapper(CommercePaymentEntryAuditService commercePaymentEntryAuditService)
public 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
getCommercePaymentEntries in interface CommercePaymentEntryAuditServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePaymentEntryAudit getCommercePaymentEntryAudit(long commercePaymentEntryAuditId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePaymentEntryAudit in interface CommercePaymentEntryAuditServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePaymentEntryAuditServicepublic 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
search in interface CommercePaymentEntryAuditServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePaymentEntryAuditService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryAuditService>public void setWrappedService(CommercePaymentEntryAuditService commercePaymentEntryAuditService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryAuditService>