|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDispatchAction
com.dotmarketing.portlets.event_registrations.cms.action.WebEventRegistrationAction
public class WebEventRegistrationAction
| Constructor Summary | |
|---|---|
WebEventRegistrationAction()
|
|
| Method Summary | |
|---|---|
ActionForward |
deleteAttendee(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
Delete a registrant |
ActionForward |
editAttendee(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
Loads the data to edit a registrant already added |
ActionForward |
saveAttendee(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
Add/Save a registrant info |
static boolean |
sendRegistrationReceipt(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
|
ActionForward |
toStep1(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
This action goes to the add registrants page |
ActionForward |
toStep2(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
Forwards to the checkout info page |
ActionForward |
toStep3(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
Place the registration order and forwards to the confirmation page |
ActionForward |
unspecified(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
Beginning the Event Registration process This method forwards to the user registration pages to check the user info |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebEventRegistrationAction()
| Method Detail |
|---|
public ActionForward unspecified(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception
public ActionForward toStep1(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception
public ActionForward saveAttendee(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception
public ActionForward deleteAttendee(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception
public ActionForward editAttendee(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception
public ActionForward toStep2(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception
public ActionForward toStep3(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception
public static boolean sendRegistrationReceipt(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||