Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentIcalQueryAccessObject
-
Packages that use IAppointmentIcalQueryAccessObject Package Description de.xima.fc.appointment -
-
Uses of IAppointmentIcalQueryAccessObject in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentIcalQueryAccessObject Modifier and Type Class Description class
DaoProviderIcalQueryAccessObject
Implementation ofIAppointmentIcalQueryAccessObject
that uses theDaoProvider
s.Constructors in de.xima.fc.appointment with parameters of type IAppointmentIcalQueryAccessObject Constructor Description IcalQueryExecutor(IAppointmentIcalQueryAccessObject<Context> accessObject)
Creates a new executor for creating iCal with with appointments.
-