Liferay 6.0.5

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)
          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.
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 = ?.
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.
static void ShoppingCartUtil.removeByG_U(long groupId, long userId)
          Removes the shopping cart where groupId = ? and userId = ? from the database.
 void ShoppingCartPersistence.removeByG_U(long groupId, long userId)
          Removes the shopping cart where groupId = ? and userId = ? from the database.
 void ShoppingCartPersistenceImpl.removeByG_U(long groupId, long userId)
          Removes the shopping cart where groupId = ? and userId = ? from the database.
 


Liferay 6.0.5