Liferay 7.0-ce-m3

com.liferay.portlet.shopping.service
Class ShoppingOrderServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.shopping.service.ShoppingOrderServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<ShoppingOrderService>, ShoppingOrderService

@ProviderType
public class ShoppingOrderServiceWrapper
extends Object
implements ShoppingOrderService, ServiceWrapper<ShoppingOrderService>

Provides a wrapper for ShoppingOrderService.

See Also:
ShoppingOrderService

Constructor Summary
ShoppingOrderServiceWrapper(ShoppingOrderService shoppingOrderService)
           
 
Method Summary
 void completeOrder(long groupId, String number, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail, ServiceContext serviceContext)
           
 void deleteOrder(long groupId, long orderId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 ShoppingOrder getOrder(long groupId, long orderId)
           
 ShoppingOrderService getWrappedService()
           
 ShoppingOrderService getWrappedShoppingOrderService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 void sendEmail(long groupId, long orderId, String emailType, ServiceContext serviceContext)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(ShoppingOrderService shoppingOrderService)
           
 void setWrappedShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.shopping.service.ShoppingOrderService)
 ShoppingOrder updateOrder(long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 ShoppingOrder updateOrder(long groupId, long orderId, String billingFirstName, String billingLastName, String billingEmailAddress, String billingCompany, String billingStreet, String billingCity, String billingState, String billingZip, String billingCountry, String billingPhone, boolean shipToBilling, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String shippingCompany, String shippingStreet, String shippingCity, String shippingState, String shippingZip, String shippingCountry, String shippingPhone, String ccName, String ccType, String ccNumber, int ccExpMonth, int ccExpYear, String ccVerNumber, String comments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingOrderServiceWrapper

public ShoppingOrderServiceWrapper(ShoppingOrderService shoppingOrderService)
Method Detail

completeOrder

public void completeOrder(long groupId,
                          String number,
                          String ppTxnId,
                          String ppPaymentStatus,
                          double ppPaymentGross,
                          String ppReceiverEmail,
                          String ppPayerEmail,
                          ServiceContext serviceContext)
                   throws PortalException
Specified by:
completeOrder in interface ShoppingOrderService
Throws:
PortalException

deleteOrder

public void deleteOrder(long groupId,
                        long orderId)
                 throws PortalException
Specified by:
deleteOrder in interface ShoppingOrderService
Throws:
PortalException

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface ShoppingOrderService
Returns:
the Spring bean ID for this bean

getOrder

public ShoppingOrder getOrder(long groupId,
                              long orderId)
                       throws PortalException
Specified by:
getOrder in interface ShoppingOrderService
Throws:
PortalException

sendEmail

public void sendEmail(long groupId,
                      long orderId,
                      String emailType,
                      ServiceContext serviceContext)
               throws PortalException
Specified by:
sendEmail in interface ShoppingOrderService
Throws:
PortalException

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface ShoppingOrderService
Parameters:
beanIdentifier - the Spring bean ID for this bean

updateOrder

public ShoppingOrder updateOrder(long groupId,
                                 long orderId,
                                 String billingFirstName,
                                 String billingLastName,
                                 String billingEmailAddress,
                                 String billingCompany,
                                 String billingStreet,
                                 String billingCity,
                                 String billingState,
                                 String billingZip,
                                 String billingCountry,
                                 String billingPhone,
                                 boolean shipToBilling,
                                 String shippingFirstName,
                                 String shippingLastName,
                                 String shippingEmailAddress,
                                 String shippingCompany,
                                 String shippingStreet,
                                 String shippingCity,
                                 String shippingState,
                                 String shippingZip,
                                 String shippingCountry,
                                 String shippingPhone,
                                 String ccName,
                                 String ccType,
                                 String ccNumber,
                                 int ccExpMonth,
                                 int ccExpYear,
                                 String ccVerNumber,
                                 String comments)
                          throws PortalException
Specified by:
updateOrder in interface ShoppingOrderService
Throws:
PortalException

updateOrder

public ShoppingOrder updateOrder(long groupId,
                                 long orderId,
                                 String ppTxnId,
                                 String ppPaymentStatus,
                                 double ppPaymentGross,
                                 String ppReceiverEmail,
                                 String ppPayerEmail)
                          throws PortalException
Specified by:
updateOrder in interface ShoppingOrderService
Throws:
PortalException

getWrappedShoppingOrderService

@Deprecated
public ShoppingOrderService getWrappedShoppingOrderService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedShoppingOrderService

@Deprecated
public void setWrappedShoppingOrderService(ShoppingOrderService shoppingOrderService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.shopping.service.ShoppingOrderService)


getWrappedService

public ShoppingOrderService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<ShoppingOrderService>

setWrappedService

public void setWrappedService(ShoppingOrderService shoppingOrderService)
Specified by:
setWrappedService in interface ServiceWrapper<ShoppingOrderService>

Liferay 7.0-ce-m3