Uses of Class
net.craftforge.essential.example.model.OrderLine

Packages that use OrderLine
net.craftforge.essential.example.model   
net.craftforge.essential.example.resources   
 

Uses of OrderLine in net.craftforge.essential.example.model
 

Methods in net.craftforge.essential.example.model that return types with arguments of type OrderLine
 List<OrderLine> Product.getOrderLines()
           
 List<OrderLine> Ordering.getOrderLines()
           
 

Method parameters in net.craftforge.essential.example.model with type arguments of type OrderLine
 void Product.setOrderLines(List<OrderLine> orderLines)
           
 void Ordering.setOrderLines(List<OrderLine> orderLines)
           
 

Uses of OrderLine in net.craftforge.essential.example.resources
 

Methods in net.craftforge.essential.example.resources that return OrderLine
 OrderLine OrderLineResource.create(OrderLine entity)
           
 OrderLine OrderLineResource.read(Integer id)
           
 OrderLine OrderLineResource.update(Integer id, OrderLine entity)
           
 

Methods in net.craftforge.essential.example.resources with parameters of type OrderLine
 OrderLine OrderLineResource.create(OrderLine entity)
           
 OrderLine OrderLineResource.update(Integer id, OrderLine entity)
           
 



Copyright © 2011. All Rights Reserved.