Uses of Interface
de.uplanet.lucy.server.businesslogic.exchange.util.IExchangeContactUtil
Packages that use IExchangeContactUtil
Package
Description
-
Uses of IExchangeContactUtil in de.uplanet.lucy.server.businesslogic.exchange.util
Methods in de.uplanet.lucy.server.businesslogic.exchange.util that return IExchangeContactUtilModifier and TypeMethodDescriptionstatic IExchangeContactUtil
ExchangeUtils.getContactUtil()
Returns aIExchangeContactUtil
instance initialized with the current context connection.static IExchangeContactUtil
ExchangeUtils.getContactUtil
(Connection p_conn) Returns aIExchangeContactUtil
instance. -
Uses of IExchangeContactUtil in de.uplanet.lucy.server.businesslogic.exchange.util.impl
Classes in de.uplanet.lucy.server.businesslogic.exchange.util.impl that implement IExchangeContactUtilMethods in de.uplanet.lucy.server.businesslogic.exchange.util.impl that return IExchangeContactUtilModifier and TypeMethodDescriptionstatic IExchangeContactUtil
ExchangeContactUtil.getInstance()
Returns an instance initialized with a Exchange connection for the currently logged in user.static IExchangeContactUtil
ExchangeContactUtil.getInstance
(Connection p_conn) Returns an instance initialized with the given Exchange connection.