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  List<LineItem> Order.lineItems
           
 

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

Method parameters in com.restfully.shop.domain with type arguments of type LineItem
 void Order.setLineItems(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. All Rights Reserved.