| Line 460... |
Line 460... |
| 460 |
params.put("BRAND_NAME", brandName);
|
460 |
params.put("BRAND_NAME", brandName);
|
| 461 |
params.put("PRODUCT_NAME", productName);
|
461 |
params.put("PRODUCT_NAME", productName);
|
| 462 |
params.put("CATEGORY_ID", ((int)categoryId)+"");
|
462 |
params.put("CATEGORY_ID", ((int)categoryId)+"");
|
| 463 |
params.put("CATEGORY_NAME", categoryName);
|
463 |
params.put("CATEGORY_NAME", categoryName);
|
| 464 |
params.put("CATEGORY_URL", categoryName.replaceAll(" ", "-").toLowerCase() + "/" + categoryId);
|
464 |
params.put("CATEGORY_URL", categoryName.replaceAll(" ", "-").toLowerCase() + "/" + categoryId);
|
| 465 |
params.put("PRODUCT_URL", URLEncoder.encode(this.getEntityURL(expEntity), "UTF-8"));
|
465 |
params.put("PRODUCT_URL", URLEncoder.encode("http://www.", "UTF-8") + "${domain}" + URLEncoder.encode(this.getEntityURL(expEntity), "UTF-8"));
|
| 466 |
if(expEntity.getCategory().getParentCategory().getID() == Utils.MOBILE_PHONES_CATAGOEY){
|
466 |
if(expEntity.getCategory().getParentCategory().getID() == Utils.MOBILE_PHONES_CATAGOEY){
|
| 467 |
params.put("IS_MOBILE", "TRUE" );
|
467 |
params.put("IS_MOBILE", "TRUE" );
|
| 468 |
}else{
|
468 |
}else{
|
| 469 |
params.put("IS_MOBILE", "FALSE" );
|
469 |
params.put("IS_MOBILE", "FALSE" );
|
| 470 |
}
|
470 |
}
|