Liferay 6.0.3

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)
           
 ShoppingCoupon ShoppingCouponPersistence.findByCode(String code)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByCode(String code)
           
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static ShoppingCoupon[] ShoppingCouponUtil.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon[] ShoppingCouponPersistence.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon[] ShoppingCouponPersistenceImpl.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
           
static ShoppingCoupon ShoppingCouponUtil.findByPrimaryKey(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistence.findByPrimaryKey(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByPrimaryKey(long couponId)
           
static ShoppingCoupon ShoppingCouponUtil.remove(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistence.remove(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.remove(long couponId)
           
static void ShoppingCouponUtil.removeByCode(String code)
           
 void ShoppingCouponPersistence.removeByCode(String code)
           
 void ShoppingCouponPersistenceImpl.removeByCode(String code)
           
 


Liferay 6.0.3