com.dotmarketing.portlets.event_registrations.cms.action
Class WebEventRegistrationAction

java.lang.Object
  extended by DispatchAction
      extended by com.dotmarketing.portlets.event_registrations.cms.action.WebEventRegistrationAction

public class WebEventRegistrationAction
extends DispatchAction

Author:
David

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

WebEventRegistrationAction

public WebEventRegistrationAction()
Method Detail

unspecified

public ActionForward unspecified(ActionMapping mapping,
                                 ActionForm lf,
                                 HttpServletRequest request,
                                 HttpServletResponse response)
                          throws java.lang.Exception
Beginning the Event Registration process This method forwards to the user registration pages to check the user info

Throws:
java.lang.Exception

toStep1

public ActionForward toStep1(ActionMapping mapping,
                             ActionForm lf,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws java.lang.Exception
This action goes to the add registrants page

Throws:
java.lang.Exception

saveAttendee

public ActionForward saveAttendee(ActionMapping mapping,
                                  ActionForm lf,
                                  HttpServletRequest request,
                                  HttpServletResponse response)
                           throws java.lang.Exception
Add/Save a registrant info

Throws:
java.lang.Exception

deleteAttendee

public ActionForward deleteAttendee(ActionMapping mapping,
                                    ActionForm lf,
                                    HttpServletRequest request,
                                    HttpServletResponse response)
                             throws java.lang.Exception
Delete a registrant

Throws:
java.lang.Exception

editAttendee

public ActionForward editAttendee(ActionMapping mapping,
                                  ActionForm lf,
                                  HttpServletRequest request,
                                  HttpServletResponse response)
                           throws java.lang.Exception
Loads the data to edit a registrant already added

Throws:
java.lang.Exception

toStep2

public ActionForward toStep2(ActionMapping mapping,
                             ActionForm lf,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws java.lang.Exception
Forwards to the checkout info page

Throws:
java.lang.Exception

toStep3

public ActionForward toStep3(ActionMapping mapping,
                             ActionForm lf,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws java.lang.Exception
Place the registration order and forwards to the confirmation page

Throws:
java.lang.Exception

sendRegistrationReceipt

public static boolean sendRegistrationReceipt(ActionMapping mapping,
                                              ActionForm lf,
                                              HttpServletRequest request,
                                              HttpServletResponse response)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.