Class BasePartyActionForm
java.lang.Object
org.apache.struts.action.ActionForm
com.echothree.view.client.web.struts.BaseActionForm
com.echothree.view.client.web.struts.BasePartyActionForm
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BasePersonActionForm
- See Also:
-
Field Summary
Fields inherited from class com.echothree.view.client.web.struts.BaseActionForm
userVisitPK
Fields 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>
List<org.apache.struts.util.LabelValueBean>
List<org.apache.struts.util.LabelValueBean>
void
setCurrencyChoice
(String currencyChoice) void
setDateTimeFormatChoice
(String dateTimeFormatChoice) void
setLanguageChoice
(String languageChoice) void
setTimeZoneChoice
(String timeZoneChoice) Methods inherited from class com.echothree.view.client.web.struts.BaseActionForm
convertChoices, getDtIdAttribute, getDtOrderParameter, getDtPageParameter, getDtSortParameter, getSubmitButton, reset, saveDtParameters, setDtIdAttribute, setDtOrderParameter, setDtPageParameter, setDtSortParameter, setSubmitButton, validate
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
BasePartyActionForm
public BasePartyActionForm()Creates a new instance of BasePartyActionForm
-
-
Method Details
-
getCurrencyChoices
-
setCurrencyChoice
-
getCurrencyChoice
-
getDateTimeFormatChoices
-
setDateTimeFormatChoice
-
getDateTimeFormatChoice
-
getLanguageChoices
-
setLanguageChoice
-
getLanguageChoice
-
getTimeZoneChoices
-
setTimeZoneChoice
-
getTimeZoneChoice
-