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.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.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.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingOrderItem
 class ShoppingOrderItemBaseImpl
          The extended model base implementation for the ShoppingOrderItem service.
 class ShoppingOrderItemImpl
           
 

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

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

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 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.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.deleteShoppingOrderItem(long orderItemId)
          Deletes the shopping order item with the primary key from the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.fetchShoppingOrderItem(long orderItemId)
           
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.getShoppingOrderItem(long orderItemId)
          Returns the shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item in the database or adds it if it does not yet exist.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.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.base that return types with arguments of type ShoppingOrderItem
 List<ShoppingOrderItem> ShoppingOrderItemLocalServiceBaseImpl.getShoppingOrderItems(int start, int end)
          Returns 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.
 ShoppingOrderItem 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 or adds it if it does not yet exist.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.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.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.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 = ?.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.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 = ?.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.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.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.fetchByPrimaryKey(long orderItemId)
          Returns the shopping order item with the primary key or returns null if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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 = ?.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.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 = ?.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.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 = ?.
 ShoppingOrderItem[] ShoppingOrderItemPersistenceImpl.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.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByPrimaryKey(long orderItemId)
          Returns the shopping order item with the primary key or throws a NoSuchOrderItemException if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns 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.
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()
          Returns all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemPersistence.findAll()
          Returns all the shopping order items.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.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.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.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.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.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 = ?.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.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 = ?.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.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 = ?.
 List<ShoppingOrderItem> ShoppingOrderItemPersistenceImpl.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.
 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)
           
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.
 void ShoppingOrderItemPersistenceImpl.clearCache(List<ShoppingOrderItem> shoppingOrderItems)
           
 

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.1.2-ce-ga3