|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uplanet.lucy.server.businesslogic.exchange.util.ExchangeUtils
@Scriptable public final class ExchangeUtils
This class consists exclusively of static methods that return MS Exchange utility/scriptable objects.
Constructor Summary | |
---|---|
ExchangeUtils()
|
Method Summary | |
---|---|
static IExchangeAppointmentUtil |
getAppointmentUtil()
Returns a IExchangeAppointmentUtil instance initialized with the current context connection. |
static IExchangeAppointmentUtil |
getAppointmentUtil(java.sql.Connection p_conn)
Returns a IExchangeAppointmentUtil instance. |
static ExchangeConnectionUtil |
getConnectionUtil()
Returns the ExchangeConnectionUtil instance. |
static IExchangeContactUtil |
getContactUtil()
Returns a IExchangeContactUtil instance initialized with the current context connection. |
static IExchangeContactUtil |
getContactUtil(java.sql.Connection p_conn)
Returns a IExchangeContactUtil instance. |
static IExchangeItemUtil |
getItemUtil()
Returns a IExchangeItemUtil instance initialized with the current context connection. |
static IExchangeItemUtil |
getItemUtil(java.sql.Connection p_conn)
Returns a IExchangeItemUtil instance. |
static IExchangeMailboxUtil |
getMailboxUtil()
Returns a IExchangeMailboxUtil instance initialized with the current context connection. |
static IExchangeMailboxUtil |
getMailboxUtil(java.sql.Connection p_conn)
Returns a IExchangeMailboxUtil instance. |
static IExchangeMessageUtil |
getMessageUtil()
Returns a IExchangeMessageUtil instance initialized with the current context connection. |
static IExchangeMessageUtil |
getMessageUtil(java.sql.Connection p_conn)
Returns a IExchangeMessageUtil instance. |
static IExchangeNoteUtil |
getNoteUtil()
Returns a IExchangeNoteUtil instance initialized with the current context connection. |
static IExchangeNoteUtil |
getNoteUtil(java.sql.Connection p_conn)
Returns a IExchangeNoteUtil instance. |
static IExchangeTaskUtil |
getTaskUtil()
Returns a IExchangeTaskUtil instance initialized with the current context connection. |
static IExchangeTaskUtil |
getTaskUtil(java.sql.Connection p_conn)
Returns a IExchangeTaskUtil instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExchangeUtils()
Method Detail |
---|
public static ExchangeConnectionUtil getConnectionUtil()
ExchangeConnectionUtil
instance.
ExchangeConnectionUtil
.public static IExchangeMailboxUtil getMailboxUtil()
IExchangeMailboxUtil
instance initialized with the current context connection.
IExchangeMailboxUtil
instance.public static IExchangeMailboxUtil getMailboxUtil(java.sql.Connection p_conn) throws java.lang.IllegalArgumentException
IExchangeMailboxUtil
instance.
p_conn
- The connection used to initialize the util instance.
IExchangeMailboxUtil
instance.
java.lang.IllegalArgumentException
- If the connection is null.public static IExchangeMessageUtil getMessageUtil()
IExchangeMessageUtil
instance initialized with the current context connection.
IExchangeMessageUtil
instance.public static IExchangeMessageUtil getMessageUtil(java.sql.Connection p_conn) throws java.lang.IllegalArgumentException
IExchangeMessageUtil
instance.
p_conn
- The connection used to initialize the util instance.
IExchangeMessageUtil
instance.
java.lang.IllegalArgumentException
- If the connection is null.public static IExchangeItemUtil getItemUtil()
IExchangeItemUtil
instance initialized with the current context connection.
IExchangeItemUtil
instance.public static IExchangeItemUtil getItemUtil(java.sql.Connection p_conn) throws java.lang.IllegalArgumentException
IExchangeItemUtil
instance.
p_conn
- The connection used to initialize the util instance
IExchangeItemUtil
instance.
java.lang.IllegalArgumentException
- If the connection is null.public static IExchangeAppointmentUtil getAppointmentUtil()
IExchangeAppointmentUtil
instance initialized with the current context connection.
IExchangeAppointmentUtil
instance.public static IExchangeAppointmentUtil getAppointmentUtil(java.sql.Connection p_conn) throws java.lang.IllegalArgumentException
IExchangeAppointmentUtil
instance.
p_conn
- The connection used to initialize the instance.
IExchangeAppointmentUtil
instance.
java.lang.IllegalArgumentException
- If the connection is null.public static IExchangeTaskUtil getTaskUtil()
IExchangeTaskUtil
instance initialized with the current context connection.
IExchangeTaskUtil
instance.public static IExchangeTaskUtil getTaskUtil(java.sql.Connection p_conn)
IExchangeTaskUtil
instance.
p_conn
- The connection used to initialize the instance.
IExchangeTaskUtil
instance.
java.lang.IllegalArgumentException
- If the connection is null.public static IExchangeContactUtil getContactUtil()
IExchangeContactUtil
instance initialized with the current context connection.
IExchangeContactUtil
instance.public static IExchangeContactUtil getContactUtil(java.sql.Connection p_conn)
IExchangeContactUtil
instance.
p_conn
- The connection used to initialize the instance.
IExchangeContactUtil
instance.
java.lang.IllegalArgumentException
- If the connection is null.public static IExchangeNoteUtil getNoteUtil()
IExchangeNoteUtil
instance initialized with the current context connection.
IExchangeNoteUtil
instance.public static IExchangeNoteUtil getNoteUtil(java.sql.Connection p_conn)
IExchangeNoteUtil
instance.
p_conn
- The connection used to initialize the instance.
IExchangeNoteUtil
instance.
java.lang.IllegalArgumentException
- If the connection is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |