com.liferay.portlet.shopping.service.impl
Class ShoppingOrderServiceImpl
java.lang.Object
com.liferay.portal.service.base.PrincipalBean
com.liferay.portlet.shopping.service.base.ShoppingOrderServiceBaseImpl
com.liferay.portlet.shopping.service.impl.ShoppingOrderServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.shopping.service.ShoppingOrderService
public class ShoppingOrderServiceImpl
- extends ShoppingOrderServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.shopping.service.base.ShoppingOrderServiceBaseImpl |
companyLocalService, companyPersistence, companyService, counterLocalService, counterService, mailService, mbMessageFinder, mbMessageLocalService, mbMessagePersistence, mbMessageService, shoppingCartLocalService, shoppingCartPersistence, shoppingCategoryLocalService, shoppingCategoryPersistence, shoppingCategoryService, shoppingCouponFinder, shoppingCouponLocalService, shoppingCouponPersistence, shoppingCouponService, shoppingItemFieldLocalService, shoppingItemFieldPersistence, shoppingItemFinder, shoppingItemLocalService, shoppingItemPersistence, shoppingItemPriceLocalService, shoppingItemPricePersistence, shoppingItemService, shoppingOrderFinder, shoppingOrderItemLocalService, shoppingOrderItemPersistence, shoppingOrderLocalService, shoppingOrderPersistence, shoppingOrderService, userFinder, userLocalService, userPersistence, userService |
Fields inherited from class com.liferay.portal.service.base.PrincipalBean |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
Method Summary |
void |
completeOrder(long groupId,
java.lang.String number,
java.lang.String ppTxnId,
java.lang.String ppPaymentStatus,
double ppPaymentGross,
java.lang.String ppReceiverEmail,
java.lang.String ppPayerEmail)
|
void |
deleteOrder(long groupId,
long orderId)
|
com.liferay.portlet.shopping.model.ShoppingOrder |
getOrder(long groupId,
long orderId)
|
void |
sendEmail(long groupId,
long orderId,
java.lang.String emailType)
|
com.liferay.portlet.shopping.model.ShoppingOrder |
updateOrder(long groupId,
long orderId,
java.lang.String ppTxnId,
java.lang.String ppPaymentStatus,
double ppPaymentGross,
java.lang.String ppReceiverEmail,
java.lang.String ppPayerEmail)
|
com.liferay.portlet.shopping.model.ShoppingOrder |
updateOrder(long groupId,
long orderId,
java.lang.String billingFirstName,
java.lang.String billingLastName,
java.lang.String billingEmailAddress,
java.lang.String billingCompany,
java.lang.String billingStreet,
java.lang.String billingCity,
java.lang.String billingState,
java.lang.String billingZip,
java.lang.String billingCountry,
java.lang.String billingPhone,
boolean shipToBilling,
java.lang.String shippingFirstName,
java.lang.String shippingLastName,
java.lang.String shippingEmailAddress,
java.lang.String shippingCompany,
java.lang.String shippingStreet,
java.lang.String shippingCity,
java.lang.String shippingState,
java.lang.String shippingZip,
java.lang.String shippingCountry,
java.lang.String shippingPhone,
java.lang.String ccName,
java.lang.String ccType,
java.lang.String ccNumber,
int ccExpMonth,
int ccExpYear,
java.lang.String ccVerNumber,
java.lang.String comments)
|
Methods inherited from class com.liferay.portlet.shopping.service.base.ShoppingOrderServiceBaseImpl |
getCompanyLocalService, getCompanyPersistence, getCompanyService, getCounterLocalService, getCounterService, getMailService, getMBMessageFinder, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getShoppingCartLocalService, getShoppingCartPersistence, getShoppingCategoryLocalService, getShoppingCategoryPersistence, getShoppingCategoryService, getShoppingCouponFinder, getShoppingCouponLocalService, getShoppingCouponPersistence, getShoppingCouponService, getShoppingItemFieldLocalService, getShoppingItemFieldPersistence, getShoppingItemFinder, getShoppingItemLocalService, getShoppingItemPersistence, getShoppingItemPriceLocalService, getShoppingItemPricePersistence, getShoppingItemService, getShoppingOrderFinder, getShoppingOrderItemLocalService, getShoppingOrderItemPersistence, getShoppingOrderLocalService, getShoppingOrderPersistence, getShoppingOrderService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCompanyLocalService, setCompanyPersistence, setCompanyService, setCounterLocalService, setCounterService, setMailService, setMBMessageFinder, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setShoppingCartLocalService, setShoppingCartPersistence, setShoppingCategoryLocalService, setShoppingCategoryPersistence, setShoppingCategoryService, setShoppingCouponFinder, setShoppingCouponLocalService, setShoppingCouponPersistence, setShoppingCouponService, setShoppingItemFieldLocalService, setShoppingItemFieldPersistence, setShoppingItemFinder, setShoppingItemLocalService, setShoppingItemPersistence, setShoppingItemPriceLocalService, setShoppingItemPricePersistence, setShoppingItemService, setShoppingOrderFinder, setShoppingOrderItemLocalService, setShoppingOrderItemPersistence, setShoppingOrderLocalService, setShoppingOrderPersistence, setShoppingOrderService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
Methods inherited from class com.liferay.portal.service.base.PrincipalBean |
getGuestOrUserId, getPermissionChecker, getUser, getUserId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingOrderServiceImpl
public ShoppingOrderServiceImpl()
completeOrder
public void completeOrder(long groupId,
java.lang.String number,
java.lang.String ppTxnId,
java.lang.String ppPaymentStatus,
double ppPaymentGross,
java.lang.String ppReceiverEmail,
java.lang.String ppPayerEmail)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteOrder
public void deleteOrder(long groupId,
long orderId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getOrder
public com.liferay.portlet.shopping.model.ShoppingOrder getOrder(long groupId,
long orderId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
sendEmail
public void sendEmail(long groupId,
long orderId,
java.lang.String emailType)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateOrder
public com.liferay.portlet.shopping.model.ShoppingOrder updateOrder(long groupId,
long orderId,
java.lang.String billingFirstName,
java.lang.String billingLastName,
java.lang.String billingEmailAddress,
java.lang.String billingCompany,
java.lang.String billingStreet,
java.lang.String billingCity,
java.lang.String billingState,
java.lang.String billingZip,
java.lang.String billingCountry,
java.lang.String billingPhone,
boolean shipToBilling,
java.lang.String shippingFirstName,
java.lang.String shippingLastName,
java.lang.String shippingEmailAddress,
java.lang.String shippingCompany,
java.lang.String shippingStreet,
java.lang.String shippingCity,
java.lang.String shippingState,
java.lang.String shippingZip,
java.lang.String shippingCountry,
java.lang.String shippingPhone,
java.lang.String ccName,
java.lang.String ccType,
java.lang.String ccNumber,
int ccExpMonth,
int ccExpYear,
java.lang.String ccVerNumber,
java.lang.String comments)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateOrder
public com.liferay.portlet.shopping.model.ShoppingOrder updateOrder(long groupId,
long orderId,
java.lang.String ppTxnId,
java.lang.String ppPaymentStatus,
double ppPaymentGross,
java.lang.String ppReceiverEmail,
java.lang.String ppPayerEmail)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException