Uses of Class
org.springframework.samples.petclinic.owners.OwnerForm

Packages that use OwnerForm
org.springframework.samples.petclinic.owners   
 

Uses of OwnerForm in org.springframework.samples.petclinic.owners
 

Methods in org.springframework.samples.petclinic.owners that return OwnerForm
 OwnerForm OwnerController.getEditForm(Long owner)
           
 OwnerForm OwnersController.getNewForm()
           
 OwnerForm StubOwnerRepository.getOwner(Long id)
           
 OwnerForm OwnerRepository.getOwner(Long id)
           
 

Methods in org.springframework.samples.petclinic.owners with parameters of type OwnerForm
 String OwnersController.post(OwnerForm owner)
           
 void OwnerController.put(OwnerForm owner, ExternalContext response)
           
 Long StubOwnerRepository.saveOwner(OwnerForm owner)
           
 Long OwnerRepository.saveOwner(OwnerForm owner)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.