|
Liferay 6.2.0-ce-b3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.service.ShoppingOrderServiceWrapper
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 String getBeanIdentifier()
getBeanIdentifier in interface ShoppingOrderServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ShoppingOrderServicebeanIdentifier - the Spring bean ID for this bean
public void completeOrder(long groupId,
String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
ServiceContext serviceContext)
throws PortalException,
SystemException
completeOrder in interface ShoppingOrderServicePortalException
SystemException
public void deleteOrder(long groupId,
long orderId)
throws PortalException,
SystemException
deleteOrder in interface ShoppingOrderServicePortalException
SystemException
public ShoppingOrder getOrder(long groupId,
long orderId)
throws PortalException,
SystemException
getOrder in interface ShoppingOrderServicePortalException
SystemException
public void sendEmail(long groupId,
long orderId,
String emailType,
ServiceContext serviceContext)
throws PortalException,
SystemException
sendEmail in interface ShoppingOrderServicePortalException
SystemException
public ShoppingOrder updateOrder(long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
throws PortalException,
SystemException
updateOrder in interface ShoppingOrderServicePortalException
SystemException
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
updateOrder in interface ShoppingOrderServicePortalException
SystemExceptionpublic ShoppingOrderService getWrappedShoppingOrderService()
getWrappedService()
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 6.2.0-ce-b3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||