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) intgetCommercePaymentEntriesCount(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) voidsetWrappedService(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:
addCommercePaymentEntryin 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:
addOrUpdateCommercePaymentEntryin interfaceCommercePaymentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentEntry
public CommercePaymentEntry deleteCommercePaymentEntry(long commercePaymentEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePaymentEntryin interfaceCommercePaymentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePaymentEntry
public CommercePaymentEntry fetchCommercePaymentEntry(long commercePaymentEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePaymentEntryin 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:
fetchCommercePaymentEntryByExternalReferenceCodein 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:
getCommercePaymentEntriesin 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:
getCommercePaymentEntriesin 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:
getCommercePaymentEntriesCountin interfaceCommercePaymentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentEntry
public CommercePaymentEntry getCommercePaymentEntry(long commercePaymentEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentEntryin interfaceCommercePaymentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
getRefundedAmountin 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:
searchin 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:
updateCommercePaymentEntryin 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:
updateExternalReferenceCodein 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:
updateNotein 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:
updateReasonKeyin interfaceCommercePaymentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentEntryService>
-