Liferay 6.1.2-ce-ga3

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. Renamed to ShoppingOrderItemWrapper.getWrappedModel()
 ShoppingOrderItem ShoppingOrderItemModel.toEscapedModel()
           
 ShoppingOrderItem ShoppingOrderItemWrapper.toEscapedModel()
           
 ShoppingOrderItem ShoppingOrderItemModel.toUnescapedModel()
           
 ShoppingOrderItem ShoppingOrderItemWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingOrderItem
 int ShoppingOrderItemModel.compareTo(ShoppingOrderItem shoppingOrderItem)
           
 int ShoppingOrderItemWrapper.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
 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.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
 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.createShoppingOrderItem(long orderItemId)
          Creates a new shopping order item with the primary key.
 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(long orderItemId)
          Deletes the shopping order item with the primary key from the database.
 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.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
 ShoppingOrderItem ShoppingOrderItemLocalService.fetchShoppingOrderItem(long orderItemId)
           
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.fetchShoppingOrderItem(long orderItemId)
           
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.fetchShoppingOrderItem(long orderItemId)
           
 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.getShoppingOrderItem(long orderItemId)
          Returns the shopping order item with the primary key.
 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.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database or adds it if it does not yet exist.
 ShoppingOrderItem ShoppingOrderItemLocalService.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database or adds it if it does not yet exist.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database or adds it if it does not yet exist.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          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
 List<ShoppingOrderItem> ShoppingOrderItemLocalService.getOrderItems(long orderId)
           
 List<ShoppingOrderItem> ShoppingOrderItemLocalServiceWrapper.getOrderItems(long orderId)
           
static List<ShoppingOrderItem> ShoppingOrderItemLocalServiceUtil.getOrderItems(long orderId)
           
 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.
static List<ShoppingOrderItem> ShoppingOrderItemLocalServiceUtil.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
 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.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
 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.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
 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.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database or adds it if it does not yet exist.
 ShoppingOrderItem ShoppingOrderItemLocalService.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database or adds it if it does not yet exist.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          Updates the shopping order item in the database or adds it if it does not yet exist.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem, boolean merge)
          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
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.
static ShoppingOrderItem ShoppingOrderItemUtil.fetchByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.fetchByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.fetchByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Returns the last shopping order item in the ordered set where orderId = ?.
static ShoppingOrderItem ShoppingOrderItemUtil.fetchByPrimaryKey(long orderItemId)
          Returns the shopping order item with the primary key or returns null if it could not be found.
 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.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first shopping order item in the ordered set where orderId = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.findByOrderId_First(long orderId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 ShoppingOrderItem ShoppingOrderItemPersistence.findByOrderId_Last(long orderId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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.findByPrimaryKey(long orderItemId)
          Returns the shopping order item with the primary key or throws a NoSuchOrderItemException if it could not be found.
 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.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.
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)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingOrderItem
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findAll()
          Returns all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findAll()
          Returns all the shopping order items.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findAll(int start, int end)
          Returns a range of all the shopping order items.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items.
static List<ShoppingOrderItem> ShoppingOrderItemUtil.findByOrderId(long orderId)
          Returns all the shopping order items where orderId = ?.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findByOrderId(long orderId)
          Returns 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 = ?.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping order items where orderId = ?.
 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.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.
static void ShoppingOrderItemUtil.clearCache(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)
           
 

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.
 


Liferay 6.1.2-ce-ga3