Liferay 7.0-ce-m6

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

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

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

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

Methods in com.liferay.portlet.shopping.model that return ShoppingCart
 ShoppingCart ShoppingCartWrapper.getWrappedModel()
           
 ShoppingCart ShoppingCartWrapper.getWrappedShoppingCart()
          Deprecated. As of 6.1.0, replaced by ShoppingCartWrapper.getWrappedModel()
 ShoppingCart ShoppingCartWrapper.toEscapedModel()
           
 ShoppingCart ShoppingCartModel.toEscapedModel()
           
 ShoppingCart ShoppingCartWrapper.toUnescapedModel()
           
 ShoppingCart ShoppingCartModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingCart
 CacheModel<ShoppingCart> ShoppingCartWrapper.toCacheModel()
           
 CacheModel<ShoppingCart> ShoppingCartModel.toCacheModel()
           
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingCart
 int ShoppingCartWrapper.compareTo(ShoppingCart shoppingCart)
           
 int ShoppingCartModel.compareTo(ShoppingCart shoppingCart)
           
static ShoppingCartSoap ShoppingCartSoap.toSoapModel(ShoppingCart model)
           
static ShoppingCartSoap[] ShoppingCartSoap.toSoapModels(ShoppingCart[] models)
           
static ShoppingCartSoap[][] ShoppingCartSoap.toSoapModels(ShoppingCart[][] models)
           
 

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

Constructors in com.liferay.portlet.shopping.model with parameters of type ShoppingCart
ShoppingCartWrapper(ShoppingCart shoppingCart)
           
 

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

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingCart
 class ShoppingCartBaseImpl
          The extended model base implementation for the ShoppingCart service.
 class ShoppingCartImpl
           
 

Methods in com.liferay.portlet.shopping.model.impl that return ShoppingCart
 ShoppingCart ShoppingCartCacheModel.toEntityModel()
           
 ShoppingCart ShoppingCartModelImpl.toEscapedModel()
           
 

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

Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingCart
 int ShoppingCartModelImpl.compareTo(ShoppingCart shoppingCart)
           
 

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

Methods in com.liferay.portlet.shopping.service that return ShoppingCart
 ShoppingCart ShoppingCartLocalService.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
static ShoppingCart ShoppingCartLocalServiceUtil.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
 ShoppingCart ShoppingCartLocalServiceWrapper.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
 ShoppingCart ShoppingCartLocalService.createShoppingCart(long cartId)
          Creates a new shopping cart with the primary key.
static ShoppingCart ShoppingCartLocalServiceUtil.createShoppingCart(long cartId)
          Creates a new shopping cart with the primary key.
 ShoppingCart ShoppingCartLocalServiceWrapper.createShoppingCart(long cartId)
          Creates a new shopping cart with the primary key.
 ShoppingCart ShoppingCartLocalService.deleteShoppingCart(long cartId)
          Deletes the shopping cart with the primary key from the database.
static ShoppingCart ShoppingCartLocalServiceUtil.deleteShoppingCart(long cartId)
          Deletes the shopping cart with the primary key from the database.
 ShoppingCart ShoppingCartLocalServiceWrapper.deleteShoppingCart(long cartId)
          Deletes the shopping cart with the primary key from the database.
 ShoppingCart ShoppingCartLocalService.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
static ShoppingCart ShoppingCartLocalServiceUtil.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
 ShoppingCart ShoppingCartLocalServiceWrapper.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
 ShoppingCart ShoppingCartLocalService.fetchShoppingCart(long cartId)
           
static ShoppingCart ShoppingCartLocalServiceUtil.fetchShoppingCart(long cartId)
           
 ShoppingCart ShoppingCartLocalServiceWrapper.fetchShoppingCart(long cartId)
           
 ShoppingCart ShoppingCartLocalService.getCart(long userId, long groupId)
           
static ShoppingCart ShoppingCartLocalServiceUtil.getCart(long userId, long groupId)
           
 ShoppingCart ShoppingCartLocalServiceWrapper.getCart(long userId, long groupId)
           
 ShoppingCart ShoppingCartLocalService.getShoppingCart(long cartId)
          Returns the shopping cart with the primary key.
static ShoppingCart ShoppingCartLocalServiceUtil.getShoppingCart(long cartId)
          Returns the shopping cart with the primary key.
 ShoppingCart ShoppingCartLocalServiceWrapper.getShoppingCart(long cartId)
          Returns the shopping cart with the primary key.
 ShoppingCart ShoppingCartLocalService.updateCart(long userId, long groupId, String itemIds, String couponCodes, int altShipping, boolean insure)
           
static ShoppingCart ShoppingCartLocalServiceUtil.updateCart(long userId, long groupId, String itemIds, String couponCodes, int altShipping, boolean insure)
           
 ShoppingCart ShoppingCartLocalServiceWrapper.updateCart(long userId, long groupId, String itemIds, String couponCodes, int altShipping, boolean insure)
           
 ShoppingCart ShoppingCartLocalService.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart in the database or adds it if it does not yet exist.
static ShoppingCart ShoppingCartLocalServiceUtil.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart in the database or adds it if it does not yet exist.
 ShoppingCart ShoppingCartLocalServiceWrapper.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart 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 ShoppingCart
 List<ShoppingCart> ShoppingCartLocalService.getShoppingCarts(int start, int end)
          Returns a range of all the shopping carts.
static List<ShoppingCart> ShoppingCartLocalServiceUtil.getShoppingCarts(int start, int end)
          Returns a range of all the shopping carts.
 List<ShoppingCart> ShoppingCartLocalServiceWrapper.getShoppingCarts(int start, int end)
          Returns a range of all the shopping carts.
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCart
 ShoppingCart ShoppingCartLocalService.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
static ShoppingCart ShoppingCartLocalServiceUtil.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
 ShoppingCart ShoppingCartLocalServiceWrapper.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
 ShoppingCart ShoppingCartLocalService.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
static ShoppingCart ShoppingCartLocalServiceUtil.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
 ShoppingCart ShoppingCartLocalServiceWrapper.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
 ShoppingOrder ShoppingOrderLocalServiceWrapper.saveLatestOrder(ShoppingCart cart)
           
 ShoppingOrder ShoppingOrderLocalService.saveLatestOrder(ShoppingCart cart)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.saveLatestOrder(ShoppingCart cart)
           
 ShoppingCart ShoppingCartLocalService.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart in the database or adds it if it does not yet exist.
static ShoppingCart ShoppingCartLocalServiceUtil.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart in the database or adds it if it does not yet exist.
 ShoppingCart ShoppingCartLocalServiceWrapper.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.shopping.service.base that return ShoppingCart
 ShoppingCart ShoppingCartLocalServiceBaseImpl.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
 ShoppingCart ShoppingCartLocalServiceBaseImpl.createShoppingCart(long cartId)
          Creates a new shopping cart with the primary key.
 ShoppingCart ShoppingCartLocalServiceBaseImpl.deleteShoppingCart(long cartId)
          Deletes the shopping cart with the primary key from the database.
 ShoppingCart ShoppingCartLocalServiceBaseImpl.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
 ShoppingCart ShoppingCartLocalServiceBaseImpl.fetchShoppingCart(long cartId)
           
 ShoppingCart ShoppingCartLocalServiceBaseImpl.getShoppingCart(long cartId)
          Returns the shopping cart with the primary key.
 ShoppingCart ShoppingCartLocalServiceBaseImpl.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart 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 ShoppingCart
 List<ShoppingCart> ShoppingCartLocalServiceBaseImpl.getShoppingCarts(int start, int end)
          Returns a range of all the shopping carts.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCart
 ShoppingCart ShoppingCartLocalServiceBaseImpl.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
 ShoppingCart ShoppingCartLocalServiceBaseImpl.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
 ShoppingCart ShoppingCartLocalServiceBaseImpl.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.shopping.service.impl that return ShoppingCart
 ShoppingCart ShoppingCartLocalServiceImpl.getCart(long userId, long groupId)
           
 ShoppingCart ShoppingCartLocalServiceImpl.updateCart(long userId, long groupId, String itemIds, String couponCodes, int altShipping, boolean insure)
           
 

Methods in com.liferay.portlet.shopping.service.impl with parameters of type ShoppingCart
 ShoppingOrder ShoppingOrderLocalServiceImpl.saveLatestOrder(ShoppingCart cart)
           
 

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingCart
 ShoppingCart ShoppingCartPersistence.create(long cartId)
          Creates a new shopping cart with the primary key.
static ShoppingCart ShoppingCartUtil.create(long cartId)
          Creates a new shopping cart with the primary key.
 ShoppingCart ShoppingCartPersistence.fetchByG_U(long groupId, long userId)
          Returns the shopping cart where groupId = ? and userId = ? or returns null if it could not be found.
static ShoppingCart ShoppingCartUtil.fetchByG_U(long groupId, long userId)
          Returns the shopping cart where groupId = ? and userId = ? or returns null if it could not be found.
 ShoppingCart ShoppingCartPersistence.fetchByG_U(long groupId, long userId, boolean retrieveFromCache)
          Returns the shopping cart where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingCart ShoppingCartUtil.fetchByG_U(long groupId, long userId, boolean retrieveFromCache)
          Returns the shopping cart where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingCart ShoppingCartPersistence.fetchByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.fetchByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.fetchByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistence.fetchByPrimaryKey(long cartId)
          Returns the shopping cart with the primary key or returns null if it could not be found.
static ShoppingCart ShoppingCartUtil.fetchByPrimaryKey(long cartId)
          Returns the shopping cart with the primary key or returns null if it could not be found.
 ShoppingCart ShoppingCartPersistence.fetchByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.fetchByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistence.fetchByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.fetchByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistence.findByG_U(long groupId, long userId)
          Returns the shopping cart where groupId = ? and userId = ? or throws a NoSuchCartException if it could not be found.
static ShoppingCart ShoppingCartUtil.findByG_U(long groupId, long userId)
          Returns the shopping cart where groupId = ? and userId = ? or throws a NoSuchCartException if it could not be found.
 ShoppingCart ShoppingCartPersistence.findByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.findByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistence.findByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.findByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart[] ShoppingCartPersistence.findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?.
static ShoppingCart[] ShoppingCartUtil.findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistence.findByPrimaryKey(long cartId)
          Returns the shopping cart with the primary key or throws a NoSuchCartException if it could not be found.
static ShoppingCart ShoppingCartUtil.findByPrimaryKey(long cartId)
          Returns the shopping cart with the primary key or throws a NoSuchCartException if it could not be found.
 ShoppingCart ShoppingCartPersistence.findByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.findByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistence.findByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.findByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 ShoppingCart[] ShoppingCartPersistence.findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?.
static ShoppingCart[] ShoppingCartUtil.findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistence.remove(long cartId)
          Removes the shopping cart with the primary key from the database.
static ShoppingCart ShoppingCartUtil.remove(long cartId)
          Removes the shopping cart with the primary key from the database.
 ShoppingCart ShoppingCartPersistence.removeByG_U(long groupId, long userId)
          Removes the shopping cart where groupId = ? and userId = ? from the database.
static ShoppingCart ShoppingCartUtil.removeByG_U(long groupId, long userId)
          Removes the shopping cart where groupId = ? and userId = ? from the database.
static ShoppingCart ShoppingCartUtil.update(ShoppingCart shoppingCart)
           
static ShoppingCart ShoppingCartUtil.update(ShoppingCart shoppingCart, ServiceContext serviceContext)
           
 ShoppingCart ShoppingCartPersistence.updateImpl(ShoppingCart shoppingCart)
           
static ShoppingCart ShoppingCartUtil.updateImpl(ShoppingCart shoppingCart)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingCart
 Map<Serializable,ShoppingCart> ShoppingCartPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,ShoppingCart> ShoppingCartUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<ShoppingCart> ShoppingCartPersistence.findAll()
          Returns all the shopping carts.
static List<ShoppingCart> ShoppingCartUtil.findAll()
          Returns all the shopping carts.
 List<ShoppingCart> ShoppingCartPersistence.findAll(int start, int end)
          Returns a range of all the shopping carts.
static List<ShoppingCart> ShoppingCartUtil.findAll(int start, int end)
          Returns a range of all the shopping carts.
 List<ShoppingCart> ShoppingCartPersistence.findAll(int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts.
static List<ShoppingCart> ShoppingCartUtil.findAll(int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts.
 List<ShoppingCart> ShoppingCartPersistence.findByGroupId(long groupId)
          Returns all the shopping carts where groupId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByGroupId(long groupId)
          Returns all the shopping carts where groupId = ?.
 List<ShoppingCart> ShoppingCartPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping carts where groupId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping carts where groupId = ?.
 List<ShoppingCart> ShoppingCartPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where groupId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where groupId = ?.
 List<ShoppingCart> ShoppingCartPersistence.findByUserId(long userId)
          Returns all the shopping carts where userId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByUserId(long userId)
          Returns all the shopping carts where userId = ?.
 List<ShoppingCart> ShoppingCartPersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the shopping carts where userId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByUserId(long userId, int start, int end)
          Returns a range of all the shopping carts where userId = ?.
 List<ShoppingCart> ShoppingCartPersistence.findByUserId(long userId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where userId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByUserId(long userId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where userId = ?.
static List<ShoppingCart> ShoppingCartUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ShoppingCart> ShoppingCartUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ShoppingCart> ShoppingCartUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingCart
 void ShoppingCartPersistence.cacheResult(ShoppingCart shoppingCart)
          Caches the shopping cart in the entity cache if it is enabled.
static void ShoppingCartUtil.cacheResult(ShoppingCart shoppingCart)
          Caches the shopping cart in the entity cache if it is enabled.
static void ShoppingCartUtil.clearCache(ShoppingCart shoppingCart)
           
static ShoppingCart ShoppingCartUtil.update(ShoppingCart shoppingCart)
           
static ShoppingCart ShoppingCartUtil.update(ShoppingCart shoppingCart, ServiceContext serviceContext)
           
 ShoppingCart ShoppingCartPersistence.updateImpl(ShoppingCart shoppingCart)
           
static ShoppingCart ShoppingCartUtil.updateImpl(ShoppingCart shoppingCart)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingCart
 void ShoppingCartPersistence.cacheResult(List<ShoppingCart> shoppingCarts)
          Caches the shopping carts in the entity cache if it is enabled.
static void ShoppingCartUtil.cacheResult(List<ShoppingCart> shoppingCarts)
          Caches the shopping carts in the entity cache if it is enabled.
 ShoppingCart ShoppingCartPersistence.fetchByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.fetchByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.fetchByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistence.fetchByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.fetchByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistence.fetchByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.fetchByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 List<ShoppingCart> ShoppingCartPersistence.findAll(int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts.
static List<ShoppingCart> ShoppingCartUtil.findAll(int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts.
 ShoppingCart ShoppingCartPersistence.findByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.findByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistence.findByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.findByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart[] ShoppingCartPersistence.findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?.
static ShoppingCart[] ShoppingCartUtil.findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?.
 List<ShoppingCart> ShoppingCartPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where groupId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where groupId = ?.
 ShoppingCart ShoppingCartPersistence.findByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.findByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistence.findByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.findByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 ShoppingCart[] ShoppingCartPersistence.findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?.
static ShoppingCart[] ShoppingCartUtil.findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?.
 List<ShoppingCart> ShoppingCartPersistence.findByUserId(long userId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where userId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByUserId(long userId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where userId = ?.
static List<ShoppingCart> ShoppingCartUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
           
 

Uses of ShoppingCart in com.liferay.portlet.shopping.service.persistence.impl
 

Methods in com.liferay.portlet.shopping.service.persistence.impl that return ShoppingCart
 ShoppingCart ShoppingCartPersistenceImpl.create(long cartId)
          Creates a new shopping cart with the primary key.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByG_U(long groupId, long userId)
          Returns the shopping cart where groupId = ? and userId = ? or returns null if it could not be found.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByG_U(long groupId, long userId, boolean retrieveFromCache)
          Returns the shopping cart where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByPrimaryKey(long cartId)
          Returns the shopping cart with the primary key or returns null if it could not be found.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the shopping cart with the primary key or returns null if it could not be found.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.findByG_U(long groupId, long userId)
          Returns the shopping cart where groupId = ? and userId = ? or throws a NoSuchCartException if it could not be found.
 ShoppingCart ShoppingCartPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart[] ShoppingCartPersistenceImpl.findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.findByPrimaryKey(long cartId)
          Returns the shopping cart with the primary key or throws a NoSuchCartException if it could not be found.
 ShoppingCart ShoppingCartPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping cart with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingCart ShoppingCartPersistenceImpl.findByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 ShoppingCart[] ShoppingCartPersistenceImpl.findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?.
protected  ShoppingCart ShoppingCartPersistenceImpl.getByGroupId_PrevAndNext(Session session, ShoppingCart shoppingCart, long groupId, OrderByComparator<ShoppingCart> orderByComparator, boolean previous)
           
protected  ShoppingCart ShoppingCartPersistenceImpl.getByUserId_PrevAndNext(Session session, ShoppingCart shoppingCart, long userId, OrderByComparator<ShoppingCart> orderByComparator, boolean previous)
           
 ShoppingCart ShoppingCartPersistenceImpl.remove(long cartId)
          Removes the shopping cart with the primary key from the database.
 ShoppingCart ShoppingCartPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping cart with the primary key from the database.
 ShoppingCart ShoppingCartPersistenceImpl.removeByG_U(long groupId, long userId)
          Removes the shopping cart where groupId = ? and userId = ? from the database.
protected  ShoppingCart ShoppingCartPersistenceImpl.removeImpl(ShoppingCart shoppingCart)
           
protected  ShoppingCart ShoppingCartPersistenceImpl.toUnwrappedModel(ShoppingCart shoppingCart)
           
 ShoppingCart ShoppingCartPersistenceImpl.updateImpl(ShoppingCart shoppingCart)
           
 

Methods in com.liferay.portlet.shopping.service.persistence.impl that return types with arguments of type ShoppingCart
 Map<Serializable,ShoppingCart> ShoppingCartPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<ShoppingCart> ShoppingCartPersistenceImpl.findAll()
          Returns all the shopping carts.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findAll(int start, int end)
          Returns a range of all the shopping carts.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findAll(int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByGroupId(long groupId)
          Returns all the shopping carts where groupId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping carts where groupId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where groupId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByUserId(long userId)
          Returns all the shopping carts where userId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByUserId(long userId, int start, int end)
          Returns a range of all the shopping carts where userId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where userId = ?.
 

Methods in com.liferay.portlet.shopping.service.persistence.impl with parameters of type ShoppingCart
 void ShoppingCartPersistenceImpl.cacheResult(ShoppingCart shoppingCart)
          Caches the shopping cart in the entity cache if it is enabled.
protected  void ShoppingCartPersistenceImpl.cacheUniqueFindersCache(ShoppingCart shoppingCart)
           
 void ShoppingCartPersistenceImpl.clearCache(ShoppingCart shoppingCart)
          Clears the cache for the shopping cart.
protected  void ShoppingCartPersistenceImpl.clearUniqueFindersCache(ShoppingCart shoppingCart)
           
protected  ShoppingCart ShoppingCartPersistenceImpl.getByGroupId_PrevAndNext(Session session, ShoppingCart shoppingCart, long groupId, OrderByComparator<ShoppingCart> orderByComparator, boolean previous)
           
protected  ShoppingCart ShoppingCartPersistenceImpl.getByUserId_PrevAndNext(Session session, ShoppingCart shoppingCart, long userId, OrderByComparator<ShoppingCart> orderByComparator, boolean previous)
           
protected  ShoppingCart ShoppingCartPersistenceImpl.removeImpl(ShoppingCart shoppingCart)
           
protected  ShoppingCart ShoppingCartPersistenceImpl.toUnwrappedModel(ShoppingCart shoppingCart)
           
 ShoppingCart ShoppingCartPersistenceImpl.updateImpl(ShoppingCart shoppingCart)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence.impl with type arguments of type ShoppingCart
 void ShoppingCartPersistenceImpl.cacheResult(List<ShoppingCart> shoppingCarts)
          Caches the shopping carts in the entity cache if it is enabled.
 void ShoppingCartPersistenceImpl.clearCache(List<ShoppingCart> shoppingCarts)
           
 ShoppingCart ShoppingCartPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findAll(int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts.
 ShoppingCart ShoppingCartPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart[] ShoppingCartPersistenceImpl.findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.findByUserId_First(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 ShoppingCart[] ShoppingCartPersistenceImpl.findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator<ShoppingCart> orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<ShoppingCart> orderByComparator)
          Returns an ordered range of all the shopping carts where userId = ?.
protected  ShoppingCart ShoppingCartPersistenceImpl.getByGroupId_PrevAndNext(Session session, ShoppingCart shoppingCart, long groupId, OrderByComparator<ShoppingCart> orderByComparator, boolean previous)
           
protected  ShoppingCart ShoppingCartPersistenceImpl.getByUserId_PrevAndNext(Session session, ShoppingCart shoppingCart, long userId, OrderByComparator<ShoppingCart> orderByComparator, boolean previous)
           
 

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

Methods in com.liferay.portlet.shopping.util that return ShoppingCart
static ShoppingCart ShoppingUtil.getCart(PortletRequest portletRequest)
           
static ShoppingCart ShoppingUtil.getCart(ThemeDisplay themeDisplay)
           
 


Liferay 7.0-ce-m6