Ignore:
Timestamp:
08/25/13 21:05:37 (11 years ago)
Author:
olhsha
Message:

making javadoc comments for signatures in all dao-s (except dispatcher)

File:
1 edited

Legend:

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

    r3465 r3475  
    3232     *
    3333     * @param internalID
    34      * @return the object "cCachedRepresentationInfo"  with the internal id "internalID"
     34     * @return the object of the class "CachedRepresentationInfo"  with the internal id "internalID".
    3535     */
    3636    public CachedRepresentationInfo getCachedRepresentationInfo(Number internalID);
     
    4040     *
    4141     * @param cached
    42      * @return the internal Id of the just added "cached"
     42     * @return the internal ID of the just added "cached", or null if the cached representation is not added for some reason.
    4343     */
    4444    public Number addCachedRepresentationInfo(CachedRepresentationInfo cached);
     
    4848     *
    4949     * @param internalID
    50      * @return  # deleted rows on the table "cached_representation"
     50     * @return  # deleted rows on the table "cached_representation".
    5151     */
    5252    public  int deleteCachedRepresentationInfo(Number internalID);
Note: See TracChangeset for help on using the changeset viewer.