public class ShoppingOrderServiceImpl extends ShoppingOrderServiceBaseImpl
companyLocalService, companyPersistence, companyService, counterLocalService, mailService, mbMessageFinder, mbMessageLocalService, mbMessagePersistence, mbMessageService, resourceLocalService, shoppingCartLocalService, shoppingCartPersistence, shoppingCategoryLocalService, shoppingCategoryPersistence, shoppingCategoryService, shoppingCouponFinder, shoppingCouponLocalService, shoppingCouponPersistence, shoppingCouponService, shoppingItemFieldLocalService, shoppingItemFieldPersistence, shoppingItemFinder, shoppingItemLocalService, shoppingItemPersistence, shoppingItemPriceLocalService, shoppingItemPricePersistence, shoppingItemService, shoppingOrderFinder, shoppingOrderItemLocalService, shoppingOrderItemPersistence, shoppingOrderLocalService, shoppingOrderPersistence, shoppingOrderService, subscriptionLocalService, subscriptionPersistence, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
ShoppingOrderServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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,
com.liferay.portal.service.ServiceContext serviceContext) |
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.portal.service.ServiceContext serviceContext) |
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) |
afterPropertiesSet, destroy, getBeanIdentifier, getCompanyLocalService, getCompanyPersistence, getCompanyService, getCounterLocalService, getMailService, getMBMessageFinder, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getModelClass, getModelClassName, getResourceLocalService, getShoppingCartLocalService, getShoppingCartPersistence, getShoppingCategoryLocalService, getShoppingCategoryPersistence, getShoppingCategoryService, getShoppingCouponFinder, getShoppingCouponLocalService, getShoppingCouponPersistence, getShoppingCouponService, getShoppingItemFieldLocalService, getShoppingItemFieldPersistence, getShoppingItemFinder, getShoppingItemLocalService, getShoppingItemPersistence, getShoppingItemPriceLocalService, getShoppingItemPricePersistence, getShoppingItemService, getShoppingOrderFinder, getShoppingOrderItemLocalService, getShoppingOrderItemPersistence, getShoppingOrderLocalService, getShoppingOrderPersistence, getShoppingOrderService, getSubscriptionLocalService, getSubscriptionPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCompanyLocalService, setCompanyPersistence, setCompanyService, setCounterLocalService, setMailService, setMBMessageFinder, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setResourceLocalService, setShoppingCartLocalService, setShoppingCartPersistence, setShoppingCategoryLocalService, setShoppingCategoryPersistence, setShoppingCategoryService, setShoppingCouponFinder, setShoppingCouponLocalService, setShoppingCouponPersistence, setShoppingCouponService, setShoppingItemFieldLocalService, setShoppingItemFieldPersistence, setShoppingItemFinder, setShoppingItemLocalService, setShoppingItemPersistence, setShoppingItemPriceLocalService, setShoppingItemPricePersistence, setShoppingItemService, setShoppingOrderFinder, setShoppingOrderItemLocalService, setShoppingOrderItemPersistence, setShoppingOrderLocalService, setShoppingOrderPersistence, setShoppingOrderService, setSubscriptionLocalService, setSubscriptionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserServicepublic 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,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteOrder(long groupId,
long orderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.shopping.model.ShoppingOrder getOrder(long groupId,
long orderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void sendEmail(long groupId,
long orderId,
java.lang.String emailType,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException