|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.getWrappedShoppingCart()
|
ShoppingCart |
ShoppingCartWrapper.toEscapedModel()
|
ShoppingCart |
ShoppingCartModel.toEscapedModel()
Gets a copy of this shopping cart as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingCart | |
---|---|
int |
ShoppingCartWrapper.compareTo(ShoppingCart shoppingCart)
|
int |
ShoppingCartModel.compareTo(ShoppingCart shoppingCart)
|
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 |
ShoppingCartImpl
|
Methods in com.liferay.portlet.shopping.model.impl that return ShoppingCart | |
---|---|
ShoppingCart |
ShoppingCartModelImpl.toEscapedModel()
|
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 |
ShoppingCartLocalServiceWrapper.addShoppingCart(ShoppingCart shoppingCart)
Adds the shopping cart to the database. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.addShoppingCart(ShoppingCart shoppingCart)
Adds the shopping cart to the database. |
ShoppingCart |
ShoppingCartLocalService.addShoppingCart(ShoppingCart shoppingCart)
Adds the shopping cart to the database. |
ShoppingCart |
ShoppingCartLocalServiceWrapper.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 |
ShoppingCartLocalService.createShoppingCart(long cartId)
Creates a new shopping cart with the primary key. |
ShoppingCart |
ShoppingCartLocalServiceWrapper.getCart(long userId,
long groupId)
|
static ShoppingCart |
ShoppingCartLocalServiceUtil.getCart(long userId,
long groupId)
|
ShoppingCart |
ShoppingCartLocalService.getCart(long userId,
long groupId)
|
ShoppingCart |
ShoppingCartLocalServiceWrapper.getShoppingCart(long cartId)
Gets the shopping cart with the primary key. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.getShoppingCart(long cartId)
Gets the shopping cart with the primary key. |
ShoppingCart |
ShoppingCartLocalService.getShoppingCart(long cartId)
Gets the shopping cart with the primary key. |
ShoppingCart |
ShoppingCartLocalServiceWrapper.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 |
ShoppingCartLocalService.updateCart(long userId,
long groupId,
String itemIds,
String couponCodes,
int altShipping,
boolean insure)
|
ShoppingCart |
ShoppingCartLocalServiceWrapper.updateShoppingCart(ShoppingCart shoppingCart)
Updates the shopping cart in the database. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.updateShoppingCart(ShoppingCart shoppingCart)
Updates the shopping cart in the database. |
ShoppingCart |
ShoppingCartLocalService.updateShoppingCart(ShoppingCart shoppingCart)
Updates the shopping cart in the database. |
ShoppingCart |
ShoppingCartLocalServiceWrapper.updateShoppingCart(ShoppingCart shoppingCart,
boolean merge)
Updates the shopping cart in the database. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.updateShoppingCart(ShoppingCart shoppingCart,
boolean merge)
Updates the shopping cart in the database. |
ShoppingCart |
ShoppingCartLocalService.updateShoppingCart(ShoppingCart shoppingCart,
boolean merge)
Updates the shopping cart in the database. |
Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingCart | |
---|---|
List<ShoppingCart> |
ShoppingCartLocalServiceWrapper.getShoppingCarts(int start,
int end)
Gets a range of all the shopping carts. |
static List<ShoppingCart> |
ShoppingCartLocalServiceUtil.getShoppingCarts(int start,
int end)
Gets a range of all the shopping carts. |
List<ShoppingCart> |
ShoppingCartLocalService.getShoppingCarts(int start,
int end)
Gets a range of all the shopping carts. |
Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCart | |
---|---|
ShoppingCart |
ShoppingCartLocalServiceWrapper.addShoppingCart(ShoppingCart shoppingCart)
Adds the shopping cart to the database. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.addShoppingCart(ShoppingCart shoppingCart)
Adds the shopping cart to the database. |
ShoppingCart |
ShoppingCartLocalService.addShoppingCart(ShoppingCart shoppingCart)
Adds the shopping cart to the database. |
void |
ShoppingCartLocalServiceWrapper.deleteShoppingCart(ShoppingCart shoppingCart)
Deletes the shopping cart from the database. |
static void |
ShoppingCartLocalServiceUtil.deleteShoppingCart(ShoppingCart shoppingCart)
Deletes the shopping cart from the database. |
void |
ShoppingCartLocalService.deleteShoppingCart(ShoppingCart shoppingCart)
Deletes the shopping cart from the database. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.saveLatestOrder(ShoppingCart cart)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.saveLatestOrder(ShoppingCart cart)
|
ShoppingOrder |
ShoppingOrderLocalService.saveLatestOrder(ShoppingCart cart)
|
ShoppingCart |
ShoppingCartLocalServiceWrapper.updateShoppingCart(ShoppingCart shoppingCart)
Updates the shopping cart in the database. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.updateShoppingCart(ShoppingCart shoppingCart)
Updates the shopping cart in the database. |
ShoppingCart |
ShoppingCartLocalService.updateShoppingCart(ShoppingCart shoppingCart)
Updates the shopping cart in the database. |
ShoppingCart |
ShoppingCartLocalServiceWrapper.updateShoppingCart(ShoppingCart shoppingCart,
boolean merge)
Updates the shopping cart in the database. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.updateShoppingCart(ShoppingCart shoppingCart,
boolean merge)
Updates the shopping cart in the database. |
ShoppingCart |
ShoppingCartLocalService.updateShoppingCart(ShoppingCart shoppingCart,
boolean merge)
Updates the shopping cart in the database. |
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.getShoppingCart(long cartId)
Gets the shopping cart with the primary key. |
ShoppingCart |
ShoppingCartLocalServiceBaseImpl.updateShoppingCart(ShoppingCart shoppingCart)
Updates the shopping cart in the database. |
ShoppingCart |
ShoppingCartLocalServiceBaseImpl.updateShoppingCart(ShoppingCart shoppingCart,
boolean merge)
Updates the shopping cart in the database. |
Methods in com.liferay.portlet.shopping.service.base that return types with arguments of type ShoppingCart | |
---|---|
List<ShoppingCart> |
ShoppingCartLocalServiceBaseImpl.getShoppingCarts(int start,
int end)
Gets 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. |
void |
ShoppingCartLocalServiceBaseImpl.deleteShoppingCart(ShoppingCart shoppingCart)
Deletes the shopping cart from the database. |
ShoppingCart |
ShoppingCartLocalServiceBaseImpl.updateShoppingCart(ShoppingCart shoppingCart)
Updates the shopping cart in the database. |
ShoppingCart |
ShoppingCartLocalServiceBaseImpl.updateShoppingCart(ShoppingCart shoppingCart,
boolean merge)
Updates the shopping cart in the database. |
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. |
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)
Finds the shopping cart where groupId = ? and userId = ? or returns null if it could not be found. |
ShoppingCart |
ShoppingCartPersistence.fetchByG_U(long groupId,
long userId)
Finds the shopping cart where groupId = ? and userId = ? or returns null if it could not be found. |
ShoppingCart |
ShoppingCartPersistenceImpl.fetchByG_U(long groupId,
long userId)
Finds 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)
Finds the shopping cart where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingCart |
ShoppingCartPersistence.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Finds 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)
Finds the shopping cart where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingCart |
ShoppingCartUtil.fetchByPrimaryKey(long cartId)
Finds the shopping cart with the primary key or returns null if it could not be found. |
ShoppingCart |
ShoppingCartPersistence.fetchByPrimaryKey(long cartId)
Finds the shopping cart with the primary key or returns null if it could not be found. |
ShoppingCart |
ShoppingCartPersistenceImpl.fetchByPrimaryKey(long cartId)
Finds the shopping cart with the primary key or returns null if it could not be found. |
ShoppingCart |
ShoppingCartPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the shopping cart with the primary key or returns null if it could not be found. |
static ShoppingCart |
ShoppingCartUtil.findByG_U(long groupId,
long userId)
Finds the shopping cart where groupId = ? and userId = ? or throws a NoSuchCartException if it could not be found. |
ShoppingCart |
ShoppingCartPersistence.findByG_U(long groupId,
long userId)
Finds 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)
Finds 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)
Finds the first shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first shopping cart in the ordered set where groupId = ?. |
static ShoppingCart |
ShoppingCartUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last shopping cart in the ordered set where groupId = ?. |
static ShoppingCart[] |
ShoppingCartUtil.findByGroupId_PrevAndNext(long cartId,
long groupId,
OrderByComparator orderByComparator)
Finds the shopping carts before and after the current shopping cart in the ordered set where groupId = ?. |
ShoppingCart[] |
ShoppingCartPersistence.findByGroupId_PrevAndNext(long cartId,
long groupId,
OrderByComparator orderByComparator)
Finds 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)
Finds the shopping carts before and after the current shopping cart in the ordered set where groupId = ?. |
static ShoppingCart |
ShoppingCartUtil.findByPrimaryKey(long cartId)
Finds the shopping cart with the primary key or throws a NoSuchCartException if it could not be found. |
ShoppingCart |
ShoppingCartPersistence.findByPrimaryKey(long cartId)
Finds the shopping cart with the primary key or throws a NoSuchCartException if it could not be found. |
ShoppingCart |
ShoppingCartPersistenceImpl.findByPrimaryKey(long cartId)
Finds the shopping cart with the primary key or throws a NoSuchCartException if it could not be found. |
ShoppingCart |
ShoppingCartPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds 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)
Finds the first shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistenceImpl.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first shopping cart in the ordered set where userId = ?. |
static ShoppingCart |
ShoppingCartUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last shopping cart in the ordered set where userId = ?. |
static ShoppingCart[] |
ShoppingCartUtil.findByUserId_PrevAndNext(long cartId,
long userId,
OrderByComparator orderByComparator)
Finds the shopping carts before and after the current shopping cart in the ordered set where userId = ?. |
ShoppingCart[] |
ShoppingCartPersistence.findByUserId_PrevAndNext(long cartId,
long userId,
OrderByComparator orderByComparator)
Finds 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)
Finds 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. |
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.remove(ShoppingCart shoppingCart)
|
protected ShoppingCart |
ShoppingCartPersistenceImpl.removeImpl(ShoppingCart shoppingCart)
|
protected ShoppingCart |
ShoppingCartPersistenceImpl.toUnwrappedModel(ShoppingCart shoppingCart)
|
static ShoppingCart |
ShoppingCartUtil.update(ShoppingCart shoppingCart,
boolean merge)
|
static ShoppingCart |
ShoppingCartUtil.update(ShoppingCart shoppingCart,
boolean merge,
ServiceContext serviceContext)
|
static ShoppingCart |
ShoppingCartUtil.updateImpl(ShoppingCart shoppingCart,
boolean merge)
|
ShoppingCart |
ShoppingCartPersistence.updateImpl(ShoppingCart shoppingCart,
boolean merge)
|
ShoppingCart |
ShoppingCartPersistenceImpl.updateImpl(ShoppingCart shoppingCart,
boolean merge)
|
Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingCart | |
---|---|
static List<ShoppingCart> |
ShoppingCartUtil.findAll()
Finds all the shopping carts. |
List<ShoppingCart> |
ShoppingCartPersistence.findAll()
Finds all the shopping carts. |
List<ShoppingCart> |
ShoppingCartPersistenceImpl.findAll()
Finds all the shopping carts. |
static List<ShoppingCart> |
ShoppingCartUtil.findAll(int start,
int end)
Finds a range of all the shopping carts. |
List<ShoppingCart> |
ShoppingCartPersistence.findAll(int start,
int end)
Finds a range of all the shopping carts. |
List<ShoppingCart> |
ShoppingCartPersistenceImpl.findAll(int start,
int end)
Finds a range of all the shopping carts. |
static List<ShoppingCart> |
ShoppingCartUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping carts. |
List<ShoppingCart> |
ShoppingCartPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping carts. |
List<ShoppingCart> |
ShoppingCartPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping carts. |
static List<ShoppingCart> |
ShoppingCartUtil.findByGroupId(long groupId)
Finds all the shopping carts where groupId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByGroupId(long groupId)
Finds all the shopping carts where groupId = ?. |
List<ShoppingCart> |
ShoppingCartPersistenceImpl.findByGroupId(long groupId)
Finds all the shopping carts where groupId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the shopping carts where groupId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the shopping carts where groupId = ?. |
List<ShoppingCart> |
ShoppingCartPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the shopping carts where groupId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping carts where groupId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping carts where groupId = ?. |
List<ShoppingCart> |
ShoppingCartPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping carts where groupId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByUserId(long userId)
Finds all the shopping carts where userId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByUserId(long userId)
Finds all the shopping carts where userId = ?. |
List<ShoppingCart> |
ShoppingCartPersistenceImpl.findByUserId(long userId)
Finds all the shopping carts where userId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByUserId(long userId,
int start,
int end)
Finds a range of all the shopping carts where userId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByUserId(long userId,
int start,
int end)
Finds a range of all the shopping carts where userId = ?. |
List<ShoppingCart> |
ShoppingCartPersistenceImpl.findByUserId(long userId,
int start,
int end)
Finds a range of all the shopping carts where userId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping carts where userId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the shopping carts where userId = ?. |
List<ShoppingCart> |
ShoppingCartPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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. |
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. |
static void |
ShoppingCartUtil.clearCache(ShoppingCart shoppingCart)
|
void |
ShoppingCartPersistenceImpl.clearCache(ShoppingCart shoppingCart)
Clears the cache for the shopping cart. |
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(ShoppingCart shoppingCart)
|
protected ShoppingCart |
ShoppingCartPersistenceImpl.removeImpl(ShoppingCart shoppingCart)
|
protected ShoppingCart |
ShoppingCartPersistenceImpl.toUnwrappedModel(ShoppingCart shoppingCart)
|
static ShoppingCart |
ShoppingCartUtil.update(ShoppingCart shoppingCart,
boolean merge)
|
static ShoppingCart |
ShoppingCartUtil.update(ShoppingCart shoppingCart,
boolean merge,
ServiceContext serviceContext)
|
static ShoppingCart |
ShoppingCartUtil.updateImpl(ShoppingCart shoppingCart,
boolean merge)
|
ShoppingCart |
ShoppingCartPersistence.updateImpl(ShoppingCart shoppingCart,
boolean merge)
|
ShoppingCart |
ShoppingCartPersistenceImpl.updateImpl(ShoppingCart shoppingCart,
boolean merge)
|
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. |
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. |
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.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |