Subversion Repositories SmartDukaan

Rev

Rev 2651 | Rev 2667 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2651 Rev 2656
Line 35... Line 35...
35
	
35
	
36
	public AccessoriesFinder(){
36
	public AccessoriesFinder(){
37
	}
37
	}
38
	
38
	
39
	
39
	
40
	private Map<Long, Map<Long, List<Long>>> findAccessories() throws Exception {
40
	public Map<Long, Map<Long, List<Long>>> findAccessories() throws Exception {
41
		Map<Long, Map<Long, List<Long>>> entityAccessories = new HashMap<Long, Map<Long, List<Long>>>();
41
		Map<Long, Map<Long, List<Long>>> entityAccessories = new HashMap<Long, Map<Long, List<Long>>>();
42
		
42
		
43
		List<Long> categoryIDs = catm.getCategory(Utils.MOBILE_ACCESSORIES_CATEGORY).getChildren_category_ids();
43
		List<Long> categoryIDs = catm.getCategory(Utils.MOBILE_ACCESSORIES_CATEGORY).getChildren_category_ids();
44
		Map<Long, Map<Long, Object>> categoryParameterMap = new HashMap<Long, Map<Long,Object>>();
44
		Map<Long, Map<Long, Object>> categoryParameterMap = new HashMap<Long, Map<Long,Object>>();
45
		for(Long categoryID: categoryIDs){
45
		for(Long categoryID: categoryIDs){