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

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

Uses of LineItem in com.restfully.shop.domain
 

Fields in com.restfully.shop.domain with type parameters of type LineItem
protected  java.util.List<LineItem> Order.lineItems
           
 

Methods in com.restfully.shop.domain that return types with arguments of type LineItem
 java.util.List<LineItem> Order.getLineItems()
           
 

Method parameters in com.restfully.shop.domain with type arguments of type LineItem
 void Order.setLineItems(java.util.List<LineItem> lineItems)
           
 

Uses of LineItem in com.restfully.shop.services
 

Methods in com.restfully.shop.services that return LineItem
static LineItem OrderResourceBean.entity2domain(LineItemEntity entity)
           
 

Methods in com.restfully.shop.services with parameters of type LineItem
static void OrderResourceBean.domain2entity(LineItemEntity entity, LineItem item)
           
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.