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.service   
com.liferay.portlet.shopping.service.persistence   
 

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.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.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.
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.
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.
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 = ?.
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 = ?.
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.
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 = ?.
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 = ?.
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.
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 = ?.
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 = ?.
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 = ?.
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.
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 = ?.
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 = ?.
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 = ?.
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.
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.
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)
           
 

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.
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.
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.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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.
static void ShoppingCartUtil.clearCache(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)
           
 

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.
 


Liferay 6.2.0