Class DocNoteDB


public class DocNoteDB extends JpaDB<DocNoteBean>
DocNoteDB.java
  • Constructor Details

    • DocNoteDB

      public DocNoteDB()
  • Method Details

    • getInstance

      public static DocNoteDB getInstance()
    • getNoteText

      public String getNoteText(int docId, int historyId)
    • getDocNote

      public DocNoteBean getDocNote(int docId, int historyId)
    • getCurrentDocNotes

      public List<DocNoteBean> getCurrentDocNotes()
      vrati iba aktualne DocNotes (bez historie)
      Returns: