org.kuali.student.core.document.dao
Interface DocumentDao

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

public interface DocumentDao
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
 Boolean addDocumentCategoryToDocument(String documentId, String documentCategoryKey)
           
 List<DocumentCategory> getCategoriesByDocument(String documentId)
           
 List<Document> getDocumentsByIdList(List<String> documentIdList)
           
 List<RefDocRelation> getRefDocRelationsByDoc(String documentId)
           
 List<RefDocRelation> getRefDocRelationsByRef(String refObjectTypeKey, String refObjectId)
           
 Boolean removeDocumentCategoryFromDocument(String documentId, String documentCategoryKey)
           
 
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

addDocumentCategoryToDocument

Boolean addDocumentCategoryToDocument(String documentId,
                                      String documentCategoryKey)
                                      throws DoesNotExistException
Throws:
DoesNotExistException

getCategoriesByDocument

List<DocumentCategory> getCategoriesByDocument(String documentId)

getDocumentsByIdList

List<Document> getDocumentsByIdList(List<String> documentIdList)
                                    throws DoesNotExistException
Throws:
DoesNotExistException

removeDocumentCategoryFromDocument

Boolean removeDocumentCategoryFromDocument(String documentId,
                                           String documentCategoryKey)
                                           throws DoesNotExistException
Throws:
DoesNotExistException

getRefDocRelationsByRef

List<RefDocRelation> getRefDocRelationsByRef(String refObjectTypeKey,
                                             String refObjectId)

getRefDocRelationsByDoc

List<RefDocRelation> getRefDocRelationsByDoc(String documentId)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.