com.liferay.portlet.shopping.service.persistence
Class ShoppingCouponFinderUtil
java.lang.Object
com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinderUtil
@ProviderType
public class ShoppingCouponFinderUtil
- extends Object
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 |
ShoppingCouponFinderUtil
public ShoppingCouponFinderUtil()
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)