| | |
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.dto.pdd.PDDGoodsDetail;
|
| | | import com.yeshi.fanli.dto.suning.SuningGoodsInfo;
|
| | | import com.yeshi.fanli.dto.vip.goods.VIPGoodsInfo;
|
| | | import com.yeshi.fanli.entity.goods.ScanHistoryV2;
|
| | | import com.yeshi.fanli.entity.jd.JDGoods;
|
| | |
| | | * @param pageSize
|
| | | * @return
|
| | | */
|
| | | public List<ScanHistoryV2> getScanHistoryByDeviceOrUid(Long uid, String device, int page, int pageSize, Integer source);
|
| | | public List<ScanHistoryV2> getScanHistoryByDeviceOrUid(Long uid, String device, int page, int pageSize, |
| | | Integer source, boolean notBackSuVip);
|
| | |
|
| | | /**
|
| | | * 根据设备或者用户ID获取浏览记录数量
|
| | |
| | | * @param device
|
| | | * @return
|
| | | */
|
| | | public long getCountByDeviceOrUid(Long uid, String device, Integer source);
|
| | | public long getCountByDeviceOrUid(Long uid, String device, Integer source, boolean notBackSuVip);
|
| | |
|
| | | /**
|
| | | * 根据用户或者设备删除浏览记录
|
| | |
| | | */
|
| | | public void addVIPScanHistory(Long uid, String device, VIPGoodsInfo pddGoods)
|
| | | throws CommonGoodsException, ScanHistoryException;
|
| | | |
| | | |
| | | /**
|
| | | * 苏宁浏览记录
|
| | | * @Title: addSuningScanHistory
|
| | | * @Description: |
| | | * @param uid
|
| | | * @param device
|
| | | * @param suningGoods
|
| | | * @throws CommonGoodsException
|
| | | * @throws ScanHistoryException |
| | | * void 返回类型
|
| | | * @throws
|
| | | */
|
| | | public void addSuningScanHistory(Long uid, String device, SuningGoodsInfo suningGoods)
|
| | | throws CommonGoodsException, ScanHistoryException;
|
| | |
|
| | | /**
|
| | | * 根据简版商品ID删除
|