Subversion Repositories SmartDukaan

Rev

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

Rev 34 Rev 41
Line 61... Line 61...
61
		}
61
		}
62
		
62
		
63
		return this.entities;
63
		return this.entities;
64
	}
64
	}
65
	
65
	
66
	/**
66
	/** 
67
	 * @return the entitiesbycategory
67
	 * @return the entitiesbycategory
68
	 * @throws Exception 
68
	 * @throws Exception 
69
	 */
69
	 */
70
	public Map<Long, List<Entity>> getEntitiesbyCategory() throws Exception {
70
	public Map<Long, List<Entity>> getEntitiesbyCategory() throws Exception {
71
		if(this.entities == null) {
71
		if(this.entities == null) {