com.liferay.portlet.shopping.service.persistence
Interface ShoppingCouponFinder
- public interface ShoppingCouponFinder
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countByG_C_C_A_DT(long groupId,
long companyId,
java.lang.String code,
boolean active,
java.lang.String discountType,
boolean andOperator)
|
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)
|
countByG_C_C_A_DT
public 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 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