Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.liferay.commerce.service.CommerceOrderServiceWrapper Maven / Gradle / Ivy
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
package com.liferay.commerce.service;
import com.liferay.portal.kernel.service.ServiceWrapper;
/**
* Provides a wrapper for {@link CommerceOrderService}.
*
* @author Alessio Antonio Rendina
* @see CommerceOrderService
* @generated
*/
public class CommerceOrderServiceWrapper
implements CommerceOrderService, ServiceWrapper {
public CommerceOrderServiceWrapper() {
this(null);
}
public CommerceOrderServiceWrapper(
CommerceOrderService commerceOrderService) {
_commerceOrderService = commerceOrderService;
}
@Override
public com.liferay.portal.kernel.repository.model.FileEntry
addAttachmentFileEntry(
String externalReferenceCode, long userId, long commerceOrderId,
String fileName, java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.addAttachmentFileEntry(
externalReferenceCode, userId, commerceOrderId, fileName,
inputStream);
}
@Override
public com.liferay.commerce.model.CommerceOrder addCommerceOrder(
long groupId, long commerceAccountId, long commerceCurrencyId,
long commerceOrderTypeId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.addCommerceOrder(
groupId, commerceAccountId, commerceCurrencyId,
commerceOrderTypeId);
}
@Override
public com.liferay.commerce.model.CommerceOrder addOrUpdateCommerceOrder(
String externalReferenceCode, long groupId, long billingAddressId,
long commerceAccountId, long commerceCurrencyId,
long commerceOrderTypeId, long commerceShippingMethodId,
long shippingAddressId, String advanceStatus,
String commercePaymentMethodKey, String name, int orderDateMonth,
int orderDateDay, int orderDateYear, int orderDateHour,
int orderDateMinute, int orderStatus, int paymentStatus,
String purchaseOrderNumber, java.math.BigDecimal shippingAmount,
String shippingOptionName,
java.math.BigDecimal shippingWithTaxAmount,
java.math.BigDecimal subtotal,
java.math.BigDecimal subtotalWithTaxAmount,
java.math.BigDecimal taxAmount, java.math.BigDecimal total,
java.math.BigDecimal totalWithTaxAmount,
com.liferay.commerce.context.CommerceContext commerceContext,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.addOrUpdateCommerceOrder(
externalReferenceCode, groupId, billingAddressId, commerceAccountId,
commerceCurrencyId, commerceOrderTypeId, commerceShippingMethodId,
shippingAddressId, advanceStatus, commercePaymentMethodKey, name,
orderDateMonth, orderDateDay, orderDateYear, orderDateHour,
orderDateMinute, orderStatus, paymentStatus, purchaseOrderNumber,
shippingAmount, shippingOptionName, shippingWithTaxAmount, subtotal,
subtotalWithTaxAmount, taxAmount, total, totalWithTaxAmount,
commerceContext, serviceContext);
}
@Override
public com.liferay.commerce.model.CommerceOrder addOrUpdateCommerceOrder(
String externalReferenceCode, long groupId, long billingAddressId,
long commerceAccountId, long commerceCurrencyId,
long commerceOrderTypeId, long commerceShippingMethodId,
long shippingAddressId, String advanceStatus,
String commercePaymentMethodKey, String name, int orderStatus,
int paymentStatus, String purchaseOrderNumber,
java.math.BigDecimal shippingAmount, String shippingOptionName,
java.math.BigDecimal shippingWithTaxAmount,
java.math.BigDecimal subtotal,
java.math.BigDecimal subtotalWithTaxAmount,
java.math.BigDecimal taxAmount, java.math.BigDecimal total,
java.math.BigDecimal totalWithTaxAmount,
com.liferay.commerce.context.CommerceContext commerceContext,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.addOrUpdateCommerceOrder(
externalReferenceCode, groupId, billingAddressId, commerceAccountId,
commerceCurrencyId, commerceOrderTypeId, commerceShippingMethodId,
shippingAddressId, advanceStatus, commercePaymentMethodKey, name,
orderStatus, paymentStatus, purchaseOrderNumber, shippingAmount,
shippingOptionName, shippingWithTaxAmount, subtotal,
subtotalWithTaxAmount, taxAmount, total, totalWithTaxAmount,
commerceContext, serviceContext);
}
@Override
public com.liferay.commerce.model.CommerceOrder applyCouponCode(
long commerceOrderId, String couponCode,
com.liferay.commerce.context.CommerceContext commerceContext)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.applyCouponCode(
commerceOrderId, couponCode, commerceContext);
}
@Override
public void deleteAttachmentFileEntry(
long attachmentFileEntryId, long commerceOrderId)
throws com.liferay.portal.kernel.exception.PortalException {
_commerceOrderService.deleteAttachmentFileEntry(
attachmentFileEntryId, commerceOrderId);
}
@Override
public void deleteCommerceOrder(long commerceOrderId)
throws com.liferay.portal.kernel.exception.PortalException {
_commerceOrderService.deleteCommerceOrder(commerceOrderId);
}
@Override
public com.liferay.commerce.model.CommerceOrder executeWorkflowTransition(
long commerceOrderId, long workflowTaskId, String transitionName,
String comment)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.executeWorkflowTransition(
commerceOrderId, workflowTaskId, transitionName, comment);
}
@Override
public com.liferay.commerce.model.CommerceOrder fetchCommerceOrder(
long commerceOrderId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.fetchCommerceOrder(commerceOrderId);
}
/**
* @deprecated As of Athanasius (7.3.x)
*/
@Deprecated
@Override
public com.liferay.commerce.model.CommerceOrder fetchCommerceOrder(
long commerceAccountId, long groupId, int orderStatus)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.fetchCommerceOrder(
commerceAccountId, groupId, orderStatus);
}
@Override
public com.liferay.commerce.model.CommerceOrder fetchCommerceOrder(
long commerceAccountId, long groupId, long userId, int orderStatus)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.fetchCommerceOrder(
commerceAccountId, groupId, userId, orderStatus);
}
@Override
public com.liferay.commerce.model.CommerceOrder fetchCommerceOrder(
String uuid, long groupId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.fetchCommerceOrder(uuid, groupId);
}
@Override
public com.liferay.commerce.model.CommerceOrder
fetchCommerceOrderByExternalReferenceCode(
String externalReferenceCode, long companyId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.fetchCommerceOrderByExternalReferenceCode(
externalReferenceCode, companyId);
}
@Override
public com.liferay.commerce.model.CommerceOrder getCommerceOrder(
long commerceOrderId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getCommerceOrder(commerceOrderId);
}
@Override
public com.liferay.commerce.model.CommerceOrder
getCommerceOrderByUuidAndGroupId(String uuid, long groupId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getCommerceOrderByUuidAndGroupId(
uuid, groupId);
}
@Override
public java.util.List
getCommerceOrders(
long groupId, int start, int end,
com.liferay.portal.kernel.util.OrderByComparator
orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getCommerceOrders(
groupId, start, end, orderByComparator);
}
@Override
public java.util.List
getCommerceOrders(long groupId, int[] orderStatuses)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getCommerceOrders(groupId, orderStatuses);
}
@Override
public java.util.List
getCommerceOrders(
long groupId, int[] orderStatuses, int start, int end)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getCommerceOrders(
groupId, orderStatuses, start, end);
}
@Override
public java.util.List
getCommerceOrders(
long groupId, long commerceAccountId, int start, int end,
com.liferay.portal.kernel.util.OrderByComparator
orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getCommerceOrders(
groupId, commerceAccountId, start, end, orderByComparator);
}
@Override
public int getCommerceOrdersCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getCommerceOrdersCount(groupId);
}
@Override
public int getCommerceOrdersCount(long groupId, long commerceAccountId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getCommerceOrdersCount(
groupId, commerceAccountId);
}
/**
* Returns the OSGi service identifier.
*
* @return the OSGi service identifier
*/
@Override
public String getOSGiServiceIdentifier() {
return _commerceOrderService.getOSGiServiceIdentifier();
}
@Override
public java.util.List
getPendingCommerceOrders(
long groupId, long commerceAccountId, String keywords,
int start, int end)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getPendingCommerceOrders(
groupId, commerceAccountId, keywords, start, end);
}
@Override
public long getPendingCommerceOrdersCount(long companyId, long groupId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getPendingCommerceOrdersCount(
companyId, groupId);
}
@Override
public int getPendingCommerceOrdersCount(
long groupId, long commerceAccountId, String keywords)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getPendingCommerceOrdersCount(
groupId, commerceAccountId, keywords);
}
@Override
public java.util.List
getPlacedCommerceOrders(
long companyId, long groupId, int start, int end)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getPlacedCommerceOrders(
companyId, groupId, start, end);
}
@Override
public java.util.List
getPlacedCommerceOrders(
long groupId, long commerceAccountId, String keywords,
int start, int end)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getPlacedCommerceOrders(
groupId, commerceAccountId, keywords, start, end);
}
@Override
public long getPlacedCommerceOrdersCount(long companyId, long groupId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getPlacedCommerceOrdersCount(
companyId, groupId);
}
@Override
public int getPlacedCommerceOrdersCount(
long groupId, long commerceAccountId, String keywords)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getPlacedCommerceOrdersCount(
groupId, commerceAccountId, keywords);
}
@Override
public java.util.List
getUserCommerceOrders(
long companyId, long groupId, String keywords, int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getUserCommerceOrders(
companyId, groupId, keywords, start, end);
}
@Override
public long getUserCommerceOrdersCount(
long companyId, long groupId, String keywords)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getUserCommerceOrdersCount(
companyId, groupId, keywords);
}
@Override
public java.util.List
getUserOpenCommerceOrders(
long companyId, long groupId, String keywords, int start,
int end, com.liferay.portal.kernel.search.Sort sort)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getUserOpenCommerceOrders(
companyId, groupId, keywords, start, end, sort);
}
@Override
public java.util.List
getUserPendingCommerceOrders(
long companyId, long groupId, String keywords, int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getUserPendingCommerceOrders(
companyId, groupId, keywords, start, end);
}
@Override
public long getUserPendingCommerceOrdersCount(
long companyId, long groupId, String keywords)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getUserPendingCommerceOrdersCount(
companyId, groupId, keywords);
}
@Override
public java.util.List
getUserPlacedCommerceOrders(
long companyId, long groupId, String keywords, int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getUserPlacedCommerceOrders(
companyId, groupId, keywords, start, end);
}
@Override
public java.util.List
getUserPlacedCommerceOrders(
long companyId, long groupId, String keywords, int start,
int end, com.liferay.portal.kernel.search.Sort sort)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getUserPlacedCommerceOrders(
companyId, groupId, keywords, start, end, sort);
}
@Override
public long getUserPlacedCommerceOrdersCount(
long companyId, long groupId, String keywords)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.getUserPlacedCommerceOrdersCount(
companyId, groupId, keywords);
}
@Override
public void mergeGuestCommerceOrder(
long guestCommerceOrderId, long userCommerceOrderId,
com.liferay.commerce.context.CommerceContext commerceContext,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException {
_commerceOrderService.mergeGuestCommerceOrder(
guestCommerceOrderId, userCommerceOrderId, commerceContext,
serviceContext);
}
@Override
public com.liferay.commerce.model.CommerceOrder recalculatePrice(
long commerceOrderId,
com.liferay.commerce.context.CommerceContext commerceContext)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.recalculatePrice(
commerceOrderId, commerceContext);
}
@Override
public com.liferay.commerce.model.CommerceOrder reorderCommerceOrder(
long commerceOrderId,
com.liferay.commerce.context.CommerceContext commerceContext)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.reorderCommerceOrder(
commerceOrderId, commerceContext);
}
@Override
public com.liferay.commerce.model.CommerceOrder resetCommerceOrderAddresses(
long commerceOrderId, boolean billingAddress,
boolean shippingAddress)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.resetCommerceOrderAddresses(
commerceOrderId, billingAddress, shippingAddress);
}
@Override
public com.liferay.commerce.model.CommerceOrder resetTermsAndConditions(
long commerceOrderId, boolean deliveryCommerceTermEntry,
boolean paymentCommerceTermEntry)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.resetTermsAndConditions(
commerceOrderId, deliveryCommerceTermEntry,
paymentCommerceTermEntry);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateBillingAddress(
long commerceOrderId, long billingAddressId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateBillingAddress(
commerceOrderId, billingAddressId);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateBillingAddress(
long commerceOrderId, String name, String description,
String street1, String street2, String street3, String city,
String zip, long regionId, long countryId, String phoneNumber,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateBillingAddress(
commerceOrderId, name, description, street1, street2, street3, city,
zip, regionId, countryId, phoneNumber, serviceContext);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateCommerceOrder(
com.liferay.commerce.model.CommerceOrder commerceOrder)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateCommerceOrder(commerceOrder);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateCommerceOrder(
String externalReferenceCode, long commerceOrderId,
long billingAddressId, long commerceShippingMethodId,
long shippingAddressId, String advanceStatus,
String commercePaymentMethodKey, String name,
String purchaseOrderNumber, java.math.BigDecimal shippingAmount,
String shippingOptionName, java.math.BigDecimal subtotal,
java.math.BigDecimal total)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateCommerceOrder(
externalReferenceCode, commerceOrderId, billingAddressId,
commerceShippingMethodId, shippingAddressId, advanceStatus,
commercePaymentMethodKey, name, purchaseOrderNumber, shippingAmount,
shippingOptionName, subtotal, total);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateCommerceOrder(
String externalReferenceCode, long commerceOrderId,
long billingAddressId, long commerceShippingMethodId,
long shippingAddressId, String advanceStatus,
String commercePaymentMethodKey, String name,
String purchaseOrderNumber, java.math.BigDecimal shippingAmount,
String shippingOptionName,
java.math.BigDecimal shippingWithTaxAmount,
java.math.BigDecimal subtotal,
java.math.BigDecimal subtotalWithTaxAmount,
java.math.BigDecimal taxAmount, java.math.BigDecimal total,
java.math.BigDecimal totalDiscountAmount,
java.math.BigDecimal totalWithTaxAmount)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateCommerceOrder(
externalReferenceCode, commerceOrderId, billingAddressId,
commerceShippingMethodId, shippingAddressId, advanceStatus,
commercePaymentMethodKey, name, purchaseOrderNumber, shippingAmount,
shippingOptionName, shippingWithTaxAmount, subtotal,
subtotalWithTaxAmount, taxAmount, total, totalDiscountAmount,
totalWithTaxAmount);
}
@Override
public com.liferay.commerce.model.CommerceOrder
updateCommerceOrderExternalReferenceCode(
String externalReferenceCode, long commerceOrderId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateCommerceOrderExternalReferenceCode(
externalReferenceCode, commerceOrderId);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateCommerceOrderPrices(
long commerceOrderId, java.math.BigDecimal shippingAmount,
java.math.BigDecimal shippingDiscountAmount,
java.math.BigDecimal shippingDiscountPercentageLevel1,
java.math.BigDecimal shippingDiscountPercentageLevel2,
java.math.BigDecimal shippingDiscountPercentageLevel3,
java.math.BigDecimal shippingDiscountPercentageLevel4,
java.math.BigDecimal subtotal,
java.math.BigDecimal subtotalDiscountAmount,
java.math.BigDecimal subtotalDiscountPercentageLevel1,
java.math.BigDecimal subtotalDiscountPercentageLevel2,
java.math.BigDecimal subtotalDiscountPercentageLevel3,
java.math.BigDecimal subtotalDiscountPercentageLevel4,
java.math.BigDecimal taxAmount, java.math.BigDecimal total,
java.math.BigDecimal totalDiscountAmount,
java.math.BigDecimal totalDiscountPercentageLevel1,
java.math.BigDecimal totalDiscountPercentageLevel2,
java.math.BigDecimal totalDiscountPercentageLevel3,
java.math.BigDecimal totalDiscountPercentageLevel4)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateCommerceOrderPrices(
commerceOrderId, shippingAmount, shippingDiscountAmount,
shippingDiscountPercentageLevel1, shippingDiscountPercentageLevel2,
shippingDiscountPercentageLevel3, shippingDiscountPercentageLevel4,
subtotal, subtotalDiscountAmount, subtotalDiscountPercentageLevel1,
subtotalDiscountPercentageLevel2, subtotalDiscountPercentageLevel3,
subtotalDiscountPercentageLevel4, taxAmount, total,
totalDiscountAmount, totalDiscountPercentageLevel1,
totalDiscountPercentageLevel2, totalDiscountPercentageLevel3,
totalDiscountPercentageLevel4);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateCommerceOrderPrices(
long commerceOrderId, java.math.BigDecimal shippingAmount,
java.math.BigDecimal shippingDiscountAmount,
java.math.BigDecimal shippingDiscountPercentageLevel1,
java.math.BigDecimal shippingDiscountPercentageLevel2,
java.math.BigDecimal shippingDiscountPercentageLevel3,
java.math.BigDecimal shippingDiscountPercentageLevel4,
java.math.BigDecimal shippingDiscountPercentageLevel1WithTaxAmount,
java.math.BigDecimal shippingDiscountPercentageLevel2WithTaxAmount,
java.math.BigDecimal shippingDiscountPercentageLevel3WithTaxAmount,
java.math.BigDecimal shippingDiscountPercentageLevel4WithTaxAmount,
java.math.BigDecimal shippingDiscountWithTaxAmount,
java.math.BigDecimal shippingWithTaxAmount,
java.math.BigDecimal subtotal,
java.math.BigDecimal subtotalDiscountAmount,
java.math.BigDecimal subtotalDiscountPercentageLevel1,
java.math.BigDecimal subtotalDiscountPercentageLevel2,
java.math.BigDecimal subtotalDiscountPercentageLevel3,
java.math.BigDecimal subtotalDiscountPercentageLevel4,
java.math.BigDecimal subtotalDiscountPercentageLevel1WithTaxAmount,
java.math.BigDecimal subtotalDiscountPercentageLevel2WithTaxAmount,
java.math.BigDecimal subtotalDiscountPercentageLevel3WithTaxAmount,
java.math.BigDecimal subtotalDiscountPercentageLevel4WithTaxAmount,
java.math.BigDecimal subtotalDiscountWithTaxAmount,
java.math.BigDecimal subtotalWithTaxAmount,
java.math.BigDecimal taxAmount, java.math.BigDecimal total,
java.math.BigDecimal totalDiscountAmount,
java.math.BigDecimal totalDiscountPercentageLevel1,
java.math.BigDecimal totalDiscountPercentageLevel2,
java.math.BigDecimal totalDiscountPercentageLevel3,
java.math.BigDecimal totalDiscountPercentageLevel4,
java.math.BigDecimal totalDiscountPercentageLevel1WithTaxAmount,
java.math.BigDecimal totalDiscountPercentageLevel2WithTaxAmount,
java.math.BigDecimal totalDiscountPercentageLevel3WithTaxAmount,
java.math.BigDecimal totalDiscountPercentageLevel4WithTaxAmount,
java.math.BigDecimal totalDiscountWithTaxAmount,
java.math.BigDecimal totalWithTaxAmount)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateCommerceOrderPrices(
commerceOrderId, shippingAmount, shippingDiscountAmount,
shippingDiscountPercentageLevel1, shippingDiscountPercentageLevel2,
shippingDiscountPercentageLevel3, shippingDiscountPercentageLevel4,
shippingDiscountPercentageLevel1WithTaxAmount,
shippingDiscountPercentageLevel2WithTaxAmount,
shippingDiscountPercentageLevel3WithTaxAmount,
shippingDiscountPercentageLevel4WithTaxAmount,
shippingDiscountWithTaxAmount, shippingWithTaxAmount, subtotal,
subtotalDiscountAmount, subtotalDiscountPercentageLevel1,
subtotalDiscountPercentageLevel2, subtotalDiscountPercentageLevel3,
subtotalDiscountPercentageLevel4,
subtotalDiscountPercentageLevel1WithTaxAmount,
subtotalDiscountPercentageLevel2WithTaxAmount,
subtotalDiscountPercentageLevel3WithTaxAmount,
subtotalDiscountPercentageLevel4WithTaxAmount,
subtotalDiscountWithTaxAmount, subtotalWithTaxAmount, taxAmount,
total, totalDiscountAmount, totalDiscountPercentageLevel1,
totalDiscountPercentageLevel2, totalDiscountPercentageLevel3,
totalDiscountPercentageLevel4,
totalDiscountPercentageLevel1WithTaxAmount,
totalDiscountPercentageLevel2WithTaxAmount,
totalDiscountPercentageLevel3WithTaxAmount,
totalDiscountPercentageLevel4WithTaxAmount,
totalDiscountWithTaxAmount, totalWithTaxAmount);
}
@Override
public com.liferay.commerce.model.CommerceOrder
updateCommercePaymentMethodKey(
long commerceOrderId, String commercePaymentMethodKey)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateCommercePaymentMethodKey(
commerceOrderId, commercePaymentMethodKey);
}
@Override
public com.liferay.commerce.model.CommerceOrder
updateCommerceShippingMethod(
long commerceOrderId, long commerceShippingMethodId,
String commerceShippingOptionName,
com.liferay.commerce.context.CommerceContext commerceContext,
java.util.Locale locale)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateCommerceShippingMethod(
commerceOrderId, commerceShippingMethodId,
commerceShippingOptionName, commerceContext, locale);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateInfo(
long commerceOrderId, String printedNote,
int requestedDeliveryDateMonth, int requestedDeliveryDateDay,
int requestedDeliveryDateYear, int requestedDeliveryDateHour,
int requestedDeliveryDateMinute,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateInfo(
commerceOrderId, printedNote, requestedDeliveryDateMonth,
requestedDeliveryDateDay, requestedDeliveryDateYear,
requestedDeliveryDateHour, requestedDeliveryDateMinute,
serviceContext);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateOrderDate(
long commerceOrderId, int orderDateMonth, int orderDateDay,
int orderDateYear, int orderDateHour, int orderDateMinute,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateOrderDate(
commerceOrderId, orderDateMonth, orderDateDay, orderDateYear,
orderDateHour, orderDateMinute, serviceContext);
}
/**
* @deprecated As of Athanasius (7.3.x), with no direct replacement.
See CommercePaymentEngine.updateOrderPaymentStatus.
*/
@Deprecated
@Override
public com.liferay.commerce.model.CommerceOrder updatePaymentStatus(
long commerceOrderId, int paymentStatus)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updatePaymentStatus(
commerceOrderId, paymentStatus);
}
/**
* @deprecated As of Athanasius (7.3.x), with no direct replacement.
See CommercePaymentEngine.updateOrderPaymentStatus.
*/
@Deprecated
@Override
public com.liferay.commerce.model.CommerceOrder
updatePaymentStatusAndTransactionId(
long commerceOrderId, int paymentStatus, String transactionId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updatePaymentStatusAndTransactionId(
commerceOrderId, paymentStatus, transactionId);
}
@Override
public com.liferay.commerce.model.CommerceOrder updatePrintedNote(
long commerceOrderId, String printedNote)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updatePrintedNote(
commerceOrderId, printedNote);
}
@Override
public com.liferay.commerce.model.CommerceOrder updatePurchaseOrderNumber(
long commerceOrderId, String purchaseOrderNumber)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updatePurchaseOrderNumber(
commerceOrderId, purchaseOrderNumber);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateShippingAddress(
long commerceOrderId, long shippingAddressId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateShippingAddress(
commerceOrderId, shippingAddressId);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateShippingAddress(
long commerceOrderId, String name, String description,
String street1, String street2, String street3, String city,
String zip, long regionId, long countryId, String phoneNumber,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateShippingAddress(
commerceOrderId, name, description, street1, street2, street3, city,
zip, regionId, countryId, phoneNumber, serviceContext);
}
@Override
public com.liferay.commerce.model.CommerceOrder updateTermsAndConditions(
long commerceOrderId, long deliveryCommerceTermEntryId,
long paymentCommerceTermEntryId, String languageId)
throws com.liferay.portal.kernel.exception.PortalException {
return _commerceOrderService.updateTermsAndConditions(
commerceOrderId, deliveryCommerceTermEntryId,
paymentCommerceTermEntryId, languageId);
}
@Override
public CommerceOrderService getWrappedService() {
return _commerceOrderService;
}
@Override
public void setWrappedService(CommerceOrderService commerceOrderService) {
_commerceOrderService = commerceOrderService;
}
private CommerceOrderService _commerceOrderService;
}