Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.shopping.NoSuchCartException

Packages that use NoSuchCartException
com.liferay.portlet.shopping.service.persistence   
 

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

Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchCartException
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.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 = ?.
 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 = ?.
 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 = ?.
 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.
 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 = ?.
 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 = ?.
 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 = ?.
 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.
 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.
 ShoppingCart ShoppingCartPersistence.removeByG_U(long groupId, long userId)
          Removes the shopping cart where groupId = ? and userId = ? from the database.
 


Liferay 6.2-ce-ga5