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

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

Uses of ProductEntity in com.restfully.shop.persistence
 

Fields in com.restfully.shop.persistence declared as ProductEntity
protected  ProductEntity LineItemEntity.product
           
 

Methods in com.restfully.shop.persistence that return ProductEntity
 ProductEntity LineItemEntity.getProduct()
           
 

Methods in com.restfully.shop.persistence with parameters of type ProductEntity
 void LineItemEntity.setProduct(ProductEntity product)
           
 

Uses of ProductEntity in com.restfully.shop.services
 

Methods in com.restfully.shop.services with parameters of type ProductEntity
static void ProductResourceBean.domain2entity(ProductEntity entity, Product product)
           
static Product ProductResourceBean.entity2domain(ProductEntity entity)
           
 



Copyright © 2011. All Rights Reserved.