public List getCoffeeList()

in eap-coffee-app/src/main/java/cafe/web/view/Cafe.java [57:60]


	public List<Coffee> getCoffeeList() {
		this.getAllCoffees();
		return coffeeList;
	}