|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Returns the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistence.findByCode(String code)
Returns the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found. |
static ShoppingCoupon |
ShoppingCouponUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first 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_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last 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.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.findByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found. |
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.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. |
static ShoppingCoupon |
ShoppingCouponUtil.removeByCode(String code)
Removes the shopping coupon where code = ? from the database. |
ShoppingCoupon |
ShoppingCouponPersistence.removeByCode(String code)
Removes the shopping coupon where code = ? from the database. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |