Liferay 6.2-ce-ga5

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
 ShoppingCoupon ShoppingCouponPersistence.findByCode(String code)
          Returns the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found.
static ShoppingCoupon ShoppingCouponUtil.findByCode(String code)
          Returns the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping coupon in the ordered set where groupId = ?.
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping coupon in the ordered set where groupId = ?.
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon[] ShoppingCouponPersistence.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?.
static ShoppingCoupon[] ShoppingCouponUtil.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistence.findByPrimaryKey(long couponId)
          Returns the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found.
static ShoppingCoupon ShoppingCouponUtil.findByPrimaryKey(long couponId)
          Returns the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistence.remove(long couponId)
          Removes the shopping coupon with the primary key from the database.
static ShoppingCoupon ShoppingCouponUtil.remove(long couponId)
          Removes the shopping coupon with the primary key from the database.
 ShoppingCoupon ShoppingCouponPersistence.removeByCode(String code)
          Removes the shopping coupon where code = ? from the database.
static ShoppingCoupon ShoppingCouponUtil.removeByCode(String code)
          Removes the shopping coupon where code = ? from the database.
 


Liferay 6.2-ce-ga5