|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.dataentry.DataEntryLog
A class for recording information about some command response. This class is used with JspDataEntryController servlet to keep track of dataentry error messages. Company MoreData
| Constructor Summary | |
DataEntryLog()
|
|
| Method Summary | |
void |
addLogEntry(LogEntry logEntry)
Add a new log entry to this DataEntryLog. |
LogEntry |
getLastErrorLog()
Return the last log that was added to this DataEntryLog for a command that had give an error. |
LogEntry |
getLastLog()
Return the last log that was added to this DataEntryLog. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataEntryLog()
| Method Detail |
public void addLogEntry(LogEntry logEntry)
logEntry - The LogEntry to be added.public LogEntry getLastLog()
public LogEntry getLastErrorLog()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||