com.liferay.portlet.shopping.service
Class ShoppingOrderServiceWrapper
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingOrderServiceWrapper
- All Implemented Interfaces:
- ShoppingOrderService
public class ShoppingOrderServiceWrapper
- extends Object
- implements 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 is generated.
Method Summary |
void |
completeOrder(long groupId,
String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
void |
deleteOrder(long groupId,
long orderId)
|
ShoppingOrder |
getOrder(long groupId,
long orderId)
|
ShoppingOrderService |
getWrappedShoppingOrderService()
|
void |
sendEmail(long groupId,
long orderId,
String emailType)
|
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 |
ShoppingOrderServiceWrapper
public ShoppingOrderServiceWrapper(ShoppingOrderService shoppingOrderService)
completeOrder
public void completeOrder(long groupId,
String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
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)
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()