Package | Description |
---|---|
Core |
Modifier and Type | Method and Description |
---|---|
ListUser<User> |
MyFoodora.getGlobalListUser() |
ListUser<Courier> |
MyFoodora.getListCourier() |
ListUser<Courier> |
MyFoodora.getListCourierOrdered(java.lang.String type) |
ListUser<Customer> |
MyFoodora.getListCustomer() |
ListUser<Manager> |
MyFoodora.getListManager() |
ListUser<Restaurant> |
MyFoodora.getListRestaurant() |
Modifier and Type | Method and Description |
---|---|
void |
MyFoodora.setGlobalListUser(ListUser<User> globalListUser) |
void |
MyFoodora.setListCourier(ListUser<Courier> listCourier) |
void |
MyFoodora.setListCustomer(ListUser<Customer> listCustomer) |
void |
MyFoodora.setListManager(ListUser<Manager> listManager) |
void |
MyFoodora.setListRestaurant(ListUser<Restaurant> listRestaurant) |