Liferay 7.0-ce-m6

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

All Known Implementing Classes:
ShoppingCouponFinderImpl

@ProviderType
public interface ShoppingCouponFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)

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)

Liferay 7.0-ce-m6