Klasse ExchangeNoteUtil
java.lang.Object
de.uplanet.lucy.server.businesslogic.exchange.util.impl.ExchangeNoteUtil
- Alle implementierten Schnittstellen:
IExchangeNoteUtil
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungVeraltet.createNewNote(String p_strNote, String p_strUserMailbox) Creates a new note.Finds a note by the given ID.findByPermanentUrl(String p_strUrl) Finds a note by the given permanent URL.static IExchangeNoteUtilReturns an instance initialized with a Exchange connection for the currently logged in user.static IExchangeNoteUtilgetInstance(Connection p_conn) Returns an instance initialized with the given Exchange connection.
-
Methodendetails
-
getInstance
Returns an instance initialized with a Exchange connection for the currently logged in user.- Gibt zurück:
- the instance
-
getInstance
Returns an instance initialized with the given Exchange connection.- Parameter:
p_conn- the MS Exchange connection- Gibt zurück:
- the instance
-
createNew
Veraltet.Beschreibung aus Schnittstelle kopiert:IExchangeNoteUtilCreates a new note.- Angegeben von:
createNewin SchnittstelleIExchangeNoteUtil- Parameter:
p_strUserMailbox- The user mailbox or null for the current user.- Gibt zurück:
- The
IExchangeNoteinstance.
-
createNewNote
Beschreibung aus Schnittstelle kopiert:IExchangeNoteUtilCreates a new note.- Angegeben von:
createNewNotein SchnittstelleIExchangeNoteUtil- Parameter:
p_strUserMailbox- The user mailbox or null for the current user.- Gibt zurück:
- The
IExchangeNoteinstance.
-
findById
Beschreibung aus Schnittstelle kopiert:IExchangeNoteUtilFinds a note by the given ID.- Angegeben von:
findByIdin SchnittstelleIExchangeNoteUtil- Parameter:
p_strId- The ID.- Gibt zurück:
- The
IExchangeNoteinstance.
-
findByPermanentUrl
Beschreibung aus Schnittstelle kopiert:IExchangeNoteUtilFinds a note by the given permanent URL.- Angegeben von:
findByPermanentUrlin SchnittstelleIExchangeNoteUtil- Parameter:
p_strUrl- The permanent URL.- Gibt zurück:
- The note.
-