|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.admin.html.JournalBean
public class JournalBean
Depending on the obtained parameters from the SelectPage
the
JournalBean
supplies the JournalPage
with the
results from data base in the form of the table. This class contains instance
from the ReadJournal
classe.
Constructor Summary | |
---|---|
JournalBean()
|
Method Summary | |
---|---|
java.lang.String |
getCollumnsAsTableRows()
getCollumnsAsTableRows() composes String with the names of
the collumns. |
java.lang.String |
getDataAsTableRows()
getDataAsTableRows() invokes the static method
ReadJournal.readSelected(HashMap, String, String) and returns all
selected data int the Html tages as String. |
java.lang.String |
getDetailsAsTable()
Depending on the obtained parameters, getDetailsAsTable()
composes String with the request/response/error message or with the
detail liste. |
java.lang.String |
getJournalAsTableRows(ReadJournal journal,
int index)
getJournalAsTableRows(ReadJournal, int) composes String
with the values from the data base. |
void |
setDetails(java.lang.String newDetails)
Allows you to set the property details |
void |
setFunction(java.lang.String newFunction)
Allows you to set the property function and puts the selected values into the selectionMap |
void |
setJournIndex(java.lang.String newIndex)
Allows you to set the property journalIndex |
void |
setMessage(java.lang.String newMessage)
Allows you to set the property message |
void |
setMessageId(java.lang.String newMessageId)
Allows you to set the property message_id and puts the selected values into the selectionMap |
void |
setOrderBy(java.lang.String newOrderBy)
Allows you to set the property orderBy |
void |
setRequest_message(java.lang.String newRequest_message)
Allows you to set the property request_message and puts the selected values into the selectionMap |
void |
setRequestTimeMax(java.lang.String newRequestTimeMax)
Allows you to set the property requestTimeMax and puts the selected values into the selectionMap |
void |
setRequestTimeMin(java.lang.String newRequestTimeMin)
Allows you to set the property requestTimeMin and puts the selected values into the selectionMap |
void |
setResponse_message(java.lang.String newResponse_message)
Allows you to set the property response_message and puts the selected values into the selectionMap |
void |
setReturncode(java.lang.String newReturncode)
Allows you to set the property returncode and puts the selected values into the selectionMap |
void |
setSelectionMap(java.lang.String selection)
Allows you to set the property selectionMap |
void |
setSorting(java.lang.String newSorting)
* Allows you to set the property sorting |
void |
setSystem(java.lang.String newSystem)
Allows you to set the property system and puts the selected values into the selectionMap |
void |
setType(java.lang.String newType)
Allows you to set the property type and puts the selected values into the selectionMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JournalBean()
Method Detail |
---|
public void setSelectionMap(java.lang.String selection)
public void setSorting(java.lang.String newSorting)
public void setOrderBy(java.lang.String newOrderBy)
public void setType(java.lang.String newType)
selectionMap
public void setSystem(java.lang.String newSystem)
selectionMap
public void setFunction(java.lang.String newFunction)
selectionMap
public void setMessageId(java.lang.String newMessageId)
selectionMap
public void setRequest_message(java.lang.String newRequest_message)
selectionMap
public void setResponse_message(java.lang.String newResponse_message)
selectionMap
public void setReturncode(java.lang.String newReturncode)
selectionMap
public void setRequestTimeMin(java.lang.String newRequestTimeMin)
selectionMap
public void setRequestTimeMax(java.lang.String newRequestTimeMax)
selectionMap
public void setMessage(java.lang.String newMessage)
public void setJournIndex(java.lang.String newIndex)
public void setDetails(java.lang.String newDetails)
public java.lang.String getDataAsTableRows() throws XException
getDataAsTableRows()
invokes the static method
ReadJournal.readSelected(HashMap, String, String)
and returns all
selected data int the Html tages as String.
XException
ReadJournal.readSelected(HashMap, String, String)
,
DBConnection
public java.lang.String getJournalAsTableRows(ReadJournal journal, int index)
getJournalAsTableRows(ReadJournal, int)
composes String
with the values from the data base.
journal
- - ReadJournal objectindex
- - int
public java.lang.String getDetailsAsTable()
getDetailsAsTable()
composes String with the request/response/error message or with the
detail liste.
public java.lang.String getCollumnsAsTableRows()
getCollumnsAsTableRows()
composes String with the names of
the collumns.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |