Class BasePersonWithLoginActionForm
java.lang.Object
org.apache.struts.action.ActionForm
com.echothree.view.client.web.struts.BaseActionForm
com.echothree.view.client.web.struts.BasePartyActionForm
com.echothree.view.client.web.struts.BasePersonActionForm
com.echothree.view.client.web.struts.BasePersonWithLoginActionForm
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.view.client.web.struts.BaseActionForm
userVisitPKFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<org.apache.struts.util.LabelValueBean> voidreset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) voidsetAllowSolicitation(boolean allowSolicitation) voidvoidsetEmailAddress(String emailAddress) voidsetPassword1(String password1) voidsetPassword2(String password2) voidsetRecoveryQuestionChoice(String recoveryQuestionChoice) voidsetUsername(String username) Methods inherited from class com.echothree.view.client.web.struts.BasePersonActionForm
getFirstName, getLastName, getMiddleName, getNameSuffixChoice, getNameSuffixChoices, getPersonalTitleChoice, getPersonalTitleChoices, setFirstName, setLastName, setMiddleName, setNameSuffixChoice, setPersonalTitleChoiceMethods inherited from class com.echothree.view.client.web.struts.BasePartyActionForm
getCurrencyChoice, getCurrencyChoices, getDateTimeFormatChoice, getDateTimeFormatChoices, getLanguageChoice, getLanguageChoices, getTimeZoneChoice, getTimeZoneChoices, setCurrencyChoice, setDateTimeFormatChoice, setLanguageChoice, setTimeZoneChoiceMethods inherited from class com.echothree.view.client.web.struts.BaseActionForm
convertChoices, getDtIdAttribute, getDtOrderParameter, getDtPageParameter, getDtSortParameter, getSubmitButton, saveDtParameters, setDtIdAttribute, setDtOrderParameter, setDtPageParameter, setDtSortParameter, setSubmitButton, validateMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
BasePersonWithLoginActionForm
public BasePersonWithLoginActionForm()
-
-
Method Details
-
setEmailAddress
-
getEmailAddress
-
setUsername
-
getUsername
-
setPassword1
-
getPassword1
-
setPassword2
-
getPassword2
-
setAllowSolicitation
-
getAllowSolicitation
-
getRecoveryQuestionChoices
-
setRecoveryQuestionChoice
-
getRecoveryQuestionChoice
-
setAnswer
-
getAnswer
-
reset
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) - Overrides:
resetin classBaseActionForm
-