Uses of Class
com.restfully.shop.persistence.LineItemEntity

Packages that use LineItemEntity
com.restfully.shop.persistence   
com.restfully.shop.services   
 

Uses of LineItemEntity in com.restfully.shop.persistence
 

Fields in com.restfully.shop.persistence with type parameters of type LineItemEntity
protected  List<LineItemEntity> OrderEntity.lineItems
           
 

Methods in com.restfully.shop.persistence that return types with arguments of type LineItemEntity
 List<LineItemEntity> OrderEntity.getLineItems()
           
 

Method parameters in com.restfully.shop.persistence with type arguments of type LineItemEntity
 void OrderEntity.setLineItems(List<LineItemEntity> lineItems)
           
 

Uses of LineItemEntity in com.restfully.shop.services
 

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



Copyright © 2011. All Rights Reserved.