|
CONGO AppServer | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectpending
an XMLRPC class to handle 'pending' registrant information
| Constructor Summary | |
pending()
|
|
| Method Summary | |
static java.util.Hashtable |
pendingGetEntry(int ptrack)
|
static java.lang.Object |
pendingList(int cid,
java.lang.String status)
Return the list of pending requests, based on conference and type to return |
static int |
pendingSetStatus(int ptrack,
java.lang.String newstatus)
Set a pending status code |
java.util.Hashtable |
queueAttendee(java.util.Hashtable attendee)
Take in a list of attendees and put them in the pending queue awaiting processing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public pending()
| Method Detail |
public java.util.Hashtable queueAttendee(java.util.Hashtable attendee)
attendee - A hashtable containing the registrant to queue
Structure of Hashtable entries:
public static java.lang.Object pendingList(int cid,
java.lang.String status)
cid - Which conference to list pendings for
public static int pendingSetStatus(int ptrack,
java.lang.String newstatus)
ptrack - The track number of the pending entrynewstatus - The new status setting (Pending, OnHold, Denied, Completed)public static java.util.Hashtable pendingGetEntry(int ptrack)
|
CONGO AppServer | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||