Subversion Repositories SmartDukaan

Rev

Rev 1362 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1362 Rev 1443
Line 180... Line 180...
180
			Entity entity = CreationUtils.getEntity(entityID);
180
			Entity entity = CreationUtils.getEntity(entityID);
181
			long categoryID = entity.getCategoryID();
181
			long categoryID = entity.getCategoryID();
182
			if(categoryID == -1){
182
			if(categoryID == -1){
183
				continue;
183
				continue;
184
			}
184
			}
-
 
185
			if(categoryID>10010){
-
 
186
				continue;
-
 
187
			}
-
 
188
			
185
			List<CMPBucketDefinition> bucketDefs = 
189
			List<CMPBucketDefinition> bucketDefs = 
186
				defs.getComparisonBucketDefinitions(categoryID);
190
				defs.getComparisonBucketDefinitions(categoryID);
187
			
191
			
188
			Map<String, Integer> bucketScores = new HashMap<String, Integer>();
192
			Map<String, Integer> bucketScores = new HashMap<String, Integer>();
189
			Map<String, Integer> bucketSlideCounts = 
193
			Map<String, Integer> bucketSlideCounts =