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)
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.