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


Field Summary
 String action
           
 DBApplication.Row application
           
 int colNdx
           
 String columnHeading
           
 String[] columnNames
           
 Date dateReceived
           
 String description
           
 DBInbox.Row inbox
           
 Iterator itr
           
 List keyList
           
 String munge
           
 Date openingDate
           
 List order
           
 String orderStr
           
 int pHeading
           
 DBQList qList
           
 String refreshInterval
           
 InboxState state
           
 DBSystem.Row system
           
 DBUser.Row user
           
 
Fields inherited from class com.jxml.qare.qhome.Template
E, EV, properties
 
Constructor Summary
InboxTemplate()
           
 
Method Summary
 void eval(Map properties, List args, ClassLoader cl)
          Evaluates the properties with the list of argumants
 String process(String arg)
           
 boolean refresh()
           
 
Methods inherited from class com.jxml.qare.qhome.Template
check, content, cvt, expand, expandProperty, expandURL, init, markup, readURL, redirectToAppDir, redirectToDelegationDisplay, redirectToDelegationDisplayUG, redirectToLogin, redirectToRemoteAccountDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columnNames

public String[] columnNames

application

public DBApplication.Row application

system

public DBSystem.Row system

user

public DBUser.Row user

inbox

public DBInbox.Row inbox

state

public InboxState state

openingDate

public Date openingDate

dateReceived

public Date dateReceived

refreshInterval

public String refreshInterval

description

public String description

action

public String action

munge

public String munge

order

public List order

orderStr

public String orderStr

keyList

public List keyList

colNdx

public int colNdx

pHeading

public int pHeading

itr

public Iterator itr

qList

public DBQList qList

columnHeading

public String columnHeading
Constructor Detail

InboxTemplate

public InboxTemplate()
Method Detail

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