com.jxml.qare.qhome.inbox
Class InboxTemplate
java.lang.Object
|
+--com.jxml.qare.qhome.Template
|
+--com.jxml.qare.qhome.inbox.InboxTemplate
- All Implemented Interfaces:
- Item
- public class InboxTemplate
- extends Template
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recieved
public Date recieved
send
public Date send
application
public String application
system
public String system
refreshInterval
public String refreshInterval
description
public String description
inboxList
public ArrayList inboxList
it
public Iterator it
applicationName
public String applicationName
user
public DBUser.Row user
inbox
public DBInbox.Row inbox
rowList
public DBInbox.Row rowList
InboxTemplate
public InboxTemplate()
eval
public void eval(Map properties,
List args,
ClassLoader cl)
throws Exception
- Description copied from class:
Template
- Evaluates the properties with the list of argumants
- Overrides:
eval in class Template
- Following copied from class:
com.jxml.qare.qhome.Template
- Parameters:
properties - Contains the data in the form of name,value pair.args - Template name present in properties.cl - class to be loaded for individual plugins.
refresh
public boolean refresh()
throws Exception
process
public String process(String arg)
throws Exception
- Overrides:
process in class Template