Subversion Repositories SmartDukaan

Rev

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

Rev 22501 Rev 22554
Line 204... Line 204...
204
		}
204
		}
205
		Click click = new Click();
205
		Click click = new Click();
206
		//click.setBrand(brand);
206
		//click.setBrand(brand);
207
		//click.setCategoryId(categoryId);
207
		//click.setCategoryId(categoryId);
208
		click.setCreated(LocalDateTime.now());
208
		click.setCreated(LocalDateTime.now());
209
		click.setExtras(String.format("{\"store\":\"{}\"}", storeName));
209
		click.setExtras(String.format("{\"store\":\"%s\"}", storeName));
210
		click.setPrice(price);
210
		click.setPrice(price);
211
		click.setTag(tag);
211
		click.setTag(tag);
212
		click.setUrl(url);
212
		click.setUrl(url);
213
		//click.setProductName(productName);
213
		//click.setProductName(productName);
214
		click.setUserId(userId);
214
		click.setUserId(userId);