Liferay 6.2.0

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

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

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.getWrappedModel()
           
 ShoppingOrderItem ShoppingOrderItemWrapper.getWrappedShoppingOrderItem()
          Deprecated. As of 6.1.0, replaced by ShoppingOrderItemWrapper.getWrappedModel()
 ShoppingOrderItem ShoppingOrderItemWrapper.toEscapedModel()
           
abstract  ShoppingOrderItem ShoppingOrderItemModel.toEscapedModel()
           
 ShoppingOrderItem ShoppingOrderItemWrapper.toUnescapedModel()
           
abstract  ShoppingOrderItem ShoppingOrderItemModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingOrderItem
 CacheModel<ShoppingOrderItem> ShoppingOrderItemWrapper.toCacheModel()
           
abstract  CacheModel<ShoppingOrderItem> ShoppingOrderItemModel.toCacheModel()
           
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingOrderItem
 int ShoppingOrderItemWrapper.compareTo(ShoppingOrderItem shoppingOrderItem)
           
abstract  int ShoppingOrderItemModel.compareTo(ShoppingOrderItem shoppingOrderItem)
           
static ShoppingOrderItemSoap ShoppingOrderItemSoap.toSoapModel(ShoppingOrderItem model)
           
static ShoppingOrderItemSoap[] ShoppingOrderItemSoap.toSoapModels(ShoppingOrderItem[] models)
           
static ShoppingOrderItemSoap[][] ShoppingOrderItemSoap.toSoapModels(ShoppingOrderItem[][] models)
           
 

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

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

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

Methods in com.liferay.portlet.shopping.service that return ShoppingOrderItem
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.createShoppingOrderItem(long orderItemId)
          Creates a new shopping order item with the primary key.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.createShoppingOrderItem(long orderItemId)
          Creates a new shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.createShoppingOrderItem(long orderItemId)
          Creates a new shopping order item with the primary key.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.deleteShoppingOrderItem(long orderItemId)
          Deletes the shopping order item with the primary key from the database.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.deleteShoppingOrderItem(long orderItemId)
          Deletes the shopping order item with the primary key from the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.deleteShoppingOrderItem(long orderItemId)
          Deletes the shopping order item with the primary key from the database.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.fetchShoppingOrderItem(long orderItemId)
           
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.fetchShoppingOrderItem(long orderItemId)
           
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.fetchShoppingOrderItem(long orderItemId)
           
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.getShoppingOrderItem(long orderItemId)
          Returns the shopping order item with the primary key.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.getShoppingOrderItem(long orderItemId)
          Returns the shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.getShoppingOrderItem(long orderItemId)
          Returns the shopping order item with the primary key.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database or adds it if it does not yet exist.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database or adds it if it does not yet exist.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item 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 ShoppingOrderItem
static List<ShoppingOrderItem> ShoppingOrderItemLocalServiceUtil.getOrderItems(long orderId)
           
abstract  List<ShoppingOrderItem> ShoppingOrderItemLocalService.getOrderItems(long orderId)
           
 List<ShoppingOrderItem> ShoppingOrderItemLocalServiceWrapper.getOrderItems(long orderId)
           
static List<ShoppingOrderItem> ShoppingOrderItemLocalServiceUtil.getShoppingOrderItems(int start, int end)
          Returns a range of all the shopping order items.
abstract  List<ShoppingOrderItem> ShoppingOrderItemLocalService.getShoppingOrderItems(int start, int end)
          Returns a range of all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemLocalServiceWrapper.getShoppingOrderItems(int start, int end)
          Returns a range of all the shopping order items.
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingOrderItem
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database or adds it if it does not yet exist.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database or adds it if it does not yet exist.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database or adds it if it does not yet exist.
 

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

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

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingOrderItem
abstract  List<ShoppingOrderItem> ShoppingOrderItemPersistence.findAll()
          Returns all the shopping order items.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findAll()
          Returns all the shopping order items.
abstract  List<ShoppingOrderItem> ShoppingOrderItemPersistence.findAll(int start, int end)
          Returns a range of all the shopping order items.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findAll(int start, int end)
          Returns a range of all the shopping order items.
abstract  List<ShoppingOrderItem> ShoppingOrderItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items.
abstract  List<ShoppingOrderItem> ShoppingOrderItemPersistence.findByOrderId(long orderId)
          Returns all the shopping order items where orderId = ?.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findByOrderId(long orderId)
          Returns all the shopping order items where orderId = ?.
abstract  List<ShoppingOrderItem> ShoppingOrderItemPersistence.findByOrderId(long orderId, int start, int end)
          Returns a range of all the shopping order items where orderId = ?.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findByOrderId(long orderId, int start, int end)
          Returns a range of all the shopping order items where orderId = ?.
abstract  List<ShoppingOrderItem> ShoppingOrderItemPersistence.findByOrderId(long orderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items where orderId = ?.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findByOrderId(long orderId, int start, int end, OrderByComparator orderByComparator)
          Returns 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
abstract  void ShoppingOrderItemPersistence.cacheResult(ShoppingOrderItem shoppingOrderItem)
          Caches the shopping order item in the entity cache if it is enabled.
static void ShoppingOrderItemUtil.cacheResult(ShoppingOrderItem shoppingOrderItem)
          Caches the shopping order item in the entity cache if it is enabled.
static void ShoppingOrderItemUtil.clearCache(ShoppingOrderItem shoppingOrderItem)
           
static ShoppingOrderItem ShoppingOrderItemUtil.update(ShoppingOrderItem shoppingOrderItem)
           
static ShoppingOrderItem ShoppingOrderItemUtil.update(ShoppingOrderItem shoppingOrderItem, ServiceContext serviceContext)
           
abstract  ShoppingOrderItem ShoppingOrderItemPersistence.updateImpl(ShoppingOrderItem shoppingOrderItem)
           
static ShoppingOrderItem ShoppingOrderItemUtil.updateImpl(ShoppingOrderItem shoppingOrderItem)
           
 

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


Liferay 6.2.0