Liferay 6.0.5

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

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

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

Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchCouponException
static ShoppingCoupon ShoppingCouponUtil.findByCode(String code)
          Finds the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistence.findByCode(String code)
          Finds the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByCode(String code)
          Finds the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found.
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first shopping coupon in the ordered set where groupId = ?.
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last shopping coupon in the ordered set where groupId = ?.
static ShoppingCoupon[] ShoppingCouponUtil.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
          Finds the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon[] ShoppingCouponPersistence.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
          Finds the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon[] ShoppingCouponPersistenceImpl.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
          Finds the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?.
static ShoppingCoupon ShoppingCouponUtil.findByPrimaryKey(long couponId)
          Finds the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistence.findByPrimaryKey(long couponId)
          Finds the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByPrimaryKey(long couponId)
          Finds the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found.
static ShoppingCoupon ShoppingCouponUtil.remove(long couponId)
          Removes the shopping coupon with the primary key from the database.
 ShoppingCoupon ShoppingCouponPersistence.remove(long couponId)
          Removes the shopping coupon with the primary key from the database.
 ShoppingCoupon ShoppingCouponPersistenceImpl.remove(long couponId)
          Removes the shopping coupon with the primary key from the database.
static void ShoppingCouponUtil.removeByCode(String code)
          Removes the shopping coupon where code = ? from the database.
 void ShoppingCouponPersistence.removeByCode(String code)
          Removes the shopping coupon where code = ? from the database.
 void ShoppingCouponPersistenceImpl.removeByCode(String code)
          Removes the shopping coupon where code = ? from the database.
 


Liferay 6.0.5