com.liferay.portlet.shopping.service.persistence
Class ShoppingCouponFinder
java.lang.Object
com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder
- public class ShoppingCouponFinder
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
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 |
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
ShoppingCouponFinder
public ShoppingCouponFinder()
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