Subversion Repositories SmartDukaan

Rev

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

Rev 3888 Rev 3889
Line 600... Line 600...
600
        }
600
        }
601
        params.put("CATALOG_ID", expEntity.getID() + "");
601
        params.put("CATALOG_ID", expEntity.getID() + "");
602
        params.put("TAGLINE", tagline);
602
        params.put("TAGLINE", tagline);
603
        params.put("WARRANTY", warranty);
603
        params.put("WARRANTY", warranty);
604
        params.put("TINY_SNIPPET", tinySnippet);
604
        params.put("TINY_SNIPPET", tinySnippet);
605
        params.put("IMAGE_PREFIX", EntityUtils.getMediaPrefix(expEntity));
605
        params.put("IMAGE_PREFIX", EntityUtils.getImagePrefix(expEntity));
606
        params.put("contentVersion", contentVersion);
606
        params.put("contentVersion", contentVersion);
607
 
607
 
608
        return params;
608
        return params;
609
    }
609
    }
610
	
610