Uses of Interface
de.xima.fc.dao.interfaces.IAppointmentSlotDao
- 
Packages that use IAppointmentSlotDao Package Description de.xima.fc.dao de.xima.fc.dao.impl  - 
- 
Uses of IAppointmentSlotDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IAppointmentSlotDao Modifier and Type Field Description static IAppointmentSlotDaoDaoProvider. APPOINTMENTSLOT_DAOThe singleton instance ofIAppointmentSlotDaofor accessing, creating, deleting, and updatingAppointmentSlotentities. - 
Uses of IAppointmentSlotDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IAppointmentSlotDao Modifier and Type Class Description classAppointmentSlotDaoImplementation of theIAppointmentSlotDaofor reading and writingAppointmentSlotentities. 
 -