|
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.ShoppingOrderServiceUtil
public class ShoppingOrderServiceUtil
The utility for the shopping order remote service. This utility wraps com.liferay.portlet.shopping.service.impl.ShoppingOrderServiceImpl
and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
ShoppingOrderService
,
com.liferay.portlet.shopping.service.base.ShoppingOrderServiceBaseImpl
,
com.liferay.portlet.shopping.service.impl.ShoppingOrderServiceImpl
Constructor Summary | |
---|---|
ShoppingOrderServiceUtil()
|
Method Summary | |
---|---|
static void |
completeOrder(long groupId,
String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
ServiceContext serviceContext)
|
static void |
deleteOrder(long groupId,
long orderId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static ShoppingOrder |
getOrder(long groupId,
long orderId)
|
static ShoppingOrderService |
getService()
|
static void |
sendEmail(long groupId,
long orderId,
String emailType,
ServiceContext serviceContext)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(ShoppingOrderService service)
Deprecated. |
static ShoppingOrder |
updateOrder(long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
static 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 ShoppingOrderServiceUtil()
Method Detail |
---|
public static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static void completeOrder(long groupId, String number, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static void deleteOrder(long groupId, long orderId) throws PortalException, SystemException
PortalException
SystemException
public static ShoppingOrder getOrder(long groupId, long orderId) throws PortalException, SystemException
PortalException
SystemException
public static void sendEmail(long groupId, long orderId, String emailType, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static ShoppingOrder updateOrder(long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail) throws PortalException, SystemException
PortalException
SystemException
public static 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
PortalException
SystemException
public static ShoppingOrderService getService()
public void setService(ShoppingOrderService service)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |