Liferay 6.1.2-ce-ga3

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

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

This class is a wrapper for ShoppingOrderService.

See Also:
ShoppingOrderService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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. Renamed to 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. Renamed to 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

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

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

completeOrder

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

deleteOrder

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

getOrder

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

sendEmail

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

updateOrder

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

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,
                                 SystemException
Specified by:
updateOrder in interface ShoppingOrderService
Throws:
PortalException
SystemException

getWrappedShoppingOrderService

public ShoppingOrderService getWrappedShoppingOrderService()
Deprecated. Renamed to getWrappedService()


setWrappedShoppingOrderService

public void setWrappedShoppingOrderService(ShoppingOrderService shoppingOrderService)
Deprecated. Renamed to 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 6.1.2-ce-ga3