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) voidsetWrappedService(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:
getCommercePaymentEntriesin interfaceCommercePaymentEntryAuditService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentEntryAudit
public CommercePaymentEntryAudit getCommercePaymentEntryAudit(long commercePaymentEntryAuditId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentEntryAuditin interfaceCommercePaymentEntryAuditService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
searchin interfaceCommercePaymentEntryAuditService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryAuditService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryAuditService>
-