Liferay 6.2.0

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.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()
           
abstract  ShoppingCart ShoppingCartModel.toEscapedModel()
           
 ShoppingCart ShoppingCartWrapper.toUnescapedModel()
           
abstract  ShoppingCart ShoppingCartModel.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingCart
 int ShoppingCartWrapper.compareTo(ShoppingCart shoppingCart)
           
abstract  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
static ShoppingCart ShoppingCartLocalServiceUtil.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
abstract  ShoppingCart ShoppingCartLocalService.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
 ShoppingCart ShoppingCartLocalServiceWrapper.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
static ShoppingCart ShoppingCartLocalServiceUtil.createShoppingCart(long cartId)
          Creates a new shopping cart with the primary key.
abstract  ShoppingCart ShoppingCartLocalService.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.
static ShoppingCart ShoppingCartLocalServiceUtil.deleteShoppingCart(long cartId)
          Deletes the shopping cart with the primary key from the database.
abstract  ShoppingCart ShoppingCartLocalService.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.
static ShoppingCart ShoppingCartLocalServiceUtil.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
abstract  ShoppingCart ShoppingCartLocalService.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
 ShoppingCart ShoppingCartLocalServiceWrapper.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
static ShoppingCart ShoppingCartLocalServiceUtil.fetchShoppingCart(long cartId)
           
abstract  ShoppingCart ShoppingCartLocalService.fetchShoppingCart(long cartId)
           
 ShoppingCart ShoppingCartLocalServiceWrapper.fetchShoppingCart(long cartId)
           
static ShoppingCart ShoppingCartLocalServiceUtil.getCart(long userId, long groupId)
           
abstract  ShoppingCart ShoppingCartLocalService.getCart(long userId, long groupId)
           
 ShoppingCart ShoppingCartLocalServiceWrapper.getCart(long userId, long groupId)
           
static ShoppingCart ShoppingCartLocalServiceUtil.getShoppingCart(long cartId)
          Returns the shopping cart with the primary key.
abstract  ShoppingCart ShoppingCartLocalService.getShoppingCart(long cartId)
          Returns the shopping cart with the primary key.
 ShoppingCart ShoppingCartLocalServiceWrapper.getShoppingCart(long cartId)
          Returns the shopping cart with the primary key.
static ShoppingCart ShoppingCartLocalServiceUtil.updateCart(long userId, long groupId, String itemIds, String couponCodes, int altShipping, boolean insure)
           
abstract  ShoppingCart ShoppingCartLocalService.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)
           
static ShoppingCart ShoppingCartLocalServiceUtil.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart in the database or adds it if it does not yet exist.
abstract  ShoppingCart ShoppingCartLocalService.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
static List<ShoppingCart> ShoppingCartLocalServiceUtil.getShoppingCarts(int start, int end)
          Returns a range of all the shopping carts.
abstract  List<ShoppingCart> ShoppingCartLocalService.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
static ShoppingCart ShoppingCartLocalServiceUtil.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
abstract  ShoppingCart ShoppingCartLocalService.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
 ShoppingCart ShoppingCartLocalServiceWrapper.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
static ShoppingCart ShoppingCartLocalServiceUtil.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
abstract  ShoppingCart ShoppingCartLocalService.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)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.saveLatestOrder(ShoppingCart cart)
           
abstract  ShoppingOrder ShoppingOrderLocalService.saveLatestOrder(ShoppingCart cart)
           
static ShoppingCart ShoppingCartLocalServiceUtil.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart in the database or adds it if it does not yet exist.
abstract  ShoppingCart ShoppingCartLocalService.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
static ShoppingCart ShoppingCartUtil.create(long cartId)
          Creates a new shopping cart with the primary key.
abstract  ShoppingCart ShoppingCartPersistence.create(long cartId)
          Creates a new shopping cart with the primary key.
 ShoppingCart ShoppingCartPersistenceImpl.create(long cartId)
          Creates a new shopping cart with the primary key.
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.
abstract  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.
 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.
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.
abstract  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.
 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.
static ShoppingCart ShoppingCartUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
abstract  ShoppingCart ShoppingCartPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
abstract  ShoppingCart ShoppingCartPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.fetchByPrimaryKey(long cartId)
          Returns the shopping cart with the primary key or returns null if it could not be found.
abstract  ShoppingCart ShoppingCartPersistence.fetchByPrimaryKey(long cartId)
          Returns the shopping cart with the primary key or returns null if it could not be found.
 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.
static ShoppingCart ShoppingCartUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
abstract  ShoppingCart ShoppingCartPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
abstract  ShoppingCart ShoppingCartPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
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.
abstract  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.
 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.
static ShoppingCart ShoppingCartUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
abstract  ShoppingCart ShoppingCartPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
abstract  ShoppingCart ShoppingCartPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where groupId = ?.
static ShoppingCart[] ShoppingCartUtil.findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?.
abstract  ShoppingCart[] ShoppingCartPersistence.findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?.
 ShoppingCart[] ShoppingCartPersistenceImpl.findByGroupId_PrevAndNext(long cartId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?.
static ShoppingCart ShoppingCartUtil.findByPrimaryKey(long cartId)
          Returns the shopping cart with the primary key or throws a NoSuchCartException if it could not be found.
abstract  ShoppingCart ShoppingCartPersistence.findByPrimaryKey(long cartId)
          Returns the shopping cart with the primary key or throws a NoSuchCartException if it could not be found.
 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.
static ShoppingCart ShoppingCartUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
abstract  ShoppingCart ShoppingCartPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first shopping cart in the ordered set where userId = ?.
static ShoppingCart ShoppingCartUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
abstract  ShoppingCart ShoppingCartPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
 ShoppingCart ShoppingCartPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last shopping cart in the ordered set where userId = ?.
static ShoppingCart[] ShoppingCartUtil.findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?.
abstract  ShoppingCart[] ShoppingCartPersistence.findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator orderByComparator)
          Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?.
 ShoppingCart[] ShoppingCartPersistenceImpl.findByUserId_PrevAndNext(long cartId, long userId, OrderByComparator 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 orderByComparator, boolean previous)
           
protected  ShoppingCart ShoppingCartPersistenceImpl.getByUserId_PrevAndNext(Session session, ShoppingCart shoppingCart, long userId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingCart ShoppingCartUtil.remove(long cartId)
          Removes the shopping cart with the primary key from the database.
abstract  ShoppingCart ShoppingCartPersistence.remove(long cartId)
          Removes the shopping cart with the primary key from the database.
 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.
static ShoppingCart ShoppingCartUtil.removeByG_U(long groupId, long userId)
          Removes the shopping cart where groupId = ? and userId = ? from the database.
abstract  ShoppingCart ShoppingCartPersistence.removeByG_U(long groupId, long userId)
          Removes the shopping cart where groupId = ? and userId = ? 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)
           
static ShoppingCart ShoppingCartUtil.update(ShoppingCart shoppingCart)
           
static ShoppingCart ShoppingCartUtil.update(ShoppingCart shoppingCart, ServiceContext serviceContext)
           
static ShoppingCart ShoppingCartUtil.updateImpl(ShoppingCart shoppingCart)
           
abstract  ShoppingCart ShoppingCartPersistence.updateImpl(ShoppingCart shoppingCart)
           
 ShoppingCart ShoppingCartPersistenceImpl.updateImpl(ShoppingCart shoppingCart)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingCart
static List<ShoppingCart> ShoppingCartUtil.findAll()
          Returns all the shopping carts.
abstract  List<ShoppingCart> ShoppingCartPersistence.findAll()
          Returns all the shopping carts.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findAll()
          Returns all the shopping carts.
static List<ShoppingCart> ShoppingCartUtil.findAll(int start, int end)
          Returns a range of all the shopping carts.
abstract  List<ShoppingCart> ShoppingCartPersistence.findAll(int start, int end)
          Returns a range of all the shopping carts.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findAll(int start, int end)
          Returns a range of all the shopping carts.
static List<ShoppingCart> ShoppingCartUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts.
abstract  List<ShoppingCart> ShoppingCartPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts.
static List<ShoppingCart> ShoppingCartUtil.findByGroupId(long groupId)
          Returns all the shopping carts where groupId = ?.
abstract  List<ShoppingCart> ShoppingCartPersistence.findByGroupId(long groupId)
          Returns all the shopping carts where groupId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByGroupId(long groupId)
          Returns 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 = ?.
abstract  List<ShoppingCart> ShoppingCartPersistence.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)
          Returns a range of all the shopping carts where groupId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts where groupId = ?.
abstract  List<ShoppingCart> ShoppingCartPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts where groupId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts where groupId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByUserId(long userId)
          Returns all the shopping carts where userId = ?.
abstract  List<ShoppingCart> ShoppingCartPersistence.findByUserId(long userId)
          Returns all the shopping carts where userId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByUserId(long userId)
          Returns 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 = ?.
abstract  List<ShoppingCart> ShoppingCartPersistence.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)
          Returns a range of all the shopping carts where userId = ?.
static List<ShoppingCart> ShoppingCartUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts where userId = ?.
abstract  List<ShoppingCart> ShoppingCartPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping carts where userId = ?.
 List<ShoppingCart> ShoppingCartPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator 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 orderByComparator)
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingCart
static void ShoppingCartUtil.cacheResult(ShoppingCart shoppingCart)
          Caches the shopping cart in the entity cache if it is enabled.
abstract  void ShoppingCartPersistence.cacheResult(ShoppingCart shoppingCart)
          Caches the shopping cart in the entity cache if it is enabled.
 void ShoppingCartPersistenceImpl.cacheResult(ShoppingCart shoppingCart)
          Caches the shopping cart in the entity cache if it is enabled.
protected  void ShoppingCartPersistenceImpl.cacheUniqueFindersCache(ShoppingCart shoppingCart)
           
static void ShoppingCartUtil.clearCache(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 orderByComparator, boolean previous)
           
protected  ShoppingCart ShoppingCartPersistenceImpl.getByUserId_PrevAndNext(Session session, ShoppingCart shoppingCart, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  ShoppingCart ShoppingCartPersistenceImpl.removeImpl(ShoppingCart shoppingCart)
           
protected  ShoppingCart ShoppingCartPersistenceImpl.toUnwrappedModel(ShoppingCart shoppingCart)
           
static ShoppingCart ShoppingCartUtil.update(ShoppingCart shoppingCart)
           
static ShoppingCart ShoppingCartUtil.update(ShoppingCart shoppingCart, ServiceContext serviceContext)
           
static ShoppingCart ShoppingCartUtil.updateImpl(ShoppingCart shoppingCart)
           
abstract  ShoppingCart ShoppingCartPersistence.updateImpl(ShoppingCart shoppingCart)
           
 ShoppingCart ShoppingCartPersistenceImpl.updateImpl(ShoppingCart shoppingCart)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingCart
static void ShoppingCartUtil.cacheResult(List<ShoppingCart> shoppingCarts)
          Caches the shopping carts in the entity cache if it is enabled.
abstract  void ShoppingCartPersistence.cacheResult(List<ShoppingCart> shoppingCarts)
          Caches the shopping carts in the entity cache if it is enabled.
 void ShoppingCartPersistenceImpl.cacheResult(List<ShoppingCart> shoppingCarts)
          Caches the shopping carts in the entity cache if it is enabled.
 void ShoppingCartPersistenceImpl.clearCache(List<ShoppingCart> shoppingCarts)
           
 

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 6.2.0