Ignore:
Timestamp:
08/26/13 09:55:49 (11 years ago)
Author:
olhsha
Message:

compleeteng javadoc comments for dispatcher' signatures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/java/eu/dasish/annotation/backend/dao/NotebookDao.java

    r3475 r3476  
    3737
    3838   
    39     ////////// GETTERS /////////////////////
     39    /**
     40     *
     41     * GETTERS
     42     *
     43     */
    4044    // Returns a list of notebook-info for the notebooks accessible to the current user.
    4145    List<NotebookInfo> getNotebookInfos(UUID userID);
     
    7478   
    7579   
    76     ////////////  ADDERS ///////////////////////////
     80    /**
     81     *
     82     *  ADDERS
     83     */
    7784   
    7885    // Creates a new notebook and returns the _nid_ of the created Notebook
     
    8491   
    8592   
    86     ///////////// DELETERS ///////////////
     93   /**
     94    *
     95    * DELETE
     96    *
     97    */
    8798   
    8899    // Delete _nid_. Annotations stay, they just lose connection to _nid_.<br>
Note: See TracChangeset for help on using the changeset viewer.