Liferay 6.2-ce-ga5

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

Packages that use ShoppingOrder
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.persistence   
 

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.getWrappedModel()
           
 ShoppingOrder ShoppingOrderWrapper.getWrappedShoppingOrder()
          Deprecated. As of 6.1.0, replaced by ShoppingOrderWrapper.getWrappedModel()
 ShoppingOrder ShoppingOrderWrapper.toEscapedModel()
           
 ShoppingOrder ShoppingOrderModel.toEscapedModel()
           
 ShoppingOrder ShoppingOrderWrapper.toUnescapedModel()
           
 ShoppingOrder ShoppingOrderModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingOrder
 CacheModel<ShoppingOrder> ShoppingOrderWrapper.toCacheModel()
           
 CacheModel<ShoppingOrder> ShoppingOrderModel.toCacheModel()
           
 

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.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)
          Adds the shopping order to the database.
static ShoppingOrder ShoppingOrderLocalServiceUtil.addShoppingOrder(ShoppingOrder shoppingOrder)
          Adds the shopping order to the database.
 ShoppingOrder ShoppingOrderLocalService.addShoppingOrder(ShoppingOrder shoppingOrder)
          Adds the shopping order to the database.
 ShoppingOrder ShoppingOrderLocalServiceWrapper.createShoppingOrder(long orderId)
          Creates a new shopping order with the primary key.
static ShoppingOrder ShoppingOrderLocalServiceUtil.createShoppingOrder(long orderId)
          Creates a new shopping order with the primary key.
 ShoppingOrder ShoppingOrderLocalService.createShoppingOrder(long orderId)
          Creates a new shopping order with the primary key.
 ShoppingOrder ShoppingOrderLocalServiceWrapper.deleteShoppingOrder(long orderId)
          Deletes the shopping order with the primary key from the database.
static ShoppingOrder ShoppingOrderLocalServiceUtil.deleteShoppingOrder(long orderId)
          Deletes the shopping order with the primary key from the database.
 ShoppingOrder ShoppingOrderLocalService.deleteShoppingOrder(long orderId)
          Deletes the shopping order with the primary key from the database.
 ShoppingOrder ShoppingOrderLocalServiceWrapper.deleteShoppingOrder(ShoppingOrder shoppingOrder)
          Deletes the shopping order from the database.
static ShoppingOrder ShoppingOrderLocalServiceUtil.deleteShoppingOrder(ShoppingOrder shoppingOrder)
          Deletes the shopping order from the database.
 ShoppingOrder ShoppingOrderLocalService.deleteShoppingOrder(ShoppingOrder shoppingOrder)
          Deletes the shopping order from the database.
 ShoppingOrder ShoppingOrderLocalServiceWrapper.fetchShoppingOrder(long orderId)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.fetchShoppingOrder(long orderId)
           
 ShoppingOrder ShoppingOrderLocalService.fetchShoppingOrder(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 ShoppingOrderService.getOrder(long groupId, long orderId)
           
 ShoppingOrder ShoppingOrderServiceWrapper.getOrder(long groupId, long orderId)
           
static ShoppingOrder ShoppingOrderServiceUtil.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)
          Returns the shopping order with the primary key.
static ShoppingOrder ShoppingOrderLocalServiceUtil.getShoppingOrder(long orderId)
          Returns the shopping order with the primary key.
 ShoppingOrder ShoppingOrderLocalService.getShoppingOrder(long orderId)
          Returns the shopping order with the primary key.
 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 ShoppingOrderService.updateOrder(long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 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 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 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 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)
          Updates the shopping order in the database or adds it if it does not yet exist.
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateShoppingOrder(ShoppingOrder shoppingOrder)
          Updates the shopping order in the database or adds it if it does not yet exist.
 ShoppingOrder ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder)
          Updates the shopping order in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingOrder
 List<ShoppingOrder> ShoppingOrderLocalServiceWrapper.getShoppingOrders(int start, int end)
          Returns a range of all the shopping orders.
static List<ShoppingOrder> ShoppingOrderLocalServiceUtil.getShoppingOrders(int start, int end)
          Returns a range of all the shopping orders.
 List<ShoppingOrder> ShoppingOrderLocalService.getShoppingOrders(int start, int end)
          Returns a range of all the shopping orders.
 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)
          Adds the shopping order to the database.
static ShoppingOrder ShoppingOrderLocalServiceUtil.addShoppingOrder(ShoppingOrder shoppingOrder)
          Adds the shopping order to the database.
 ShoppingOrder ShoppingOrderLocalService.addShoppingOrder(ShoppingOrder shoppingOrder)
          Adds the shopping order to the database.
 void ShoppingOrderLocalServiceWrapper.deleteOrder(ShoppingOrder order)
           
static void ShoppingOrderLocalServiceUtil.deleteOrder(ShoppingOrder order)
           
 void ShoppingOrderLocalService.deleteOrder(ShoppingOrder order)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.deleteShoppingOrder(ShoppingOrder shoppingOrder)
          Deletes the shopping order from the database.
static ShoppingOrder ShoppingOrderLocalServiceUtil.deleteShoppingOrder(ShoppingOrder shoppingOrder)
          Deletes the shopping order from the database.
 ShoppingOrder ShoppingOrderLocalService.deleteShoppingOrder(ShoppingOrder shoppingOrder)
          Deletes the shopping order from the database.
 void ShoppingOrderLocalServiceWrapper.sendEmail(ShoppingOrder order, String emailType, ServiceContext serviceContext)
           
static void ShoppingOrderLocalServiceUtil.sendEmail(ShoppingOrder order, String emailType, ServiceContext serviceContext)
           
 void ShoppingOrderLocalService.sendEmail(ShoppingOrder order, String emailType, ServiceContext serviceContext)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.updateShoppingOrder(ShoppingOrder shoppingOrder)
          Updates the shopping order in the database or adds it if it does not yet exist.
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateShoppingOrder(ShoppingOrder shoppingOrder)
          Updates the shopping order in the database or adds it if it does not yet exist.
 ShoppingOrder ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder)
          Updates the shopping order in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingOrder
 ShoppingOrder ShoppingOrderPersistence.create(long orderId)
          Creates a new shopping order with the primary key.
static ShoppingOrder ShoppingOrderUtil.create(long orderId)
          Creates a new shopping order with the primary key.
 ShoppingOrder ShoppingOrderPersistence.fetchByG_U_PPPS_First(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder ShoppingOrderUtil.fetchByG_U_PPPS_First(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
 ShoppingOrder ShoppingOrderPersistence.fetchByG_U_PPPS_Last(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder ShoppingOrderUtil.fetchByG_U_PPPS_Last(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
 ShoppingOrder ShoppingOrderPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ?.
static ShoppingOrder ShoppingOrderUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ?.
 ShoppingOrder ShoppingOrderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ?.
static ShoppingOrder ShoppingOrderUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ?.
 ShoppingOrder ShoppingOrderPersistence.fetchByNumber(String number)
          Returns the shopping order where number = ? or returns null if it could not be found.
static ShoppingOrder ShoppingOrderUtil.fetchByNumber(String number)
          Returns the shopping order where number = ? or returns null if it could not be found.
 ShoppingOrder ShoppingOrderPersistence.fetchByNumber(String number, boolean retrieveFromCache)
          Returns the shopping order where number = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingOrder ShoppingOrderUtil.fetchByNumber(String number, boolean retrieveFromCache)
          Returns the shopping order where number = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingOrder ShoppingOrderPersistence.fetchByPPTxnId(String ppTxnId)
          Returns the shopping order where ppTxnId = ? or returns null if it could not be found.
static ShoppingOrder ShoppingOrderUtil.fetchByPPTxnId(String ppTxnId)
          Returns the shopping order where ppTxnId = ? or returns null if it could not be found.
 ShoppingOrder ShoppingOrderPersistence.fetchByPPTxnId(String ppTxnId, boolean retrieveFromCache)
          Returns the shopping order where ppTxnId = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingOrder ShoppingOrderUtil.fetchByPPTxnId(String ppTxnId, boolean retrieveFromCache)
          Returns the shopping order where ppTxnId = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingOrder ShoppingOrderPersistence.fetchByPrimaryKey(long orderId)
          Returns the shopping order with the primary key or returns null if it could not be found.
static ShoppingOrder ShoppingOrderUtil.fetchByPrimaryKey(long orderId)
          Returns the shopping order with the primary key or returns null if it could not be found.
 ShoppingOrder[] ShoppingOrderPersistence.filterFindByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder[] ShoppingOrderUtil.filterFindByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
 ShoppingOrder[] ShoppingOrderPersistence.filterFindByGroupId_PrevAndNext(long orderId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ?.
static ShoppingOrder[] ShoppingOrderUtil.filterFindByGroupId_PrevAndNext(long orderId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ?.
 ShoppingOrder ShoppingOrderPersistence.findByG_U_PPPS_First(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder ShoppingOrderUtil.findByG_U_PPPS_First(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
 ShoppingOrder ShoppingOrderPersistence.findByG_U_PPPS_Last(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder ShoppingOrderUtil.findByG_U_PPPS_Last(long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
 ShoppingOrder[] ShoppingOrderPersistence.findByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
static ShoppingOrder[] ShoppingOrderUtil.findByG_U_PPPS_PrevAndNext(long orderId, long groupId, long userId, String ppPaymentStatus, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?.
 ShoppingOrder ShoppingOrderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ?.
static ShoppingOrder ShoppingOrderUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping order in the ordered set where groupId = ?.
 ShoppingOrder ShoppingOrderPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ?.
static ShoppingOrder ShoppingOrderUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping order in the ordered set where groupId = ?.
 ShoppingOrder[] ShoppingOrderPersistence.findByGroupId_PrevAndNext(long orderId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?.
static ShoppingOrder[] ShoppingOrderUtil.findByGroupId_PrevAndNext(long orderId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?.
 ShoppingOrder ShoppingOrderPersistence.findByNumber(String number)
          Returns the shopping order where number = ? or throws a NoSuchOrderException if it could not be found.
static ShoppingOrder ShoppingOrderUtil.findByNumber(String number)
          Returns the shopping order where number = ? or throws a NoSuchOrderException if it could not be found.
 ShoppingOrder ShoppingOrderPersistence.findByPPTxnId(String ppTxnId)
          Returns the shopping order where ppTxnId = ? or throws a NoSuchOrderException if it could not be found.
static ShoppingOrder ShoppingOrderUtil.findByPPTxnId(String ppTxnId)
          Returns the shopping order where ppTxnId = ? or throws a NoSuchOrderException if it could not be found.
 ShoppingOrder ShoppingOrderPersistence.findByPrimaryKey(long orderId)
          Returns the shopping order with the primary key or throws a NoSuchOrderException if it could not be found.
static ShoppingOrder ShoppingOrderUtil.findByPrimaryKey(long orderId)
          Returns the shopping order with the primary key or throws a NoSuchOrderException if it could not be found.
 ShoppingOrder ShoppingOrderPersistence.remove(long orderId)
          Removes the shopping order with the primary key from the database.
static ShoppingOrder ShoppingOrderUtil.remove(long orderId)
          Removes the shopping order with the primary key from the database.
 ShoppingOrder ShoppingOrderPersistence.removeByNumber(String number)
          Removes the shopping order where number = ? from the database.
static ShoppingOrder ShoppingOrderUtil.removeByNumber(String number)
          Removes the shopping order where number = ? from the database.
 ShoppingOrder ShoppingOrderPersistence.removeByPPTxnId(String ppTxnId)
          Removes the shopping order where ppTxnId = ? from the database.
static ShoppingOrder ShoppingOrderUtil.removeByPPTxnId(String ppTxnId)
          Removes the shopping order where ppTxnId = ? from the database.
static ShoppingOrder ShoppingOrderUtil.update(ShoppingOrder shoppingOrder)
           
static ShoppingOrder ShoppingOrderUtil.update(ShoppingOrder shoppingOrder, ServiceContext serviceContext)
           
 ShoppingOrder ShoppingOrderPersistence.updateImpl(ShoppingOrder shoppingOrder)
           
static ShoppingOrder ShoppingOrderUtil.updateImpl(ShoppingOrder shoppingOrder)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingOrder
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus)
          Returns all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus)
          Returns all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end)
          Returns a range of all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end)
          Returns a range of all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ? and userId = ? and ppPaymentStatus = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByGroupId(long groupId)
          Returns all the shopping orders that the user has permission to view where groupId = ?.
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByGroupId(long groupId)
          Returns all the shopping orders that the user has permission to view where groupId = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping orders that the user has permission to view where groupId = ?.
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping orders that the user has permission to view where groupId = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ?.
static List<ShoppingOrder> ShoppingOrderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.findAll()
          Returns all the shopping orders.
static List<ShoppingOrder> ShoppingOrderUtil.findAll()
          Returns all the shopping orders.
 List<ShoppingOrder> ShoppingOrderPersistence.findAll(int start, int end)
          Returns a range of all the shopping orders.
static List<ShoppingOrder> ShoppingOrderUtil.findAll(int start, int end)
          Returns a range of all the shopping orders.
 List<ShoppingOrder> ShoppingOrderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders.
static List<ShoppingOrder> ShoppingOrderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders.
 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)
           
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> ShoppingOrderPersistence.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus)
          Returns all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?.
static List<ShoppingOrder> ShoppingOrderUtil.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus)
          Returns all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end)
          Returns a range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?.
static List<ShoppingOrder> ShoppingOrderUtil.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end)
          Returns a range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?.
static List<ShoppingOrder> ShoppingOrderUtil.findByG_U_PPPS(long groupId, long userId, String ppPaymentStatus, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.findByGroupId(long groupId)
          Returns all the shopping orders where groupId = ?.
static List<ShoppingOrder> ShoppingOrderUtil.findByGroupId(long groupId)
          Returns all the shopping orders where groupId = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping orders where groupId = ?.
static List<ShoppingOrder> ShoppingOrderUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping orders where groupId = ?.
 List<ShoppingOrder> ShoppingOrderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders where groupId = ?.
static List<ShoppingOrder> ShoppingOrderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping orders where groupId = ?.
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
 void ShoppingOrderPersistence.cacheResult(ShoppingOrder shoppingOrder)
          Caches the shopping order in the entity cache if it is enabled.
static void ShoppingOrderUtil.cacheResult(ShoppingOrder shoppingOrder)
          Caches the shopping order in the entity cache if it is enabled.
static void ShoppingOrderUtil.clearCache(ShoppingOrder shoppingOrder)
           
static ShoppingOrder ShoppingOrderUtil.update(ShoppingOrder shoppingOrder)
           
static ShoppingOrder ShoppingOrderUtil.update(ShoppingOrder shoppingOrder, ServiceContext serviceContext)
           
 ShoppingOrder ShoppingOrderPersistence.updateImpl(ShoppingOrder shoppingOrder)
           
static ShoppingOrder ShoppingOrderUtil.updateImpl(ShoppingOrder shoppingOrder)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingOrder
 void ShoppingOrderPersistence.cacheResult(List<ShoppingOrder> shoppingOrders)
          Caches the shopping orders in the entity cache if it is enabled.
static void ShoppingOrderUtil.cacheResult(List<ShoppingOrder> shoppingOrders)
          Caches the shopping orders in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5