com.logicaldoc.web
Class HomeBean

java.lang.Object
  extended by com.logicaldoc.web.HomeBean

public class HomeBean
extends java.lang.Object


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
HomeBean()
           
 
Method Summary
 java.util.Collection<com.logicaldoc.core.document.DiscussionComment> getLastComments()
          Retrieves the list of last comments from the database
 java.util.List<DocumentRecord> getLastDownloads()
          Retrieves the list of last accessed documents (by user in session) from the database
 java.util.List<DocumentRecord> getLastModifiedDocuments()
          Retrieves the list of last changed documents (by user in session) from the database
 java.util.List<DocumentRecord> getLockedDocs()
          Retrieves the list of Locked documents (by user in session) from the database
 java.lang.String getSelectTag()
           
 java.util.Collection<TagCloud> getTagClouds()
          Generate tag clouds from lists of tags
 java.lang.String getTagCloudUrls()
          Used for graphical representation of tag cloud
 boolean isLastCommentsExpanded()
           
 boolean isLastDocumentsExpanded()
           
 boolean isLastDownloadsExpanded()
           
 boolean isLastLockedExpanded()
           
 boolean isMessagesExpanded()
           
 boolean isTagCloudsExpanded()
           
 void setLastCommentsExpanded(boolean lastCommentsExpanded)
           
 void setLastDocumentsExpanded(boolean lastDocumentsExpanded)
           
 void setLastDownloadsExpanded(boolean lastDownloadsExpanded)
           
 void setLastLockedExpanded(boolean lastLockedExpanded)
           
 void setMessagesExpanded(boolean messagesExpanded)
           
 void setTagCloudsExpanded(boolean tagCloudsExpanded)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

HomeBean

public HomeBean()
Method Detail

isMessagesExpanded

public boolean isMessagesExpanded()

setMessagesExpanded

public void setMessagesExpanded(boolean messagesExpanded)

getLastModifiedDocuments

public java.util.List<DocumentRecord> getLastModifiedDocuments()
Retrieves the list of last changed documents (by user in session) from the database


getLastDownloads

public java.util.List<DocumentRecord> getLastDownloads()
Retrieves the list of last accessed documents (by user in session) from the database


getTagCloudUrls

public java.lang.String getTagCloudUrls()
Used for graphical representation of tag cloud


getLastComments

public java.util.Collection<com.logicaldoc.core.document.DiscussionComment> getLastComments()
Retrieves the list of last comments from the database


getLockedDocs

public java.util.List<DocumentRecord> getLockedDocs()
Retrieves the list of Locked documents (by user in session) from the database


isLastCommentsExpanded

public boolean isLastCommentsExpanded()

setLastCommentsExpanded

public void setLastCommentsExpanded(boolean lastCommentsExpanded)

isLastDocumentsExpanded

public boolean isLastDocumentsExpanded()

setLastDocumentsExpanded

public void setLastDocumentsExpanded(boolean lastDocumentsExpanded)

isLastDownloadsExpanded

public boolean isLastDownloadsExpanded()

setLastDownloadsExpanded

public void setLastDownloadsExpanded(boolean lastDownloadsExpanded)

getSelectTag

public java.lang.String getSelectTag()

getTagClouds

public java.util.Collection<TagCloud> getTagClouds()
Generate tag clouds from lists of tags


isTagCloudsExpanded

public boolean isTagCloudsExpanded()

setTagCloudsExpanded

public void setTagCloudsExpanded(boolean tagCloudsExpanded)

isLastLockedExpanded

public boolean isLastLockedExpanded()

setLastLockedExpanded

public void setLastLockedExpanded(boolean lastLockedExpanded)


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