Uses of Class
org.springframework.samples.petclinic.appointments.Appointment

Packages that use Appointment
org.springframework.samples.petclinic.appointments   
org.springframework.samples.petclinic.appointments.web   
 

Uses of Appointment in org.springframework.samples.petclinic.appointments
 

Methods in org.springframework.samples.petclinic.appointments that return types with arguments of type Appointment
 Map<String,List<Appointment>> Appointments.getAllByVet()
           
 

Methods in org.springframework.samples.petclinic.appointments with parameters of type Appointment
 Long JpaAppointmentBook.createAppointment(Appointment appointment)
           
 Long AppointmentBook.createAppointment(Appointment form)
           
 

Constructor parameters in org.springframework.samples.petclinic.appointments with type arguments of type Appointment
Appointments(Map<String,List<Appointment>> appointmentList)
           
 

Uses of Appointment in org.springframework.samples.petclinic.appointments.web
 

Methods in org.springframework.samples.petclinic.appointments.web that return Appointment
 Appointment AppointmentForm.createAppointment()
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.