| | |
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import net.sf.json.JSONObject;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.lable.QualityFactory;
|
| | | import com.yeshi.fanli.entity.taobao.SearchFilter;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
|
| | | import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief;
|
| | |
|
| | |
|
| | |
|
| | |
| | | * @return
|
| | | */
|
| | | public JSONObject listByWuLiao( int page, String key, String cateIds, String filterParams,
|
| | | String order, String startprice, String endprice, String searchParam);
|
| | | String order, String startprice, String endprice, String searchParam,SystemEnum system);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public JSONObject getBrandsGoods(Integer materialId, int pageIndex, int pageSize) throws Exception;
|
| | | public JSONObject getBrandsGoods(Integer materialId, int pageIndex, int pageSize, SystemEnum system) throws Exception;
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param sf
|
| | | * @return
|
| | | */
|
| | | public JSONObject searchWuLiao(SearchFilter sf);
|
| | | public JSONObject searchWuLiao(SearchFilter sf,SystemEnum system);
|
| | |
|
| | | public List<TaoBaoGoodsBrief> searchWuLiaoList(SearchFilter sf);
|
| | | public List<TaoBaoGoodsBrief> searchWuLiaoList(SearchFilter sf,SystemEnum system);
|
| | |
|
| | |
|
| | | public void setSearchFilter(SearchFilter searchfilter, String filter, String order, String startprice, String endprice, String fastFilter,
|
| | |
| | | * @param map
|
| | | * @return
|
| | | */
|
| | | public JSONObject listQualityGoods(List<QualityFactory> listQuality, List<TaoBaoGoodsBrief> searchWuLiaoList, Map<String, String> map);
|
| | | public JSONObject listQualityGoods(List<QualityFactory> listQuality, List<TaoBaoGoodsBrief> searchWuLiaoList, Map<String, String> map,SystemEnum system);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | public List<QualityFactory> queryByQuality(long start, int count, String searchKey, Long systemCid, List<Long> listLabId);
|
| | |
|
| | |
|
| | | public JSONObject searchWuLiaoV2(SearchFilter sf);
|
| | |
|
| | | public JSONObject searchWuLiaoV2(SearchFilter sf,String platform,String version,SystemEnum system);
|
| | |
|
| | | }
|