Package | Description |
---|---|
Core | |
Order | |
Others | |
User |
Modifier and Type | Method and Description |
---|---|
Order |
MyFoodora.getPendingOrderByName(java.lang.String string) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Order> |
MyFoodora.getOrderPendingList() |
Modifier and Type | Method and Description |
---|---|
Customer |
MyFoodora.getCustomerByOrder(Order o) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Order> |
Order.getListOfOrderInAPeriod(HistoricOrder historic,
Period period) |
java.util.ArrayList<Order> |
HistoricOrder.getListOrder() |
java.util.ArrayList<Order> |
HistoricOrder.getOrdered() |
Modifier and Type | Method and Description |
---|---|
void |
HistoricOrder.addOrder(Order o) |
int |
Order.compareTo(Order o) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Order> |
Historique.getListOfOrder() |
Modifier and Type | Method and Description |
---|---|
void |
Historique.setListOfOrder(java.util.ArrayList<Order> listOfOrder) |
Constructor and Description |
---|
Historique(java.util.ArrayList<Order> listOfOrder) |
Modifier and Type | Method and Description |
---|---|
Order |
Customer.getOrderByName(java.lang.String string) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Order> |
Customer.getListOrder() |
Modifier and Type | Method and Description |
---|---|
void |
Courier.acceptDelivery(Order o) |
void |
Customer.placeOrder(Order order,
MyFoodora foodora) |
void |
Customer.placeOrder(Order order,
MyFoodora foodora,
Date date) |
void |
Courier.refuseDelivery(Order o) |