Class CommercePaymentEntryServiceWrapper
java.lang.Object
com.liferay.commerce.payment.service.CommercePaymentEntryServiceWrapper
- All Implemented Interfaces:
CommercePaymentEntryService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryService>
public class CommercePaymentEntryServiceWrapper
extends Object
implements CommercePaymentEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryService>
Provides a wrapper for
CommercePaymentEntryService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePaymentEntryServiceWrapper
(CommercePaymentEntryService commercePaymentEntryService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommercePaymentEntry
(long classNameId, long classPK, long commerceChannelId, BigDecimal amount, String callbackURL, String cancelURL, String currencyCode, String languageId, String note, String payload, String paymentIntegrationKey, int paymentIntegrationType, String reasonKey, String transactionCode, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) addOrUpdateCommercePaymentEntry
(String externalReferenceCode, long classNameId, long classPK, long commerceChannelId, BigDecimal amount, String callbackURL, String cancelURL, String currencyCode, String errorMessages, String languageId, String note, String payload, String paymentIntegrationKey, int paymentIntegrationType, int paymentStatus, String reasonKey, String redirectURL, String transactionCode, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCommercePaymentEntry
(long commercePaymentEntryId) fetchCommercePaymentEntry
(long commercePaymentEntryId) fetchCommercePaymentEntryByExternalReferenceCode
(String externalReferenceCode, long companyId) getCommercePaymentEntries
(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) getCommercePaymentEntries
(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) int
getCommercePaymentEntriesCount
(long companyId, long classNameId, long classPK, int type) getCommercePaymentEntry
(long commercePaymentEntryId) Returns the OSGi service identifier.getRefundedAmount
(long companyId, long classNameId, long classPK) search
(long companyId, long[] classNameIds, long[] classPKs, String[] currencyCodes, String keywords, String[] paymentMethodNames, int[] paymentStatuses, boolean excludeStatuses, int start, int end, com.liferay.portal.kernel.search.Sort sort) void
setWrappedService
(CommercePaymentEntryService commercePaymentEntryService) updateCommercePaymentEntry
(String externalReferenceCode, long commercePaymentEntryId, long commerceChannelId, BigDecimal amount, String callbackURL, String cancelURL, String currencyCode, String errorMessages, String languageId, String note, String payload, String paymentIntegrationKey, int paymentIntegrationType, int paymentStatus, String reasonKey, String redirectURL, String transactionCode, int type) updateExternalReferenceCode
(long commercePaymentEntryId, String externalReferenceCode) updateNote
(long commercePaymentEntryId, String note) updateReasonKey
(long commercePaymentEntryId, String reasonKey)
-
Constructor Details
-
CommercePaymentEntryServiceWrapper
public CommercePaymentEntryServiceWrapper() -
CommercePaymentEntryServiceWrapper
-
-
Method Details
-
addCommercePaymentEntry
public CommercePaymentEntry addCommercePaymentEntry(long classNameId, long classPK, long commerceChannelId, BigDecimal amount, String callbackURL, String cancelURL, String currencyCode, String languageId, String note, String payload, String paymentIntegrationKey, int paymentIntegrationType, String reasonKey, String transactionCode, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommercePaymentEntry
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addOrUpdateCommercePaymentEntry
public CommercePaymentEntry addOrUpdateCommercePaymentEntry(String externalReferenceCode, long classNameId, long classPK, long commerceChannelId, BigDecimal amount, String callbackURL, String cancelURL, String currencyCode, String errorMessages, String languageId, String note, String payload, String paymentIntegrationKey, int paymentIntegrationType, int paymentStatus, String reasonKey, String redirectURL, String transactionCode, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addOrUpdateCommercePaymentEntry
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentEntry
public CommercePaymentEntry deleteCommercePaymentEntry(long commercePaymentEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePaymentEntry
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePaymentEntry
public CommercePaymentEntry fetchCommercePaymentEntry(long commercePaymentEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePaymentEntry
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePaymentEntryByExternalReferenceCode
public CommercePaymentEntry fetchCommercePaymentEntryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePaymentEntryByExternalReferenceCode
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentEntries
public List<CommercePaymentEntry> getCommercePaymentEntries(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentEntries
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentEntries
public List<CommercePaymentEntry> getCommercePaymentEntries(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentEntries
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentEntriesCount
public int getCommercePaymentEntriesCount(long companyId, long classNameId, long classPK, int type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentEntriesCount
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentEntry
public CommercePaymentEntry getCommercePaymentEntry(long commercePaymentEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentEntry
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommercePaymentEntryService
- Returns:
- the OSGi service identifier
-
getRefundedAmount
public BigDecimal getRefundedAmount(long companyId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getRefundedAmount
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public List<CommercePaymentEntry> search(long companyId, long[] classNameIds, long[] classPKs, String[] currencyCodes, String keywords, String[] paymentMethodNames, int[] paymentStatuses, boolean excludeStatuses, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
search
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommercePaymentEntry
public CommercePaymentEntry updateCommercePaymentEntry(String externalReferenceCode, long commercePaymentEntryId, long commerceChannelId, BigDecimal amount, String callbackURL, String cancelURL, String currencyCode, String errorMessages, String languageId, String note, String payload, String paymentIntegrationKey, int paymentIntegrationType, int paymentStatus, String reasonKey, String redirectURL, String transactionCode, int type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommercePaymentEntry
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateExternalReferenceCode
public CommercePaymentEntry updateExternalReferenceCode(long commercePaymentEntryId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateExternalReferenceCode
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateNote
public CommercePaymentEntry updateNote(long commercePaymentEntryId, String note) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateNote
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateReasonKey
public CommercePaymentEntry updateReasonKey(long commercePaymentEntryId, String reasonKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateReasonKey
in interfaceCommercePaymentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryService>
-