Uses of Interface
de.uplanet.lucy.server.businesslogic.exchange.util.IExchangeItemUtil
Packages that use IExchangeItemUtil
Package
Description
-
Uses of IExchangeItemUtil in de.uplanet.lucy.server.businesslogic.exchange.util
Methods in de.uplanet.lucy.server.businesslogic.exchange.util that return IExchangeItemUtilModifier and TypeMethodDescriptionstatic IExchangeItemUtil
ExchangeUtils.getItemUtil()
Returns aIExchangeItemUtil
instance initialized with the current context connection.static IExchangeItemUtil
ExchangeUtils.getItemUtil
(Connection p_conn) Returns aIExchangeItemUtil
instance. -
Uses of IExchangeItemUtil in de.uplanet.lucy.server.businesslogic.exchange.util.impl
Classes in de.uplanet.lucy.server.businesslogic.exchange.util.impl that implement IExchangeItemUtilModifier and TypeClassDescriptionfinal class
Utility class for MS Exchange items.Methods in de.uplanet.lucy.server.businesslogic.exchange.util.impl that return IExchangeItemUtilModifier and TypeMethodDescriptionstatic IExchangeItemUtil
ExchangeItemUtil.getInstance()
Returns an instance initialized with a Exchange connection for the currently logged in user.static IExchangeItemUtil
ExchangeItemUtil.getInstance
(Connection p_conn) Returns an instance initialized with the given Exchange connection.