Liferay 6.0.5

com.liferay.portlet.shopping.service.persistence
Interface ShoppingCouponFinder

All Known Implementing Classes:
ShoppingCouponFinderImpl

public interface ShoppingCouponFinder


Method Summary
 int countByG_C_C_A_DT(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator)
           
 List<ShoppingCoupon> findByG_C_C_A_DT(long groupId, long companyId, String code, boolean active, 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,
                      String code,
                      boolean active,
                      String discountType,
                      boolean andOperator)
                      throws SystemException
Throws:
SystemException

findByG_C_C_A_DT

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

Liferay 6.0.5