|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.service.ShoppingOrderServiceWrapper
@ProviderType public class ShoppingOrderServiceWrapper
Provides a wrapper for ShoppingOrderService.
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 |
|---|
public ShoppingOrderServiceWrapper(ShoppingOrderService shoppingOrderService)
| Method Detail |
|---|
public void completeOrder(long groupId,
String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
ServiceContext serviceContext)
throws PortalException
completeOrder in interface ShoppingOrderServicePortalException
public void deleteOrder(long groupId,
long orderId)
throws PortalException
deleteOrder in interface ShoppingOrderServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface ShoppingOrderService
public ShoppingOrder getOrder(long groupId,
long orderId)
throws PortalException
getOrder in interface ShoppingOrderServicePortalException
public void sendEmail(long groupId,
long orderId,
String emailType,
ServiceContext serviceContext)
throws PortalException
sendEmail in interface ShoppingOrderServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ShoppingOrderServicebeanIdentifier - the Spring bean ID for this bean
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
updateOrder in interface ShoppingOrderServicePortalException
public ShoppingOrder updateOrder(long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
throws PortalException
updateOrder in interface ShoppingOrderServicePortalException@Deprecated public ShoppingOrderService getWrappedShoppingOrderService()
getWrappedService()
@Deprecated public void setWrappedShoppingOrderService(ShoppingOrderService shoppingOrderService)
setWrappedService(com.liferay.portlet.shopping.service.ShoppingOrderService)
public ShoppingOrderService getWrappedService()
getWrappedService in interface ServiceWrapper<ShoppingOrderService>public void setWrappedService(ShoppingOrderService shoppingOrderService)
setWrappedService in interface ServiceWrapper<ShoppingOrderService>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||