

Public Member Functions | |
| ConvocationCtrl () | |
| boolean | isRestricted () |
| String | createRegistration (IConstructor constructor, IContact contact, Convocation convocation) |
| String | createAttendantQrCode (IContact contact, Convocation convocation) |
Public Member Functions inherited from org.turro.elephant.direct.AbstractDirectEntityCtrl | |
| AbstractDirectEntityCtrl (String tmplRoot, String entityAttribute) | |
| void | setConstructor (IConstructor constructor) |
| void | setEntityPath (String entityPath) |
| boolean | hasContent () |
Public Member Functions inherited from org.turro.elephant.direct.AbstractDirectContentCtrl | |
| AbstractDirectContentCtrl (String tmplRoot) | |
| String | createFormAction () |
| String | createPOST (String values) |
| String | getAjaxSubmitUrl (String containerId) |
| String | getAjaxUrl (String containerId, String values) |
| String | getAjaxUrl (String containerId, KeyValueMap values) |
| String | getAjaxEvalUrl (KeyValueMap values) |
| String | createRightNowURL (String values) |
| String | createRightNowURL (KeyValueMap values) |
| String | createLinkTo (String link, KeyValueMap values) |
| String | createURL () |
| String | createURL (IConstructor constructor, String values) |
| String | createURL (IConstructor constructor, String values, int daysValid) |
| String | createURL (IConstructor constructor, String values, int daysValid, boolean withDomain) |
| String | createURL (IConstructor constructor, IContact recipe, String values, int daysValid, boolean withDomain) |
| String | createURL (IConstructor constructor, IContact recipe, KeyValueMap values, int daysValid, boolean withDomain) |
| void | setTemplate (String template) |
| void | render (IConstructor constructor) |
| String | parse (IConstructor constructor) |
| boolean | itsMe (String id) |
| boolean | myTurn (HttpServletRequest request) |
| void | execute (ServletContext context, HttpServletRequest request, HttpServletResponse response) |
| void | execute (IConstructor constructor) |
Public Member Functions inherited from org.turro.action.IEntityCtrl | |
| void | setTemplate (String template) |
| void | render (IConstructor constructor) |
| String | parse (IConstructor constructor) |
Static Public Member Functions | |
| static String | createRegistrationURL (IConstructor constructor, IContact contact, Convocation convocation) |
| static String | createAttendantQrCodeURL (IConstructor constructor, IContact contact, Convocation convocation) |
Protected Member Functions | |
| String | getIdentifier () |
| void | prepareCleanMarker (ElephantMarker em, KeyValueMap kvm) |
| void | prepareMarker (ElephantMarker marker) |
| void | doExecute (IConstructor constructor, KeyValueMap map) |
Protected Member Functions inherited from org.turro.elephant.direct.AbstractDirectEntityCtrl | |
| ElephantMarker | getMarker (IConstructor constructor) |
Protected Member Functions inherited from org.turro.elephant.direct.AbstractDirectContentCtrl | |
| String | getRedirContext (IConstructor constructor, boolean withDomain) |
| ElephantMarker | getCleanMarkerFrom (IConstructor constructor) |
| void | addContainerId (ElephantMarker marker, boolean container) |
| String | getTmplRoot () |
| String | getTemplate () |
| void | writeMarkerToResponse (IConstructor constructor, KeyValueMap map) |
| void | writeMarkerToResponse (IConstructor constructor, KeyValueMap map, Map extra) |
| void | setNeedsUser (boolean needsUser) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.elephant.direct.AbstractDirectEntityCtrl | |
| String | entityPath |
| IElephantEntity | iee |
| IConstructor | norReentrantConstructor |
Protected Attributes inherited from org.turro.elephant.direct.AbstractDirectContentCtrl | |
| String | template = "full" |
Definition at line 53 of file ConvocationCtrl.java.
| org.turro.www.convocation.ConvocationCtrl.ConvocationCtrl | ( | ) |
Definition at line 55 of file ConvocationCtrl.java.
| String org.turro.www.convocation.ConvocationCtrl.createAttendantQrCode | ( | IContact | contact, |
| Convocation | convocation | ||
| ) |
Definition at line 133 of file ConvocationCtrl.java.


|
static |
Definition at line 122 of file ConvocationCtrl.java.


| String org.turro.www.convocation.ConvocationCtrl.createRegistration | ( | IConstructor | constructor, |
| IContact | contact, | ||
| Convocation | convocation | ||
| ) |
Definition at line 129 of file ConvocationCtrl.java.


|
static |
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 80 of file ConvocationCtrl.java.

|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 64 of file ConvocationCtrl.java.

| boolean org.turro.www.convocation.ConvocationCtrl.isRestricted | ( | ) |
Definition at line 59 of file ConvocationCtrl.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 69 of file ConvocationCtrl.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 74 of file ConvocationCtrl.java.
