|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.shopping.service.ShoppingOrderServiceWrapper
public class ShoppingOrderServiceWrapper
This class is 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. 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 |
---|
public ShoppingOrderServiceWrapper(ShoppingOrderService shoppingOrderService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface ShoppingOrderService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface ShoppingOrderService
beanIdentifier
- the Spring bean ID for this beanpublic void completeOrder(long groupId, String number, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail, ServiceContext serviceContext) throws PortalException, SystemException
completeOrder
in interface ShoppingOrderService
PortalException
SystemException
public void deleteOrder(long groupId, long orderId) throws PortalException, SystemException
deleteOrder
in interface ShoppingOrderService
PortalException
SystemException
public ShoppingOrder getOrder(long groupId, long orderId) throws PortalException, SystemException
getOrder
in interface ShoppingOrderService
PortalException
SystemException
public void sendEmail(long groupId, long orderId, String emailType, ServiceContext serviceContext) throws PortalException, SystemException
sendEmail
in interface ShoppingOrderService
PortalException
SystemException
public ShoppingOrder updateOrder(long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail) throws PortalException, SystemException
updateOrder
in interface ShoppingOrderService
PortalException
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 ShoppingOrderService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |