Uses of Class
com.logicaldoc.web.document.DocumentRecord

Packages that use DocumentRecord
com.logicaldoc.web   
com.logicaldoc.web.document   
com.logicaldoc.web.search   
 

Uses of DocumentRecord in com.logicaldoc.web
 

Methods in com.logicaldoc.web that return types with arguments of type DocumentRecord
 java.util.List<DocumentRecord> HomeBean.getLastDownloads()
          Retrieves the list of last accessed documents (by user in session) from the database
 java.util.List<DocumentRecord> HomeBean.getLastModifiedDocuments()
          Retrieves the list of last changed documents (by user in session) from the database
 java.util.List<DocumentRecord> HomeBean.getLockedDocs()
          Retrieves the list of Locked documents (by user in session) from the database
 

Uses of DocumentRecord in com.logicaldoc.web.document
 

Methods in com.logicaldoc.web.document that return DocumentRecord
 DocumentRecord DocumentsRecordsManager.findDRinDocuments(long docId)
           
 DocumentRecord DocumentEditForm.getRecord()
           
 

Methods in com.logicaldoc.web.document that return types with arguments of type DocumentRecord
 java.util.Set<DocumentRecord> DocumentsRecordsManager.getClipboard()
           
 java.util.List<DocumentRecord> TrashBean.getDocuments()
          Gets the list of Document which will be used by the ice:dataTable component.
 java.util.List<DocumentRecord> DocumentsRecordsManager.getDocuments()
          Gets the list of DocumentRecord which will be used by the ice:dataTable component.
 java.util.List<DocumentRecord> DocumentsRecordsManager.getLastDocs()
          Retrieves the list of last accessed documents from the database
 java.util.Set<DocumentRecord> DocumentsRecordsManager.getSelection()
           
 

Methods in com.logicaldoc.web.document with parameters of type DocumentRecord
 void DocumentEditForm.init(DocumentRecord record)
           
 

Uses of DocumentRecord in com.logicaldoc.web.search
 

Subclasses of DocumentRecord in com.logicaldoc.web.search
 class DocumentResult
          A result entry usable by the GUI.
 

Methods in com.logicaldoc.web.search that return types with arguments of type DocumentRecord
 java.util.Collection<DocumentRecord> TagsBean.getDocuments()
           
 



Copyright © 2008-2010 Logical Objects. All Rights Reserved.