Liferay 7.0-ce-m3

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

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

@ProviderType
public class ShoppingCouponFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)

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)

getFinder

public static ShoppingCouponFinder getFinder()

setFinder

public void setFinder(ShoppingCouponFinder finder)

Liferay 7.0-ce-m3