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