| | |
| | | * @param top
|
| | | * @return
|
| | | */
|
| | | public RecommendActivity addShareGoodsRecommendActivity(Long activityUid, String title, List<Long> goodsList,
|
| | | boolean top, int shareCount) throws ActivityException;
|
| | | public RecommendActivity addShareGoodsRecommendActivity(Long activityUid, List<Long> goodsList,RecommendActivity activity) throws ActivityException, Exception;
|
| | |
|
| | | /**
|
| | | * 修改商品分享动态
|
| | |
| | | * @return
|
| | | * @throws ActivityException
|
| | | */
|
| | | public RecommendActivity updateShareGoodsRecommendActivity(Long id, Long activityUid, String title,
|
| | | List<Long> goodsList, boolean top, int shareCount) throws ActivityException;
|
| | | public RecommendActivity updateShareGoodsRecommendActivity(Long activityUid, List<Long> goodsList,
|
| | | RecommendActivity activity) throws ActivityException, Exception;
|
| | |
|
| | | /**
|
| | | * 更新分享商品动态的商品
|
| | |
| | | * @return
|
| | | * @throws ActivityException
|
| | | */
|
| | | public RecommendActivity addInviteImgRecommendActivity(Long activityUid, String title, String url, boolean top,
|
| | | int shareCount, int px, int py, int erCodeSize) throws ActivityException;
|
| | | public RecommendActivity addInviteImgRecommendActivity(Long activityUid, RecommendActivity activity, String url,
|
| | | int px, int py, int erCodeSize) throws ActivityException, Exception;
|
| | |
|
| | | /**
|
| | | * 修改邀请图动态
|
| | |
| | | * @return
|
| | | * @throws ActivityException
|
| | | */
|
| | | public RecommendActivity updateInviteImgRecommendActivity(Long id, Long activityUid, String title, String url,
|
| | | boolean top, int shareCount, int px, int py, int erCodeSize) throws ActivityException;
|
| | | public RecommendActivity updateInviteImgRecommendActivity(Long activityUid, RecommendActivity activity, String url,
|
| | | int px, int py, int erCodeSize) throws ActivityException, Exception;
|
| | |
|
| | | /**
|
| | | * 添加图文动态
|
| | |
| | | * @param top
|
| | | * @return
|
| | | */
|
| | | public RecommendActivity addTextAndImgRecommendActivity(Long activityUid, String title, List<String> imgList,
|
| | | boolean top, int shareCount) throws ActivityException;
|
| | | public RecommendActivity addTextAndImgRecommendActivity(Long activityUid, List<String> imgList,
|
| | | RecommendActivity activity) throws ActivityException, Exception;
|
| | |
|
| | | /**
|
| | | * 修改图文动态
|
| | |
| | | * @return
|
| | | * @throws ActivityException
|
| | | */
|
| | | public RecommendActivity updateTextAndImgRecommendActivity(Long id, Long activityUid, String title,
|
| | | List<String> imgList, boolean top, int shareCount) throws ActivityException;
|
| | | public RecommendActivity updateTextAndImgRecommendActivity(Long activityUid, List<String> imgList, |
| | | RecommendActivity activity) throws ActivityException, Exception;
|
| | |
|
| | | /**
|
| | | * 获取推荐活动列表
|