Uses of Class
models.AutostradaModel
- 
Packages that use AutostradaModel Package Description controllers Controller classesviews View classes - 
- 
Uses of AutostradaModel in controllers
Methods in controllers that return types with arguments of type AutostradaModel Modifier and Type Method Description java.util.ArrayList<AutostradaModel>Autostrada. getAutostrade()Methods in controllers with parameters of type AutostradaModel Modifier and Type Method Description booleanAutostrada. saveAutostrada(AutostradaModel auto)Inserts an Autostrada into the database - 
Uses of AutostradaModel in views
Method parameters in views with type arguments of type AutostradaModel Modifier and Type Method Description voidAutostrade. addList(java.util.ArrayList<AutostradaModel> items) 
 -