Klasse ExchangeUtils
java.lang.Object
de.uplanet.lucy.server.businesslogic.exchange.util.ExchangeUtils
This class consists exclusively of static methods that return MS Exchange
utility/scriptable objects.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic IExchangeAppointmentUtilReturns aIExchangeAppointmentUtilinstance initialized with the current context connection.static IExchangeAppointmentUtilgetAppointmentUtil(Connection p_conn) Returns aIExchangeAppointmentUtilinstance.static ExchangeConnectionUtilReturns theExchangeConnectionUtilinstance.static IExchangeContactUtilReturns aIExchangeContactUtilinstance initialized with the current context connection.static IExchangeContactUtilgetContactUtil(Connection p_conn) Returns aIExchangeContactUtilinstance.static IExchangeItemUtilReturns aIExchangeItemUtilinstance initialized with the current context connection.static IExchangeItemUtilgetItemUtil(Connection p_conn) Returns aIExchangeItemUtilinstance.static IExchangeMailboxUtilReturns aIExchangeMailboxUtilinstance initialized with the current context connection.static IExchangeMailboxUtilgetMailboxUtil(Connection p_conn) Returns aIExchangeMailboxUtilinstance.static IExchangeMessageUtilReturns aIExchangeMessageUtilinstance initialized with the current context connection.static IExchangeMessageUtilgetMessageUtil(Connection p_conn) Returns aIExchangeMessageUtilinstance.static IExchangeNoteUtilReturns aIExchangeNoteUtilinstance initialized with the current context connection.static IExchangeNoteUtilgetNoteUtil(Connection p_conn) Returns aIExchangeNoteUtilinstance.static IExchangeTaskUtilReturns aIExchangeTaskUtilinstance initialized with the current context connection.static IExchangeTaskUtilgetTaskUtil(Connection p_conn) Returns aIExchangeTaskUtilinstance.
-
Konstruktordetails
-
ExchangeUtils
public ExchangeUtils()
-
-
Methodendetails
-
getConnectionUtil
Returns theExchangeConnectionUtilinstance.- Gibt zurück:
- The
ExchangeConnectionUtil.
-
getMailboxUtil
Returns aIExchangeMailboxUtilinstance initialized with the current context connection.- Gibt zurück:
- The
IExchangeMailboxUtilinstance.
-
getMailboxUtil
public static IExchangeMailboxUtil getMailboxUtil(Connection p_conn) throws IllegalArgumentException Returns aIExchangeMailboxUtilinstance.- Parameter:
p_conn- The connection used to initialize the util instance.- Gibt zurück:
- The
IExchangeMailboxUtilinstance. - Löst aus:
IllegalArgumentException- If the connection is null.
-
getMessageUtil
Returns aIExchangeMessageUtilinstance initialized with the current context connection.- Gibt zurück:
- The
IExchangeMessageUtilinstance.
-
getMessageUtil
public static IExchangeMessageUtil getMessageUtil(Connection p_conn) throws IllegalArgumentException Returns aIExchangeMessageUtilinstance.- Parameter:
p_conn- The connection used to initialize the util instance.- Gibt zurück:
- The
IExchangeMessageUtilinstance. - Löst aus:
IllegalArgumentException- If the connection is null.
-
getItemUtil
Returns aIExchangeItemUtilinstance initialized with the current context connection.- Gibt zurück:
- The
IExchangeItemUtilinstance.
-
getItemUtil
Returns aIExchangeItemUtilinstance.- Parameter:
p_conn- The connection used to initialize the util instance- Gibt zurück:
- The
IExchangeItemUtilinstance. - Löst aus:
IllegalArgumentException- If the connection is null.
-
getAppointmentUtil
Returns aIExchangeAppointmentUtilinstance initialized with the current context connection.- Gibt zurück:
- The
IExchangeAppointmentUtilinstance.
-
getAppointmentUtil
public static IExchangeAppointmentUtil getAppointmentUtil(Connection p_conn) throws IllegalArgumentException Returns aIExchangeAppointmentUtilinstance.- Parameter:
p_conn- The connection used to initialize the instance.- Gibt zurück:
- The
IExchangeAppointmentUtilinstance. - Löst aus:
IllegalArgumentException- If the connection is null.
-
getTaskUtil
Returns aIExchangeTaskUtilinstance initialized with the current context connection.- Gibt zurück:
- The
IExchangeTaskUtilinstance.
-
getTaskUtil
Returns aIExchangeTaskUtilinstance.- Parameter:
p_conn- The connection used to initialize the instance.- Gibt zurück:
- The
IExchangeTaskUtilinstance. - Löst aus:
IllegalArgumentException- If the connection is null.
-
getContactUtil
Returns aIExchangeContactUtilinstance initialized with the current context connection.- Gibt zurück:
- The
IExchangeContactUtilinstance.
-
getContactUtil
Returns aIExchangeContactUtilinstance.- Parameter:
p_conn- The connection used to initialize the instance.- Gibt zurück:
- The
IExchangeContactUtilinstance. - Löst aus:
IllegalArgumentException- If the connection is null.
-
getNoteUtil
Returns aIExchangeNoteUtilinstance initialized with the current context connection.- Gibt zurück:
- The
IExchangeNoteUtilinstance.
-
getNoteUtil
Returns aIExchangeNoteUtilinstance.- Parameter:
p_conn- The connection used to initialize the instance.- Gibt zurück:
- The
IExchangeNoteUtilinstance. - Löst aus:
IllegalArgumentException- If the connection is null.
-