Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.service.persistence
Class ShoppingCouponFinderUtil

java.lang.Object
  extended by com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinderUtil

public class ShoppingCouponFinderUtil
extends Object


Constructor Summary
ShoppingCouponFinderUtil()
           
 
Method Summary
static int countByG_C_C_A_DT(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator)
           
static List<ShoppingCoupon> findByG_C_C_A_DT(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
static ShoppingCouponFinder getFinder()
           
 void setFinder(ShoppingCouponFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingCouponFinderUtil

public ShoppingCouponFinderUtil()
Method Detail

countByG_C_C_A_DT

public static int countByG_C_C_A_DT(long groupId,
                                    long companyId,
                                    String code,
                                    boolean active,
                                    String discountType,
                                    boolean andOperator)
                             throws SystemException
Throws:
SystemException

findByG_C_C_A_DT

public static List<ShoppingCoupon> findByG_C_C_A_DT(long groupId,
                                                    long companyId,
                                                    String code,
                                                    boolean active,
                                                    String discountType,
                                                    boolean andOperator,
                                                    int start,
                                                    int end)
                                             throws SystemException
Throws:
SystemException

getFinder

public static ShoppingCouponFinder getFinder()

setFinder

public void setFinder(ShoppingCouponFinder finder)

Liferay 6.1.2-ce-ga3