Uses of Interface
de.uplanet.lucy.server.businesslogic.exchange.util.IExchangeMessageUtil
Packages that use IExchangeMessageUtil
Package
Description
-
Uses of IExchangeMessageUtil in de.uplanet.lucy.server.businesslogic.exchange.util
Methods in de.uplanet.lucy.server.businesslogic.exchange.util that return IExchangeMessageUtilModifier and TypeMethodDescriptionstatic IExchangeMessageUtil
ExchangeUtils.getMessageUtil()
Returns aIExchangeMessageUtil
instance initialized with the current context connection.static IExchangeMessageUtil
ExchangeUtils.getMessageUtil
(Connection p_conn) Returns aIExchangeMessageUtil
instance. -
Uses of IExchangeMessageUtil in de.uplanet.lucy.server.businesslogic.exchange.util.impl
Classes in de.uplanet.lucy.server.businesslogic.exchange.util.impl that implement IExchangeMessageUtilModifier and TypeClassDescriptionfinal class
Utility class for Exchange messages.Methods in de.uplanet.lucy.server.businesslogic.exchange.util.impl that return IExchangeMessageUtilModifier and TypeMethodDescriptionstatic IExchangeMessageUtil
ExchangeMessageUtil.getInstance()
Returns an instance initialized with a Exchange connection for the currently logged in user.static IExchangeMessageUtil
ExchangeMessageUtil.getInstance
(Connection p_conn) Returns an instance initialized with the given Exchange connection.