java.lang.Object
de.uplanet.lucy.server.businesslogic.exchange.util.impl.ExchangeNoteUtil
Alle implementierten Schnittstellen:
IExchangeNoteUtil

@Scriptable public final class ExchangeNoteUtil extends Object implements IExchangeNoteUtil
  • Methodendetails

    • getInstance

      public static IExchangeNoteUtil getInstance()
      Returns an instance initialized with a Exchange connection for the currently logged in user.
      Gibt zurück:
      the instance
    • getInstance

      public static IExchangeNoteUtil getInstance(Connection p_conn)
      Returns an instance initialized with the given Exchange connection.
      Parameter:
      p_conn - the MS Exchange connection
      Gibt zurück:
      the instance
    • createNew

      @Deprecated public IExchangeNote createNew(String p_strNote, String p_strUserMailbox)
      Veraltet.
      Beschreibung aus Schnittstelle kopiert: IExchangeNoteUtil
      Creates a new note.
      Angegeben von:
      createNew in Schnittstelle IExchangeNoteUtil
      Parameter:
      p_strUserMailbox - The user mailbox or null for the current user.
      Gibt zurück:
      The IExchangeNote instance.
    • createNewNote

      public IExchangeNote createNewNote(String p_strNote, String p_strUserMailbox)
      Beschreibung aus Schnittstelle kopiert: IExchangeNoteUtil
      Creates a new note.
      Angegeben von:
      createNewNote in Schnittstelle IExchangeNoteUtil
      Parameter:
      p_strUserMailbox - The user mailbox or null for the current user.
      Gibt zurück:
      The IExchangeNote instance.
    • findById

      public IExchangeNote findById(String p_strId)
      Beschreibung aus Schnittstelle kopiert: IExchangeNoteUtil
      Finds a note by the given ID.
      Angegeben von:
      findById in Schnittstelle IExchangeNoteUtil
      Parameter:
      p_strId - The ID.
      Gibt zurück:
      The IExchangeNote instance.
    • findByPermanentUrl

      public IExchangeNote findByPermanentUrl(String p_strUrl)
      Beschreibung aus Schnittstelle kopiert: IExchangeNoteUtil
      Finds a note by the given permanent URL.
      Angegeben von:
      findByPermanentUrl in Schnittstelle IExchangeNoteUtil
      Parameter:
      p_strUrl - The permanent URL.
      Gibt zurück:
      The note.