Subversion Repositories SmartDukaan

Rev

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

Rev 22384 Rev 22925
Line 14... Line 14...
14
 
14
 
15
	private static final Gson gs = new Gson();
15
	private static final Gson gs = new Gson();
16
 
16
 
17
 
17
 
18
	@Autowired
18
	@Autowired
19
	Mongo mongoClient;
19
	private Mongo mongoClient;
20
	
20
	
21
	public ProductPojo getShortContent(long entityId) {
21
	public ProductPojo getShortContent(long entityId) {
22
		ContentPojo cp=null;
22
		ContentPojo cp=null;
23
		ProductPojo pp = null;
23
		ProductPojo pp = null;
24
		try {
24
		try {