public class OrdersService extends Object
OrdersService()
Order
get(String id)
List<Order>
getAll()
void
remove(String id)
save(Order order)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OrdersService()
public Order get(String id)
public List<Order> getAll()
public void save(Order order)
public void remove(String id)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.