Liferay 6.0.5

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

Packages that use ShoppingOrderItem
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.impl   
com.liferay.portlet.shopping.service.persistence   
com.liferay.portlet.shopping.util   
 

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

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

Methods in com.liferay.portlet.shopping.model that return ShoppingOrderItem
 ShoppingOrderItem ShoppingOrderItemWrapper.getWrappedShoppingOrderItem()
           
 ShoppingOrderItem ShoppingOrderItemWrapper.toEscapedModel()
           
 ShoppingOrderItem ShoppingOrderItemModel.toEscapedModel()
          Gets a copy of this shopping order item as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingOrderItem
 int ShoppingOrderItemWrapper.compareTo(ShoppingOrderItem shoppingOrderItem)
           
 int ShoppingOrderItemModel.compareTo(ShoppingOrderItem shoppingOrderItem)
           
 

Constructors in com.liferay.portlet.shopping.model with parameters of type ShoppingOrderItem
ShoppingOrderItemWrapper(ShoppingOrderItem shoppingOrderItem)
           
 

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

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingOrderItem
 class ShoppingOrderItemImpl
           
 

Methods in com.liferay.portlet.shopping.model.impl that return ShoppingOrderItem
 ShoppingOrderItem ShoppingOrderItemModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingOrderItem
 int ShoppingOrderItemModelImpl.compareTo(ShoppingOrderItem shoppingOrderItem)
           
 

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

Methods in com.liferay.portlet.shopping.service that return ShoppingOrderItem
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
 ShoppingOrderItem ShoppingOrderItemLocalService.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.createShoppingOrderItem(long orderItemId)
          Creates a new shopping order item with the primary key.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.createShoppingOrderItem(long orderItemId)
          Creates a new shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemLocalService.createShoppingOrderItem(long orderItemId)
          Creates a new shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.getShoppingOrderItem(long orderItemId)
          Gets the shopping order item with the primary key.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.getShoppingOrderItem(long orderItemId)
          Gets the shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemLocalService.getShoppingOrderItem(long orderItemId)
          Gets the shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database.
 ShoppingOrderItem ShoppingOrderItemLocalService.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database.
 ShoppingOrderItem ShoppingOrderItemLocalService.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database.
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingOrderItem
 List<ShoppingOrderItem> ShoppingOrderItemLocalServiceWrapper.getOrderItems(long orderId)
           
static List<ShoppingOrderItem> ShoppingOrderItemLocalServiceUtil.getOrderItems(long orderId)
           
 List<ShoppingOrderItem> ShoppingOrderItemLocalService.getOrderItems(long orderId)
           
 List<ShoppingOrderItem> ShoppingOrderItemLocalServiceWrapper.getShoppingOrderItems(int start, int end)
          Gets a range of all the shopping order items.
static List<ShoppingOrderItem> ShoppingOrderItemLocalServiceUtil.getShoppingOrderItems(int start, int end)
          Gets a range of all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemLocalService.getShoppingOrderItems(int start, int end)
          Gets a range of all the shopping order items.
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingOrderItem
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
 ShoppingOrderItem ShoppingOrderItemLocalService.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
 void ShoppingOrderItemLocalServiceWrapper.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
static void ShoppingOrderItemLocalServiceUtil.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
 void ShoppingOrderItemLocalService.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database.
 ShoppingOrderItem ShoppingOrderItemLocalService.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database.
 ShoppingOrderItem ShoppingOrderItemLocalService.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database.
 

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

Methods in com.liferay.portlet.shopping.service.base that return ShoppingOrderItem
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.createShoppingOrderItem(long orderItemId)
          Creates a new shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.getShoppingOrderItem(long orderItemId)
          Gets the shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database.
 

Methods in com.liferay.portlet.shopping.service.base that return types with arguments of type ShoppingOrderItem
 List<ShoppingOrderItem> ShoppingOrderItemLocalServiceBaseImpl.getShoppingOrderItems(int start, int end)
          Gets a range of all the shopping order items.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingOrderItem
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
 void ShoppingOrderItemLocalServiceBaseImpl.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database.
 

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

Methods in com.liferay.portlet.shopping.service.impl that return types with arguments of type ShoppingOrderItem
 List<ShoppingOrderItem> ShoppingOrderItemLocalServiceImpl.getOrderItems(long orderId)
           
 

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingOrderItem
static ShoppingOrderItem ShoppingOrderItemUtil.create(long orderItemId)
          Creates a new shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemPersistence.create(long orderItemId)
          Creates a new shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.create(long orderItemId)
          Creates a new shopping order item with the primary key.
static ShoppingOrderItem ShoppingOrderItemUtil.fetchByPrimaryKey(long orderItemId)
          Finds the shopping order item with the primary key or returns null if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistence.fetchByPrimaryKey(long orderItemId)
          Finds the shopping order item with the primary key or returns null if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.fetchByPrimaryKey(long orderItemId)
          Finds the shopping order item with the primary key or returns null if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the shopping order item with the primary key or returns null if it could not be found.
static ShoppingOrderItem ShoppingOrderItemUtil.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Finds the first shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Finds the first shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Finds the first shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem ShoppingOrderItemUtil.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Finds the last shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Finds the last shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Finds the last shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem[] ShoppingOrderItemUtil.findByOrderId_PrevAndNext(long orderItemId, long orderId, OrderByComparator orderByComparator)
          Finds the shopping order items before and after the current shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem[] ShoppingOrderItemPersistence.findByOrderId_PrevAndNext(long orderItemId, long orderId, OrderByComparator orderByComparator)
          Finds the shopping order items before and after the current shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem[] ShoppingOrderItemPersistenceImpl.findByOrderId_PrevAndNext(long orderItemId, long orderId, OrderByComparator orderByComparator)
          Finds the shopping order items before and after the current shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem ShoppingOrderItemUtil.findByPrimaryKey(long orderItemId)
          Finds the shopping order item with the primary key or throws a NoSuchOrderItemException if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistence.findByPrimaryKey(long orderItemId)
          Finds the shopping order item with the primary key or throws a NoSuchOrderItemException if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByPrimaryKey(long orderItemId)
          Finds the shopping order item with the primary key or throws a NoSuchOrderItemException if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping order item with the primary key or throws a NoSuchModelException if it could not be found.
protected  ShoppingOrderItem ShoppingOrderItemPersistenceImpl.getByOrderId_PrevAndNext(Session session, ShoppingOrderItem shoppingOrderItem, long orderId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingOrderItem ShoppingOrderItemUtil.remove(long orderItemId)
          Removes the shopping order item with the primary key from the database.
 ShoppingOrderItem ShoppingOrderItemPersistence.remove(long orderItemId)
          Removes the shopping order item with the primary key from the database.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.remove(long orderItemId)
          Removes the shopping order item with the primary key from the database.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping order item with the primary key from the database.
static ShoppingOrderItem ShoppingOrderItemUtil.remove(ShoppingOrderItem shoppingOrderItem)
           
protected  ShoppingOrderItem ShoppingOrderItemPersistenceImpl.removeImpl(ShoppingOrderItem shoppingOrderItem)
           
protected  ShoppingOrderItem ShoppingOrderItemPersistenceImpl.toUnwrappedModel(ShoppingOrderItem shoppingOrderItem)
           
static ShoppingOrderItem ShoppingOrderItemUtil.update(ShoppingOrderItem shoppingOrderItem, boolean merge)
           
static ShoppingOrderItem ShoppingOrderItemUtil.update(ShoppingOrderItem shoppingOrderItem, boolean merge, ServiceContext serviceContext)
           
static ShoppingOrderItem ShoppingOrderItemUtil.updateImpl(ShoppingOrderItem shoppingOrderItem, boolean merge)
           
 ShoppingOrderItem ShoppingOrderItemPersistence.updateImpl(ShoppingOrderItem shoppingOrderItem, boolean merge)
           
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.updateImpl(ShoppingOrderItem shoppingOrderItem, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingOrderItem
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findAll()
          Finds all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findAll()
          Finds all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.findAll()
          Finds all the shopping order items.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findAll(int start, int end)
          Finds a range of all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findAll(int start, int end)
          Finds a range of all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.findAll(int start, int end)
          Finds a range of all the shopping order items.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping order items.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findByOrderId(long orderId)
          Finds all the shopping order items where orderId = ?.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findByOrderId(long orderId)
          Finds all the shopping order items where orderId = ?.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.findByOrderId(long orderId)
          Finds all the shopping order items where orderId = ?.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findByOrderId(long orderId, int start, int end)
          Finds a range of all the shopping order items where orderId = ?.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findByOrderId(long orderId, int start, int end)
          Finds a range of all the shopping order items where orderId = ?.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.findByOrderId(long orderId, int start, int end)
          Finds a range of all the shopping order items where orderId = ?.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findByOrderId(long orderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping order items where orderId = ?.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findByOrderId(long orderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping order items where orderId = ?.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.findByOrderId(long orderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping order items where orderId = ?.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingOrderItem
static void ShoppingOrderItemUtil.cacheResult(ShoppingOrderItem shoppingOrderItem)
          Caches the shopping order item in the entity cache if it is enabled.
 void ShoppingOrderItemPersistence.cacheResult(ShoppingOrderItem shoppingOrderItem)
          Caches the shopping order item in the entity cache if it is enabled.
 void ShoppingOrderItemPersistenceImpl.cacheResult(ShoppingOrderItem shoppingOrderItem)
          Caches the shopping order item in the entity cache if it is enabled.
static void ShoppingOrderItemUtil.clearCache(ShoppingOrderItem shoppingOrderItem)
           
 void ShoppingOrderItemPersistenceImpl.clearCache(ShoppingOrderItem shoppingOrderItem)
          Clears the cache for the shopping order item.
protected  ShoppingOrderItem ShoppingOrderItemPersistenceImpl.getByOrderId_PrevAndNext(Session session, ShoppingOrderItem shoppingOrderItem, long orderId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingOrderItem ShoppingOrderItemUtil.remove(ShoppingOrderItem shoppingOrderItem)
           
protected  ShoppingOrderItem ShoppingOrderItemPersistenceImpl.removeImpl(ShoppingOrderItem shoppingOrderItem)
           
protected  ShoppingOrderItem ShoppingOrderItemPersistenceImpl.toUnwrappedModel(ShoppingOrderItem shoppingOrderItem)
           
static ShoppingOrderItem ShoppingOrderItemUtil.update(ShoppingOrderItem shoppingOrderItem, boolean merge)
           
static ShoppingOrderItem ShoppingOrderItemUtil.update(ShoppingOrderItem shoppingOrderItem, boolean merge, ServiceContext serviceContext)
           
static ShoppingOrderItem ShoppingOrderItemUtil.updateImpl(ShoppingOrderItem shoppingOrderItem, boolean merge)
           
 ShoppingOrderItem ShoppingOrderItemPersistence.updateImpl(ShoppingOrderItem shoppingOrderItem, boolean merge)
           
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.updateImpl(ShoppingOrderItem shoppingOrderItem, boolean merge)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingOrderItem
static void ShoppingOrderItemUtil.cacheResult(List<ShoppingOrderItem> shoppingOrderItems)
          Caches the shopping order items in the entity cache if it is enabled.
 void ShoppingOrderItemPersistence.cacheResult(List<ShoppingOrderItem> shoppingOrderItems)
          Caches the shopping order items in the entity cache if it is enabled.
 void ShoppingOrderItemPersistenceImpl.cacheResult(List<ShoppingOrderItem> shoppingOrderItems)
          Caches the shopping order items in the entity cache if it is enabled.
 

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

Method parameters in com.liferay.portlet.shopping.util with type arguments of type ShoppingOrderItem
static double ShoppingUtil.calculateActualSubtotal(List<ShoppingOrderItem> orderItems)
           
 


Liferay 6.0.5