|
CONGO AppServer | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectreports
Process back end requests, such as queuing requests for credit card processing, etc.
| Field Summary | |
static int |
outputTypeCSV
|
static int |
outputTypeHTML
|
static int |
outputTypeTAB
|
| Constructor Summary | |
reports()
|
|
| Method Summary | |
java.lang.Object |
affiliateReport(int cid)
Report on the number of registered attendees, broken down by affiliation (ie where they heard about the event) |
java.lang.Object |
checkinBook(int whatconference)
Print a formatted book of signin sheets for attendees. |
int |
numBadged(int cid)
Display the number of registrants badged for a specific conference. |
int |
numCheckedin(int cid)
Calculate the number of registrants marked as checked in for a conference. |
int |
numRegistered(int cid)
Display the number of registrants registered for a specific conference. |
int |
numSubscribed(int cid)
Display the number of registrants subscribed to a specific conference. |
int |
printReceipt(int whatconference,
int pendingtrack)
Print a single page receipt - half and half |
java.lang.Object |
registeredReport(int whatConference,
java.lang.String fileName,
int outputType)
Generate all registered report to file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static int outputTypeHTML
public static int outputTypeCSV
public static int outputTypeTAB
| Constructor Detail |
public reports()
| Method Detail |
public java.lang.Object affiliateReport(int cid)
cid - Conference ID to report on
public int numSubscribed(int cid)
cid - the Conference id to look at
public int numRegistered(int cid)
cid - the Conference id to look at
public int numBadged(int cid)
cid - the Conference id to look at
public int numCheckedin(int cid)
cid - the Conference id to look at
public java.lang.Object checkinBook(int whatconference)
whatconference - the Conference id
public int printReceipt(int whatconference,
int pendingtrack)
whatconference - the Conference id
public java.lang.Object registeredReport(int whatConference,
java.lang.String fileName,
int outputType)
whatConference - the Conference idfileName - the file to write tooutputType - the type of file to write
|
CONGO AppServer | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||