| | |
| | | public long countValidMaterials(int type); |
| | | |
| | | |
| | | public void saveGoodsCoupon(String pid, String content) throws GoodsEvaluateException, Exception; |
| | | |
| | | |
| | | public void release(String id) throws GoodsEvaluateException; |
| | | |
| | | |
| | | |
| | | public void saveGoodsComment(String id, int kind, List<CommentInfo> comments) throws GoodsEvaluateException, Exception; |
| | |
| | | */ |
| | | public void addGoodsEvaluate(Long goodsId,List<ImgInfo> imgList, ActivityUser user, String title,String comment,Date startTime) throws GoodsEvaluateException; |
| | | |
| | | |
| | | /** |
| | | * 下架商品 |
| | | * @param goodsId |
| | | */ |
| | | public void offlineTaoBaoGoods(Long goodsId); |
| | | |
| | | /** |
| | | * 状态切换 |
| | | * @param id |
| | | * @throws GoodsEvaluateException |
| | | */ |
| | | public void switchState(String id) throws GoodsEvaluateException; |
| | | |
| | | } |