|
CONGO AppServer | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objecttemplates
an XMLRPC class to handle 'templates' for page rendering
| Nested Class Summary | |
static class |
templates.Foo
|
| Constructor Summary | |
templates()
|
|
| Method Summary | |
static java.lang.Object |
generateEmail(int rid,
int cid,
java.lang.String ccAddress,
java.lang.String templateName)
|
static java.lang.Object |
processTemplate(int cid,
int rid,
java.lang.String templateName,
java.util.Hashtable bulkInfo)
Process a template, returning the result. |
java.lang.Object |
templateCreate(int confID,
java.lang.String newName,
java.lang.String newDescription,
java.lang.String newBody)
Create a new template |
java.lang.Object |
templateDelete(int confID,
java.lang.String name)
Delete a template |
static java.util.Hashtable |
templateFetch(int whatCID,
java.lang.String whatTemplate)
Fetch a single template for use |
java.util.Hashtable |
templateList(int whatCID)
List out templates available |
java.lang.Object |
templateUpdate(int confID,
java.lang.String name,
java.lang.String newdesc,
java.lang.String newbody)
Update information in a template |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public templates()
| Method Detail |
public java.util.Hashtable templateList(int whatCID)
whatCID - What conference to list templates for
public java.lang.Object templateCreate(int confID,
java.lang.String newName,
java.lang.String newDescription,
java.lang.String newBody)
confID - The conference id this template is stored under
public static java.util.Hashtable templateFetch(int whatCID,
java.lang.String whatTemplate)
whatCID - What conference to get the template from whatTemplate - The name of the template
public java.lang.Object templateUpdate(int confID,
java.lang.String name,
java.lang.String newdesc,
java.lang.String newbody)
confID - Which conference name - Which template name newdesc - The new descriptionnewbody - The new body
public java.lang.Object templateDelete(int confID,
java.lang.String name)
confID - Which conference name - Which template name
public static java.lang.Object generateEmail(int rid,
int cid,
java.lang.String ccAddress,
java.lang.String templateName)
public static java.lang.Object processTemplate(int cid,
int rid,
java.lang.String templateName,
java.util.Hashtable bulkInfo)
cid - Which conference rid - the registrant id (0 = none) templateName - Which template name
|
CONGO AppServer | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||