Uses of Class
com.restfully.shop.domain.Order

Packages that use Order
com.restfully.shop.domain   
com.restfully.shop.services   
 

Uses of Order in com.restfully.shop.domain
 

Fields in com.restfully.shop.domain with type parameters of type Order
protected  Collection<Order> Orders.orders
           
 

Methods in com.restfully.shop.domain that return types with arguments of type Order
 Collection<Order> Orders.getOrders()
           
 

Method parameters in com.restfully.shop.domain with type arguments of type Order
 void Orders.setOrders(Collection<Order> orders)
           
 

Uses of Order in com.restfully.shop.services
 

Methods in com.restfully.shop.services that return Order
static Order OrderResourceBean.entity2domain(OrderEntity entity)
           
 

Methods in com.restfully.shop.services with parameters of type Order
 Response OrderResourceBean.createOrder(Order order, UriInfo uriInfo)
           
 Response OrderResource.createOrder(Order order, UriInfo uriInfo)
           
protected static void OrderResourceBean.domain2entity(OrderEntity entity, Order order)
           
 



Copyright © 2011. All Rights Reserved.