com.aoindustries.website.signup
Class Reseller4CompletedAction
java.lang.Object
Action
com.aoindustries.website.SiteSettingsAction
com.aoindustries.website.LocaleAction
com.aoindustries.website.SkinAction
com.aoindustries.website.ProtocolAction
com.aoindustries.website.HttpsAction
com.aoindustries.website.signup.ResellerStepAction
com.aoindustries.website.signup.Reseller4Action
com.aoindustries.website.signup.Reseller4CompletedAction
public class Reseller4CompletedAction
- extends Reseller4Action
- Author:
- AO Industries, Inc.
|
Method Summary |
protected void |
clearCheckboxes(javax.servlet.http.HttpServletRequest request,
ActionForm form)
Clears checkboxes when not in form. |
protected void |
clearErrors(javax.servlet.http.HttpServletRequest req)
Errors are not cleared for the complete step. |
ActionForward |
executeResellerStep(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SiteSettings siteSettings,
java.util.Locale locale,
Skin skin,
ResellerSignupSelectPackageForm signupSelectPackageForm,
boolean signupSelectPackageFormComplete,
SignupBusinessForm signupBusinessForm,
boolean signupBusinessFormComplete,
SignupTechnicalForm signupTechnicalForm,
boolean signupTechnicalFormComplete,
SignupBillingInformationForm signupBillingInformationForm,
boolean signupBillingInformationFormComplete)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reseller4CompletedAction
public Reseller4CompletedAction()
executeResellerStep
public ActionForward executeResellerStep(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SiteSettings siteSettings,
java.util.Locale locale,
Skin skin,
ResellerSignupSelectPackageForm signupSelectPackageForm,
boolean signupSelectPackageFormComplete,
SignupBusinessForm signupBusinessForm,
boolean signupBusinessFormComplete,
SignupTechnicalForm signupTechnicalForm,
boolean signupTechnicalFormComplete,
SignupBillingInformationForm signupBillingInformationForm,
boolean signupBillingInformationFormComplete)
throws java.lang.Exception
- Overrides:
executeResellerStep in class Reseller4Action
- Throws:
java.lang.Exception
clearCheckboxes
protected void clearCheckboxes(javax.servlet.http.HttpServletRequest request,
ActionForm form)
- Clears checkboxes when not in form.
- Overrides:
clearCheckboxes in class ResellerStepAction
clearErrors
protected void clearErrors(javax.servlet.http.HttpServletRequest req)
- Errors are not cleared for the complete step.
- Overrides:
clearErrors in class Reseller4Action