|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.logicaldoc.web.document.HistoryRecordsManager
public class HistoryRecordsManager
Control that allows the user to list history events
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
---|---|
HistoryRecordsManager()
|
Method Summary | |
---|---|
void |
dispose()
Cleans up the resources used by this class. |
java.util.List<com.logicaldoc.core.document.History> |
getFolderHistories()
Gets the list of the selected folder histories which will be used by the ice:dataTable component. |
java.util.Collection<com.logicaldoc.core.document.History> |
getHistories()
Gets the list of histories which will be used by the ice:dataTable component. |
com.logicaldoc.core.document.Document |
getSelectedDocument()
|
com.logicaldoc.core.security.Menu |
getSelectedFolder()
|
void |
selectDocument(com.logicaldoc.core.document.Document doc)
Changes the currently selected document and updates the articles list. |
void |
selectFolder(com.logicaldoc.core.security.Menu folder)
Changes the currently selected folder and updates the histories list. |
void |
setSelectedDocument(com.logicaldoc.core.document.Document selectedDocument)
|
void |
setSelectedFolder(com.logicaldoc.core.security.Menu selectedFolder)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
public HistoryRecordsManager()
Method Detail |
---|
public void selectDocument(com.logicaldoc.core.document.Document doc)
doc
- public void dispose()
public java.util.Collection<com.logicaldoc.core.document.History> getHistories()
public com.logicaldoc.core.document.Document getSelectedDocument()
public void setSelectedDocument(com.logicaldoc.core.document.Document selectedDocument)
public com.logicaldoc.core.security.Menu getSelectedFolder()
public void setSelectedFolder(com.logicaldoc.core.security.Menu selectedFolder)
public java.util.List<com.logicaldoc.core.document.History> getFolderHistories()
public void selectFolder(com.logicaldoc.core.security.Menu folder)
folder
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |