Class CommercePaymentEntryAuditServiceWrapper
java.lang.Object
com.liferay.commerce.payment.service.CommercePaymentEntryAuditServiceWrapper
- All Implemented Interfaces:
CommercePaymentEntryAuditService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryAuditService>
public class CommercePaymentEntryAuditServiceWrapper
extends Object
implements CommercePaymentEntryAuditService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryAuditService>
Provides a wrapper for
CommercePaymentEntryAuditService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePaymentEntryAuditServiceWrapper
(CommercePaymentEntryAuditService commercePaymentEntryAuditService) -
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) void
setWrappedService
(CommercePaymentEntryAuditService commercePaymentEntryAuditService)
-
Constructor Details
-
CommercePaymentEntryAuditServiceWrapper
public CommercePaymentEntryAuditServiceWrapper() -
CommercePaymentEntryAuditServiceWrapper
public CommercePaymentEntryAuditServiceWrapper(CommercePaymentEntryAuditService commercePaymentEntryAuditService)
-
-
Method Details
-
getCommercePaymentEntries
public 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 - Specified by:
getCommercePaymentEntries
in interfaceCommercePaymentEntryAuditService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentEntryAudit
public CommercePaymentEntryAudit getCommercePaymentEntryAudit(long commercePaymentEntryAuditId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentEntryAudit
in interfaceCommercePaymentEntryAuditService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommercePaymentEntryAuditService
- Returns:
- the OSGi service identifier
-
search
public 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 - Specified by:
search
in interfaceCommercePaymentEntryAuditService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryAuditService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryAuditService>
-