org.kuali.student.core.comment.dao
Interface CommentDao

All Superinterfaces:
CrudDao, SearchableDao
All Known Implementing Classes:
CommentDaoImpl

public interface CommentDao
extends CrudDao, SearchableDao

This is a description of what this class does - lindholm don't forget to fill this in.

Author:
Kuali Rice Team (kuali-rice@googlegroups.com)

Method Summary
 Comment getComment(String referenceId, String referenceTypeKey)
           
 List<Comment> getComments(String referenceId, String referenceTypeKey)
           
 List<Comment> getCommentsByRefId(String referenceId)
           
 List<Comment> getCommentsByType(String referenceId, String referenceTypeKey, String commentTypeKey)
           
 List<CommentType> getCommentTypesByReferenceTypeId(String referenceTypeId)
           
 Reference getReference(String referenceId, String referenceType)
           
 Tag getTag(String referenceId, String referenceTypeKey)
           
 List<Tag> getTags(String referenceId, String referenceTypeKey)
           
 List<Tag> getTagsByRefId(String referenceId)
           
 List<Tag> getTagsByType(String referenceId, String referenceTypeKey, String tagTypeKey)
           
 
Methods inherited from interface org.kuali.student.core.dao.CrudDao
create, delete, delete, fetch, find, update
 
Methods inherited from interface org.kuali.student.core.dao.SearchableDao
search
 

Method Detail

getComment

Comment getComment(String referenceId,
                   String referenceTypeKey)

getComments

List<Comment> getComments(String referenceId,
                          String referenceTypeKey)

getCommentsByRefId

List<Comment> getCommentsByRefId(String referenceId)

getCommentsByType

List<Comment> getCommentsByType(String referenceId,
                                String referenceTypeKey,
                                String commentTypeKey)

getCommentTypesByReferenceTypeId

List<CommentType> getCommentTypesByReferenceTypeId(String referenceTypeId)

getTag

Tag getTag(String referenceId,
           String referenceTypeKey)

getTags

List<Tag> getTags(String referenceId,
                  String referenceTypeKey)

getTagsByRefId

List<Tag> getTagsByRefId(String referenceId)

getTagsByType

List<Tag> getTagsByType(String referenceId,
                        String referenceTypeKey,
                        String tagTypeKey)

getReference

Reference getReference(String referenceId,
                       String referenceType)


Copyright © 2010 The Kuali Foundation. All rights reserved.