|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.logicaldoc.web.communication.MessagesRecordsManager
public class MessagesRecordsManager
The MessagesRecordsManager
class is responsible for constructing
the list of SystemMessage
beans which will be bound to a
ice:dataTable JSF component.
Large data sets could be handle by adding a ice:dataPaginator. Alternatively the dataTable could also be hidden and the dataTable could be added to scrollable ice:panelGroup.
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
---|---|
MessagesRecordsManager()
|
Method Summary | |
---|---|
java.lang.String |
addMessage()
Shows the message insert form |
java.lang.String |
deleteMessage()
|
void |
dispose()
Cleans up the resources used by this class. |
int |
getCount()
|
java.util.Collection<com.logicaldoc.core.communication.SystemMessage> |
getMessages()
Gets the list of SystemMessages which will be used by the ice:dataTable component. |
PageContentBean |
getSelectedPanel()
|
int |
getToBeReadCount()
|
java.lang.String |
listMessages()
Reloads the messages list |
java.lang.String |
selectMessage()
|
void |
setForm(MessageForm form)
|
void |
setNavigation(NavigationBean navigation)
|
void |
setSelectedPanel(PageContentBean panel)
|
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 MessagesRecordsManager()
Method Detail |
---|
public PageContentBean getSelectedPanel()
public void setSelectedPanel(PageContentBean panel)
public java.lang.String listMessages()
public java.lang.String addMessage()
public void dispose()
public java.util.Collection<com.logicaldoc.core.communication.SystemMessage> getMessages()
public java.lang.String selectMessage()
public java.lang.String deleteMessage()
public int getToBeReadCount()
public int getCount()
public void setNavigation(NavigationBean navigation)
public void setForm(MessageForm form)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |