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

java.lang.Object
  extended bycom.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder

public class ShoppingCouponFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_G_C_C_A_DT
           
static java.lang.String FIND_BY_G_C_C_A_DT
           
 
Constructor Summary
ShoppingCouponFinder()
           
 
Method Summary
static int countByG_C_C_A_DT(long groupId, long companyId, java.lang.String code, boolean active, java.lang.String discountType, boolean andOperator)
           
static java.util.List findByG_C_C_A_DT(long groupId, long companyId, java.lang.String code, boolean active, java.lang.String discountType, boolean andOperator, int begin, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_G_C_C_A_DT

public static java.lang.String COUNT_BY_G_C_C_A_DT

FIND_BY_G_C_C_A_DT

public static java.lang.String FIND_BY_G_C_C_A_DT
Constructor Detail

ShoppingCouponFinder

public ShoppingCouponFinder()
Method Detail

countByG_C_C_A_DT

public static int countByG_C_C_A_DT(long groupId,
                                    long companyId,
                                    java.lang.String code,
                                    boolean active,
                                    java.lang.String discountType,
                                    boolean andOperator)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_C_C_A_DT

public static java.util.List findByG_C_C_A_DT(long groupId,
                                              long companyId,
                                              java.lang.String code,
                                              boolean active,
                                              java.lang.String discountType,
                                              boolean andOperator,
                                              int begin,
                                              int end)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException