Uses of Interface
de.uplanet.lucy.server.businesslogic.exchange.util.IExchangeAppointmentUtil
Packages that use IExchangeAppointmentUtil
Package
Description
-
Uses of IExchangeAppointmentUtil in de.uplanet.lucy.server.businesslogic.exchange.util
Methods in de.uplanet.lucy.server.businesslogic.exchange.util that return IExchangeAppointmentUtilModifier and TypeMethodDescriptionstatic IExchangeAppointmentUtil
ExchangeUtils.getAppointmentUtil()
Returns aIExchangeAppointmentUtil
instance initialized with the current context connection.static IExchangeAppointmentUtil
ExchangeUtils.getAppointmentUtil
(Connection p_conn) Returns aIExchangeAppointmentUtil
instance. -
Uses of IExchangeAppointmentUtil in de.uplanet.lucy.server.businesslogic.exchange.util.impl
Classes in de.uplanet.lucy.server.businesslogic.exchange.util.impl that implement IExchangeAppointmentUtilModifier and TypeClassDescriptionclass
Utility class for MS Exchange appointments.Methods in de.uplanet.lucy.server.businesslogic.exchange.util.impl that return IExchangeAppointmentUtilModifier and TypeMethodDescriptionstatic IExchangeAppointmentUtil
ExchangeAppointmentUtil.getInstance()
Returns an instance initialized with a Exchange connection for the currently logged in user.static IExchangeAppointmentUtil
ExchangeAppointmentUtil.getInstance
(Connection p_conn) Returns an instance initialized with the given Exchange connection.