Class OrderService
java.lang.Object
org.api.mkm.services.OrderService
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrderById(int id) booleanlistOrders(File f) listOrders(OrderService.ACTOR a, OrderService.STATE s, Integer min) voidputTrackingNumber(int idOrder, String number)
-
Constructor Details
-
OrderService
public OrderService()
-
-
Method Details
-
listOrders
- Throws:
IOException
-
listOrders
public List<Order> listOrders(OrderService.ACTOR a, OrderService.STATE s, Integer min) throws IOException - Throws:
IOException
-
getOrderById
- Throws:
IOException
-
putTrackingNumber
- Throws:
IOException
-
isEmpty
-