Interface NotesInterface

All Known Implementing Classes:
ArchiveDocument, CheckoutDocument

public interface NotesInterface

Überschrift: NotesInterface.

Beschreibung: Interface-Klasse mit Methoden für das Hinzufügen und Entfernen von Randnotizen.

Copyright: Copyright (c) ELO Digital Office GmbH 2011-2014

Since:
8.00.006
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    addNormalNote(String noteContent)
    Fügt eine normale Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.
    boolean
    addPersonalNote(String noteContent)
    Fügt eine persönliche Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war
    boolean
    addStampNote(String noteContent)
    Fügt einen permanente Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.
    boolean
    removeNote(Note note)
    Entfernt die angegebene Randnotiz und meldet zurück, ob das Entfernen erfolgreich war.
  • Method Details

    • addNormalNote

      boolean addNormalNote(String noteContent)
      Fügt eine normale Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.
      Parameters:
      noteContent - Inhalt der Randnotiz
      Returns:
      boolean Hinzufügen erfolgreich
    • addPersonalNote

      boolean addPersonalNote(String noteContent)
      Fügt eine persönliche Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war
      Parameters:
      noteContent - Inhalt der Randnotiz
      Returns:
      boolean Hinzufügen erfolgreich
    • addStampNote

      boolean addStampNote(String noteContent)
      Fügt einen permanente Randnotiz hinzu und meldet zurück, ob das Hinzufügen erfolgreich war.
      Parameters:
      noteContent - Inhalt der Randnotiz
      Returns:
      boolean Hinzufügen erfolgreich
    • removeNote

      boolean removeNote(Note note)
      Entfernt die angegebene Randnotiz und meldet zurück, ob das Entfernen erfolgreich war.
      Parameters:
      note - Zu löschende Randnotiz
      Returns:
      boolean Entfernen erfolgreich