| | |
| | | * @throws UserSystemCouponException
|
| | | * @throws Exception
|
| | | */
|
| | | public List<UserSystemCouponVO> getCouponList(long start, int count, Long uid) throws UserSystemCouponException, Exception;
|
| | | public List<UserSystemCouponVO> getCouponList(AcceptData acceptData, long start, int count, Long uid) throws UserSystemCouponException, Exception;
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | public void updateCounponInvalid(List<UserSystemCoupon> list);
|
| | |
|
| | | /**
|
| | | * 兑换
|
| | | * 有效奖励券
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public boolean getIncludeExchange(Long uid);
|
| | | public boolean getValidRebateCoupon(Long uid);
|
| | |
|
| | | /**
|
| | | * 非兑换
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public boolean getIncludeNotExchange(Long uid);
|
| | |
|
| | | /**
|
| | | * 查询1.6.5之前的 不等于35%
|
| | |
| | | */
|
| | | public List<UserSystemCoupon> getFreeCouponByType(Long uid, String type);
|
| | |
|
| | | /**
|
| | | * 激活免单券---订单已到账 触发激活免单券
|
| | | * @param uid
|
| | | */
|
| | | public void triggerFreeCouponActivate(Long uid, String orderNo, Integer source);
|
| | |
|
| | | /**
|
| | | * 退回券
|
| | | * @param giveid
|
| | | */
|
| | | public void sendBackByGiveId(Long giveid);
|
| | |
|
| | | /**
|
| | | * 统计赠送免单券
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public long countGiveFreeCoupon(Long uid);
|
| | |
|
| | | }
|