Package | Description |
---|---|
Cli | |
Commands | |
Item | |
test | |
User |
Modifier and Type | Method and Description |
---|---|
abstract void |
Command.execute(java.util.ArrayList<java.lang.String> arguments,
MyFoodora foodora,
ActiveUserContext activeUser) |
Modifier and Type | Method and Description |
---|---|
void |
AddDishRestaurantMenu.execute(java.util.ArrayList<java.lang.String> arg,
MyFoodora foodora,
ActiveUserContext activeUser) |
Modifier and Type | Method and Description |
---|---|
Dish |
FactoryDish.createDish(java.lang.String typeInMeal,
java.lang.String _name,
java.lang.String _typeOfFood,
double _price) |
Modifier and Type | Method and Description |
---|---|
void |
TestCourier.testAcceptDelivery() |
void |
TestRestaurant.testAddDish() |
void |
TestItem.testAddDish() |
void |
TestRestaurant.testAddMeal() |
void |
TestItem.testCreateDish() |
void |
TestItem.testCreateFullMeal() |
void |
TestItem.testCreateHalfMeal() |
void |
TestManager.testGetAverageIncomePerCustomer() |
void |
TestManager.testGetLeastActiveCourier() |
void |
TestManager.testGetLeastSellingRestaurant() |
void |
TestManager.testGetMostActiveCourier() |
void |
TestManager.testGetMostSellingRestaurant() |
void |
TestCourier.testGetNbOfOrderOfTheDay() |
void |
TestCustomer.testGetPointInTheCard() |
void |
TestOrder.testGetPrice() |
void |
TestRestaurant.testGetSortListOfDish() |
void |
TestRestaurant.testGetSortListOfHalfMeal() |
void |
TestManager.testGetTotalIncome() |
void |
TestManager.testGetTotalProfit() |
void |
TestOffers.testInFoodora() |
void |
TestOffers.testNotifyObservers() |
void |
TestCustomer.testPlaceOrder() |
void |
TestCard.testPointInTheCard() |
void |
TestRestaurant.testRemoveDish() |
void |
TestItem.testRemoveDish() |
void |
TestRestaurant.testRemoveMeal() |
void |
TestRestaurant.testSetMealOfTheWeek() |
Modifier and Type | Method and Description |
---|---|
void |
Restaurant.addDish(java.lang.String typeInMeal,
java.lang.String name,
java.lang.String typeOfFood,
double price) |