Uses of Class
org.apache.struts2.rest.example.Order

Uses of Order in org.apache.struts2.rest.example
 

Methods in org.apache.struts2.rest.example that return Order
 Order OrdersService.get(java.lang.String id)
           
 

Methods in org.apache.struts2.rest.example that return types with arguments of type Order
 java.util.List<Order> OrdersService.getAll()
           
 

Methods in org.apache.struts2.rest.example with parameters of type Order
 void OrdersService.save(Order order)
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.