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<ShoppingCoupon> findByG_C_C_A_DT(long groupId, long companyId, java.lang.String code, boolean active, java.lang.String discountType, boolean andOperator, int start, int end)
           
 

Method Detail

countByG_C_C_A_DT

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

java.util.List<ShoppingCoupon> findByG_C_C_A_DT(long groupId,
                                                long companyId,
                                                java.lang.String code,
                                                boolean active,
                                                java.lang.String discountType,
                                                boolean andOperator,
                                                int start,
                                                int end)
                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException