DataObjectService@Deprecated public interface DocumentDao
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Document>  | findByDocumentHeaderId(Class<T> clazz,
                                            String id)Deprecated.  | 
| <T extends Document>  | findByDocumentHeaderIds(Class<T> clazz,
                                              List<String> idList)Deprecated.  | 
| BusinessObjectDao | getBusinessObjectDao()Deprecated.  | 
| DocumentAdHocService | getDocumentAdHocService()Deprecated.  | 
| <T extends Document>  | save(T document)Deprecated.  | 
<T extends Document> T findByDocumentHeaderId(Class<T> clazz, String id)
<T extends Document> List<T> findByDocumentHeaderIds(Class<T> clazz, List<String> idList)
BusinessObjectDao getBusinessObjectDao()
DocumentAdHocService getDocumentAdHocService()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.