Class BasePersonActionForm
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BasePersonWithLoginActionForm
- 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 TypeMethodDescriptionList<org.apache.struts.util.LabelValueBean> List<org.apache.struts.util.LabelValueBean> voidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetMiddleName(String middleName) voidsetNameSuffixChoice(String nameSuffixChoice) voidsetPersonalTitleChoice(String personalTitleChoice) Methods 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, reset, 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
-
BasePersonActionForm
public BasePersonActionForm()Creates a new instance of BasePersonActionForm
-
-
Method Details
-
getPersonalTitleChoices
- Throws:
NamingException
-
setPersonalTitleChoice
-
getPersonalTitleChoice
- Throws:
NamingException
-
setFirstName
-
getFirstName
-
setMiddleName
-
getMiddleName
-
setLastName
-
getLastName
-
getNameSuffixChoices
- Throws:
NamingException
-
setNameSuffixChoice
-
getNameSuffixChoice
- Throws:
NamingException
-