|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectview.url.GoURL
view.url.PRegistrationURL
public class PRegistrationURL
Constructor Summary | |
---|---|
PRegistrationURL(ID tid)
As above, but 'pre' also defaults to false. |
|
PRegistrationURL(ID tid,
boolean pre)
As above, but 'printable' also defaults to false. |
|
PRegistrationURL(ID tid,
boolean pre,
boolean printable)
'edit' defaults to false and 'eid' to null. |
|
PRegistrationURL(ID tid,
boolean pre,
ID eid)
As above, but 'printable' also default to false. |
|
PRegistrationURL(ID tid,
boolean pre,
ID eid,
boolean printable)
As above, but missing parameters are given default values. |
|
PRegistrationURL(ID tid,
boolean pre,
ID eid,
boolean edit,
boolean printable)
Constructs the URL. |
Method Summary |
---|
Methods inherited from class view.url.GoURL |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PRegistrationURL(ID tid, boolean pre, ID eid, boolean edit, boolean printable)
tid
- the ID of the tournament the registration of which to display.pre
- if true, displays the pre-registration, otherwise final registration.eid
- the ID of an entry to prefill the registration form with.
if null, the entry will be empty.edit
- if true, the page will contain an edit form, prefilled with given entry data (eid).
if false but eid isn't null, the form will be prefilled with a pre-entry (eid),
which can be confirmed on the page.printable
- if true, displays only a printable list of entries,
ignoring the three parameters above.public PRegistrationURL(ID tid, boolean pre, ID eid, boolean printable)
public PRegistrationURL(ID tid, boolean pre, ID eid)
public PRegistrationURL(ID tid, boolean pre, boolean printable)
public PRegistrationURL(ID tid, boolean pre)
public PRegistrationURL(ID tid)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |