|
CONGO AppServer | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectproc
Process back end requests, such as queuing requests for credit card processing, etc.
| Constructor Summary | |
proc()
|
|
| Method Summary | |
int |
createTransaction(java.util.Hashtable transinfo)
Create a new transaction |
java.lang.Object |
getTransactionbyTID(int whichtrans)
|
java.lang.Object |
getTransactionsbyCID(int whichcid)
|
java.lang.Object |
mailNotify(int rid,
int cid,
java.lang.String toAddress,
java.lang.String ccAddress,
java.lang.String replyAddress,
java.lang.String templateName)
Searches the history of a registrant for specific activity, within a cetrain conference. |
java.lang.Object |
printBadge(int rid,
int cid)
|
java.lang.Object |
printLabel(int rid,
int cid)
|
int |
processTransaction(int whichtrans,
java.lang.String opcode)
Process a transaction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public proc()
| Method Detail |
public int createTransaction(java.util.Hashtable transinfo)
transinfo - Hashtable containing:
public int processTransaction(int whichtrans,
java.lang.String opcode)
whichtrans - transaction ID to updateopcode - New transaction status. Can be:public java.lang.Object getTransactionbyTID(int whichtrans)
public java.lang.Object getTransactionsbyCID(int whichcid)
public java.lang.Object mailNotify(int rid,
int cid,
java.lang.String toAddress,
java.lang.String ccAddress,
java.lang.String replyAddress,
java.lang.String templateName)
rid - to generate the mail forcid - the Conference we're working with toAddress - Where to send the mail to ccAddress - Make a Carbon Copy to this address replyAddress - Where is the mail being sent from templateName - Which template to use to generate the mail
public java.lang.Object printLabel(int rid,
int cid)
public java.lang.Object printBadge(int rid,
int cid)
|
CONGO AppServer | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||