Liferay 6.0.3

Uses of Interface
com.liferay.portlet.shopping.model.ShoppingOrder

Packages that use ShoppingOrder
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.model.impl   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.http   
com.liferay.portlet.shopping.service.impl   
com.liferay.portlet.shopping.service.permission   
com.liferay.portlet.shopping.service.persistence   
com.liferay.portlet.shopping.util   
 

Uses of ShoppingOrder in com.liferay.portlet.shopping.model
 

Classes in com.liferay.portlet.shopping.model that implement ShoppingOrder
 class ShoppingOrderWrapper
           This class is a wrapper for ShoppingOrder.
 

Methods in com.liferay.portlet.shopping.model that return ShoppingOrder
 ShoppingOrder ShoppingOrderWrapper.getWrappedShoppingOrder()
           
 ShoppingOrder ShoppingOrderWrapper.toEscapedModel()
           
 ShoppingOrder ShoppingOrderModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingOrder
 int ShoppingOrderWrapper.compareTo(ShoppingOrder shoppingOrder)
           
 int ShoppingOrderModel.compareTo(ShoppingOrder shoppingOrder)
           
static ShoppingOrderSoap ShoppingOrderSoap.toSoapModel(ShoppingOrder model)
           
static ShoppingOrderSoap[] ShoppingOrderSoap.toSoapModels(ShoppingOrder[] models)
           
static ShoppingOrderSoap[][] ShoppingOrderSoap.toSoapModels(ShoppingOrder[][] models)
           
 

Method parameters in com.liferay.portlet.shopping.model with type arguments of type ShoppingOrder
static ShoppingOrderSoap[] ShoppingOrderSoap.toSoapModels(List<ShoppingOrder> models)
           
 

Constructors in com.liferay.portlet.shopping.model with parameters of type ShoppingOrder
ShoppingOrderWrapper(ShoppingOrder shoppingOrder)
           
 

Uses of ShoppingOrder in com.liferay.portlet.shopping.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingOrder
 class ShoppingOrderImpl
           
 

Methods in com.liferay.portlet.shopping.model.impl that return ShoppingOrder
 ShoppingOrder ShoppingOrderModelImpl.toEscapedModel()
           
static ShoppingOrder ShoppingOrderModelImpl.toModel(ShoppingOrderSoap soapModel)
           
 

Methods in com.liferay.portlet.shopping.model.impl that return types with arguments of type ShoppingOrder
static List<ShoppingOrder> ShoppingOrderModelImpl.toModels(ShoppingOrderSoap[] soapModels)
           
 

Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingOrder
 int ShoppingOrderModelImpl.compareTo(ShoppingOrder shoppingOrder)
           
 

Uses of ShoppingOrder in com.liferay.portlet.shopping.service
 

Methods in com.liferay.portlet.shopping.service that return ShoppingOrder
 ShoppingOrder ShoppingOrderLocalServiceWrapper.addLatestOrder(long userId, long groupId)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.addLatestOrder(long userId, long groupId)
           
 ShoppingOrder ShoppingOrderLocalService.addLatestOrder(long userId, long groupId)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.addShoppingOrder(ShoppingOrder shoppingOrder)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.addShoppingOrder(ShoppingOrder shoppingOrder)
           
 ShoppingOrder ShoppingOrderLocalService.addShoppingOrder(ShoppingOrder shoppingOrder)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.createShoppingOrder(long orderId)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.createShoppingOrder(long orderId)
           
 ShoppingOrder ShoppingOrderLocalService.createShoppingOrder(long orderId)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.getLatestOrder(long userId, long groupId)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.getLatestOrder(long userId, long groupId)
           
 ShoppingOrder ShoppingOrderLocalService.getLatestOrder(long userId, long groupId)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.getOrder(long orderId)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.getOrder(long orderId)
           
 ShoppingOrder ShoppingOrderLocalService.getOrder(long orderId)
           
 ShoppingOrder ShoppingOrderServiceWrapper.getOrder(long groupId, long orderId)
           
static ShoppingOrder ShoppingOrderServiceUtil.getOrder(long groupId, long orderId)
           
 ShoppingOrder ShoppingOrderService.getOrder(long groupId, long orderId)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.getOrder(String number)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.getOrder(String number)
           
 ShoppingOrder ShoppingOrderLocalService.getOrder(String number)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.getPayPalTxnIdOrder(String ppTxnId)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.getPayPalTxnIdOrder(String ppTxnId)
           
 ShoppingOrder ShoppingOrderLocalService.getPayPalTxnIdOrder(String ppTxnId)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.getShoppingOrder(long orderId)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.getShoppingOrder(long orderId)
           
 ShoppingOrder ShoppingOrderLocalService.getShoppingOrder(long orderId)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.saveLatestOrder(ShoppingCart cart)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.saveLatestOrder(ShoppingCart cart)
           
 ShoppingOrder ShoppingOrderLocalService.saveLatestOrder(ShoppingCart cart)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.updateLatestOrder(long userId, long groupId, 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)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateLatestOrder(long userId, long groupId, 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)
           
 ShoppingOrder ShoppingOrderLocalService.updateLatestOrder(long userId, long groupId, 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)
           
 ShoppingOrder ShoppingOrderServiceWrapper.updateOrder(long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
static ShoppingOrder ShoppingOrderServiceUtil.updateOrder(long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 ShoppingOrder ShoppingOrderService.updateOrder(long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 ShoppingOrder ShoppingOrderServiceWrapper.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)
           
static ShoppingOrder ShoppingOrderServiceUtil.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)
           
 ShoppingOrder ShoppingOrderService.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)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.updateOrder(long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateOrder(long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 ShoppingOrder ShoppingOrderLocalService.updateOrder(long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.updateOrder(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)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateOrder(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)
           
 ShoppingOrder ShoppingOrderLocalService.updateOrder(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)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.updateShoppingOrder(ShoppingOrder shoppingOrder)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateShoppingOrder(ShoppingOrder shoppingOrder)
           
 ShoppingOrder ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.updateShoppingOrder(ShoppingOrder shoppingOrder, boolean merge)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateShoppingOrder(ShoppingOrder shoppingOrder, boolean merge)
           
 ShoppingOrder ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingOrder
 List<ShoppingOrder> ShoppingOrderLocalServiceWrapper.getShoppingOrders(int start, int end)
           
static List<ShoppingOrder> ShoppingOrderLocalServiceUtil.getShoppingOrders(int start, int end)
           
 List<ShoppingOrder> ShoppingOrderLocalService.getShoppingOrders(int start, int end)
           
 List<ShoppingOrder> ShoppingOrderLocalServiceWrapper.search(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator, int start, int end)
           
static List<ShoppingOrder> ShoppingOrderLocalServiceUtil.search(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator, int start, int end)
           
 List<ShoppingOrder> ShoppingOrderLocalService.search(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator, int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingOrder
 ShoppingOrder ShoppingOrderLocalServiceWrapper.addShoppingOrder(ShoppingOrder shoppingOrder)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.addShoppingOrder(ShoppingOrder shoppingOrder)
           
 ShoppingOrder ShoppingOrderLocalService.addShoppingOrder(ShoppingOrder shoppingOrder)
           
 void ShoppingOrderLocalServiceWrapper.deleteOrder(ShoppingOrder order)
           
static void ShoppingOrderLocalServiceUtil.deleteOrder(ShoppingOrder order)
           
 void ShoppingOrderLocalService.deleteOrder(ShoppingOrder order)
           
 void ShoppingOrderLocalServiceWrapper.deleteShoppingOrder(ShoppingOrder shoppingOrder)
           
static void ShoppingOrderLocalServiceUtil.deleteShoppingOrder(ShoppingOrder shoppingOrder)
           
 void ShoppingOrderLocalService.deleteShoppingOrder(ShoppingOrder shoppingOrder)
           
 void ShoppingOrderLocalServiceWrapper.sendEmail(ShoppingOrder order, String emailType)
           
static void ShoppingOrderLocalServiceUtil.sendEmail(ShoppingOrder order, String emailType)
           
 void ShoppingOrderLocalService.sendEmail(ShoppingOrder order, String emailType)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.updateShoppingOrder(ShoppingOrder shoppingOrder)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateShoppingOrder(ShoppingOrder shoppingOrder)
           
 ShoppingOrder ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.updateShoppingOrder(ShoppingOrder shoppingOrder, boolean merge)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateShoppingOrder(ShoppingOrder shoppingOrder, boolean merge)
           
 ShoppingOrder ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder, boolean merge)
           
 

Uses of ShoppingOrder in com.liferay.portlet.shopping.service.base
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingOrder
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.addShoppingOrder(ShoppingOrder shoppingOrder)
           
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.createShoppingOrder(long orderId)
           
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.getShoppingOrder(long orderId)
           
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.updateShoppingOrder(ShoppingOrder shoppingOrder)
           
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.updateShoppingOrder(ShoppingOrder shoppingOrder, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.base that return types with arguments of type ShoppingOrder
 List<ShoppingOrder> ShoppingOrderLocalServiceBaseImpl.getShoppingOrders(int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingOrder
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.addShoppingOrder(ShoppingOrder shoppingOrder)
           
 void ShoppingOrderLocalServiceBaseImpl.deleteShoppingOrder(ShoppingOrder shoppingOrder)
           
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.updateShoppingOrder(ShoppingOrder shoppingOrder)
           
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.updateShoppingOrder(ShoppingOrder shoppingOrder, boolean merge)
           
 

Uses of ShoppingOrder in com.liferay.portlet.shopping.service.http
 

Methods in com.liferay.portlet.shopping.service.http that return ShoppingOrder
static ShoppingOrder ShoppingOrderServiceHttp.getOrder(HttpPrincipal httpPrincipal, long groupId, long orderId)
           
static ShoppingOrder ShoppingOrderServiceHttp.updateOrder(HttpPrincipal httpPrincipal, long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
static ShoppingOrder ShoppingOrderServiceHttp.updateOrder(HttpPrincipal httpPrincipal, 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 in com.liferay.portlet.shopping.service.http with parameters of type ShoppingOrder
static JSONArray ShoppingOrderJSONSerializer.toJSONArray(ShoppingOrder[] models)
           
static JSONArray ShoppingOrderJSONSerializer.toJSONArray(ShoppingOrder[][] models)
           
static JSONObject ShoppingOrderJSONSerializer.toJSONObject(ShoppingOrder model)
           
 

Method parameters in com.liferay.portlet.shopping.service.http with type arguments of type ShoppingOrder
static JSONArray ShoppingOrderJSONSerializer.toJSONArray(List<ShoppingOrder> models)
           
 

Uses of ShoppingOrder in com.liferay.portlet.shopping.service.impl
 

Methods in com.liferay.portlet.shopping.service.impl that return ShoppingOrder
 ShoppingOrder ShoppingOrderLocalServiceImpl.addLatestOrder(long userId, long groupId)
           
 ShoppingOrder ShoppingOrderLocalServiceImpl.getLatestOrder(long userId, long groupId)
           
 ShoppingOrder ShoppingOrderLocalServiceImpl.getOrder(long orderId)
           
 ShoppingOrder ShoppingOrderServiceImpl.getOrder(long groupId, long orderId)
           
 ShoppingOrder ShoppingOrderLocalServiceImpl.getOrder(String number)
           
 ShoppingOrder ShoppingOrderLocalServiceImpl.getPayPalTxnIdOrder(String ppTxnId)
           
 ShoppingOrder ShoppingOrderLocalServiceImpl.saveLatestOrder(ShoppingCart cart)
           
 ShoppingOrder ShoppingOrderLocalServiceImpl.updateLatestOrder(long userId, long groupId, 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)
           
 ShoppingOrder ShoppingOrderServiceImpl.updateOrder(long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 ShoppingOrder ShoppingOrderServiceImpl.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)
           
 ShoppingOrder ShoppingOrderLocalServiceImpl.updateOrder(long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 ShoppingOrder ShoppingOrderLocalServiceImpl.updateOrder(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 in com.liferay.portlet.shopping.service.impl that return types with arguments of type ShoppingOrder
 List<ShoppingOrder> ShoppingOrderLocalServiceImpl.search(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator, int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service.impl with parameters of type ShoppingOrder
 void ShoppingOrderLocalServiceImpl.deleteOrder(ShoppingOrder order)
           
protected  void ShoppingOrderLocalServiceImpl.doSendEmail(ShoppingOrder order, String emailType)
           
 void ShoppingOrderLocalServiceImpl.sendEmail(ShoppingOrder order, String emailType)
           
 

Uses of ShoppingOrder in com.liferay.portlet.shopping.service.permission
 

Methods in com.liferay.portlet.shopping.service.permission with parameters of type ShoppingOrder
static void ShoppingOrderPermission.check(PermissionChecker permissionChecker, long groupId, ShoppingOrder order, String actionId)
           
static boolean ShoppingOrderPermission.contains(PermissionChecker permissionChecker, long groupId, ShoppingOrder order, String actionId)
           
 

Uses of ShoppingOrder in com.liferay.portlet.shopping.service.persistence
 

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingOrder
static ShoppingOrder ShoppingOrderUtil.create(long orderId)
           
 ShoppingOrder ShoppingOrderPersistence.create(long orderId)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.create(long orderId)
           
static ShoppingOrder ShoppingOrderUtil.fetchByNumber(String number)
           
 ShoppingOrder ShoppingOrderPersistence.fetchByNumber(String number)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.fetchByNumber(String number)
           
static ShoppingOrder ShoppingOrderUtil.fetchByNumber(String number, boolean retrieveFromCache)
           
 ShoppingOrder ShoppingOrderPersistence.fetchByNumber(String number, boolean retrieveFromCache)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.fetchByNumber(String number, boolean retrieveFromCache)
           
static ShoppingOrder ShoppingOrderUtil.fetchByPPTxnId(String ppTxnId)
           
 ShoppingOrder ShoppingOrderPersistence.fetchByPPTxnId(String ppTxnId)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.fetchByPPTxnId(String ppTxnId)
           
static ShoppingOrder ShoppingOrderUtil.fetchByPPTxnId(String ppTxnId, boolean retrieveFromCache)
           
 ShoppingOrder ShoppingOrderPersistence.fetchByPPTxnId(String ppTxnId, boolean retrieveFromCache)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.fetchByPPTxnId(String ppTxnId, boolean retrieveFromCache)
           
static ShoppingOrder ShoppingOrderUtil.fetchByPrimaryKey(long orderId)
           
 ShoppingOrder ShoppingOrderPersistence.fetchByPrimaryKey(long orderId)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.fetchByPrimaryKey(long orderId)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static ShoppingOrder ShoppingOrderUtil.findByG_U_PPPS_First(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
           
 ShoppingOrder ShoppingOrderPersistence.findByG_U_PPPS_First(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.findByG_U_PPPS_First(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
           
static ShoppingOrder ShoppingOrderUtil.findByG_U_PPPS_Last(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
           
 ShoppingOrder ShoppingOrderPersistence.findByG_U_PPPS_Last(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.findByG_U_PPPS_Last(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
           
static ShoppingOrder[] ShoppingOrderUtil.findByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
           
 ShoppingOrder[] ShoppingOrderPersistence.findByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
           
 ShoppingOrder[] ShoppingOrderPersistenceImpl.findByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
           
static ShoppingOrder ShoppingOrderUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 ShoppingOrder ShoppingOrderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static ShoppingOrder ShoppingOrderUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 ShoppingOrder ShoppingOrderPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static ShoppingOrder[] ShoppingOrderUtil.findByGroupId_PrevAndNext(long orderId, long groupId, OrderByComparator orderByComparator)
           
 ShoppingOrder[] ShoppingOrderPersistence.findByGroupId_PrevAndNext(long orderId, long groupId, OrderByComparator orderByComparator)
           
 ShoppingOrder[] ShoppingOrderPersistenceImpl.findByGroupId_PrevAndNext(long orderId, long groupId, OrderByComparator orderByComparator)
           
static ShoppingOrder ShoppingOrderUtil.findByNumber(String number)
           
 ShoppingOrder ShoppingOrderPersistence.findByNumber(String number)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.findByNumber(String number)
           
static ShoppingOrder ShoppingOrderUtil.findByPPTxnId(String ppTxnId)
           
 ShoppingOrder ShoppingOrderPersistence.findByPPTxnId(String ppTxnId)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.findByPPTxnId(String ppTxnId)
           
static ShoppingOrder ShoppingOrderUtil.findByPrimaryKey(long orderId)
           
 ShoppingOrder ShoppingOrderPersistence.findByPrimaryKey(long orderId)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.findByPrimaryKey(long orderId)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
protected  ShoppingOrder ShoppingOrderPersistenceImpl.getByG_U_PPPS_PrevAndNext(Session session, ShoppingOrder shoppingOrder, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator, boolean previous)
           
protected  ShoppingOrder ShoppingOrderPersistenceImpl.getByGroupId_PrevAndNext(Session session, ShoppingOrder shoppingOrder, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingOrder ShoppingOrderUtil.remove(long orderId)
           
 ShoppingOrder ShoppingOrderPersistence.remove(long orderId)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.remove(long orderId)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.remove(Serializable primaryKey)
           
static ShoppingOrder ShoppingOrderUtil.remove(ShoppingOrder shoppingOrder)
           
protected  ShoppingOrder ShoppingOrderPersistenceImpl.removeImpl(ShoppingOrder shoppingOrder)
           
protected  ShoppingOrder ShoppingOrderPersistenceImpl.toUnwrappedModel(ShoppingOrder shoppingOrder)
           
static ShoppingOrder ShoppingOrderUtil.update(ShoppingOrder shoppingOrder, boolean merge)
           
static ShoppingOrder ShoppingOrderUtil.update(ShoppingOrder shoppingOrder, boolean merge, ServiceContext serviceContext)
           
static ShoppingOrder ShoppingOrderUtil.updateImpl(ShoppingOrder shoppingOrder, boolean merge)
           
 ShoppingOrder ShoppingOrderPersistence.updateImpl(ShoppingOrder shoppingOrder, boolean merge)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.updateImpl(ShoppingOrder shoppingOrder, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingOrder
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus)
           
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus)
           
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end)
           
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end)
           
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByGroupId(long groupId)
           
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByGroupId(long groupId)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.filterFindByGroupId(long groupId)
           
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByGroupId(long groupId, int start, int end)
           
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByGroupId(long groupId, int start, int end)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
           
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingOrder> ShoppingOrderUtil.findAll()
           
 List<ShoppingOrder> ShoppingOrderPersistence.findAll()
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.findAll()
           
static List<ShoppingOrder> ShoppingOrderUtil.findAll(int start, int end)
           
 List<ShoppingOrder> ShoppingOrderPersistence.findAll(int start, int end)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.findAll(int start, int end)
           
static List<ShoppingOrder> ShoppingOrderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingOrder> ShoppingOrderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingOrder> ShoppingOrderFinderUtil.findByG_C_U_N_PPPS(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<ShoppingOrder> ShoppingOrderFinder.findByG_C_U_N_PPPS(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<ShoppingOrder> ShoppingOrderFinderImpl.findByG_C_U_N_PPPS(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<ShoppingOrder> ShoppingOrderUtil.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus)
           
 List<ShoppingOrder> ShoppingOrderPersistence.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus)
           
static List<ShoppingOrder> ShoppingOrderUtil.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end)
           
 List<ShoppingOrder> ShoppingOrderPersistence.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end)
           
static List<ShoppingOrder> ShoppingOrderUtil.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingOrder> ShoppingOrderPersistence.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingOrder> ShoppingOrderUtil.findByGroupId(long groupId)
           
 List<ShoppingOrder> ShoppingOrderPersistence.findByGroupId(long groupId)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.findByGroupId(long groupId)
           
static List<ShoppingOrder> ShoppingOrderUtil.findByGroupId(long groupId, int start, int end)
           
 List<ShoppingOrder> ShoppingOrderPersistence.findByGroupId(long groupId, int start, int end)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<ShoppingOrder> ShoppingOrderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingOrder> ShoppingOrderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingOrder> ShoppingOrderPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingOrder> ShoppingOrderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ShoppingOrder> ShoppingOrderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ShoppingOrder> ShoppingOrderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingOrder
static void ShoppingOrderUtil.cacheResult(ShoppingOrder shoppingOrder)
           
 void ShoppingOrderPersistence.cacheResult(ShoppingOrder shoppingOrder)
           
 void ShoppingOrderPersistenceImpl.cacheResult(ShoppingOrder shoppingOrder)
           
static void ShoppingOrderUtil.clearCache(ShoppingOrder shoppingOrder)
           
 void ShoppingOrderPersistenceImpl.clearCache(ShoppingOrder shoppingOrder)
           
protected  ShoppingOrder ShoppingOrderPersistenceImpl.getByG_U_PPPS_PrevAndNext(Session session, ShoppingOrder shoppingOrder, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator, boolean previous)
           
protected  ShoppingOrder ShoppingOrderPersistenceImpl.getByGroupId_PrevAndNext(Session session, ShoppingOrder shoppingOrder, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingOrder ShoppingOrderUtil.remove(ShoppingOrder shoppingOrder)
           
protected  ShoppingOrder ShoppingOrderPersistenceImpl.removeImpl(ShoppingOrder shoppingOrder)
           
protected  ShoppingOrder ShoppingOrderPersistenceImpl.toUnwrappedModel(ShoppingOrder shoppingOrder)
           
static ShoppingOrder ShoppingOrderUtil.update(ShoppingOrder shoppingOrder, boolean merge)
           
static ShoppingOrder ShoppingOrderUtil.update(ShoppingOrder shoppingOrder, boolean merge, ServiceContext serviceContext)
           
static ShoppingOrder ShoppingOrderUtil.updateImpl(ShoppingOrder shoppingOrder, boolean merge)
           
 ShoppingOrder ShoppingOrderPersistence.updateImpl(ShoppingOrder shoppingOrder, boolean merge)
           
 ShoppingOrder ShoppingOrderPersistenceImpl.updateImpl(ShoppingOrder shoppingOrder, boolean merge)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingOrder
static void ShoppingOrderUtil.cacheResult(List<ShoppingOrder> shoppingOrders)
           
 void ShoppingOrderPersistence.cacheResult(List<ShoppingOrder> shoppingOrders)
           
 void ShoppingOrderPersistenceImpl.cacheResult(List<ShoppingOrder> shoppingOrders)
           
 

Uses of ShoppingOrder in com.liferay.portlet.shopping.util
 

Methods in com.liferay.portlet.shopping.util with parameters of type ShoppingOrder
static double ShoppingUtil.calculateTotal(ShoppingOrder order)
           
static String ShoppingUtil.getPayPalRedirectURL(ShoppingPreferences preferences, ShoppingOrder order, double total, String returnURL, String notifyURL)
           
static String ShoppingUtil.getPayPalReturnURL(PortletURL portletURL, ShoppingOrder order)
           
static String ShoppingUtil.getPpPaymentStatus(ShoppingOrder order, javax.servlet.jsp.PageContext pageContext)
           
 


Liferay 6.0.3