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

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

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

Methods in net.craftforge.essential.example.model that return types with arguments of type Shipment
 List<Shipment> Supplier.getShipments()
           
 

Method parameters in net.craftforge.essential.example.model with type arguments of type Shipment
 void Supplier.setShipments(List<Shipment> shipments)
           
 

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

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

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



Copyright © 2011. All Rights Reserved.