java.lang.Object
org.apache.struts.action.ActionForm
com.RuntimeCollective.webapps.form.UserForm
com.RuntimeCollective.webapps.form.SimpleUserForm
com.RuntimeCollective.vanilla.form.WebsiteSimpleUserForm
- All Implemented Interfaces:
- com.RuntimeCollective.webapps.form.BeanForm, java.io.Serializable
- public class WebsiteSimpleUserForm
- extends com.RuntimeCollective.webapps.form.SimpleUserForm
Like SimpleUserForm, with extra logic for putting the new user
in the "Registered" group.
- Version:
- $Id: WebsiteSimpleUserForm.java,v 1.3 2003/09/30 15:13:03 joe Exp $
| Fields inherited from class com.RuntimeCollective.webapps.form.SimpleUserForm |
address1, address2, address3, city, country, first, MIN_PASSWORD_LENGTH, nationality, phoneArea, phoneCountry, phoneNumber, postcode, state, surname |
| Methods inherited from class com.RuntimeCollective.webapps.form.SimpleUserForm |
getAddress1, getAddress2, getAddress3, getCity, getCountry, getFirstName, getLastName, getNationality, getPhoneArea, getPhoneCountry, getPhoneNumber, getPostcode, getState, populateForm, reset, setAddress1, setAddress2, setAddress3, setCity, setCountry, setFirstName, setLastName, setNationality, setPhoneArea, setPhoneCountry, setPhoneNumber, setPostcode, setState, validate |
| Methods inherited from class com.RuntimeCollective.webapps.form.UserForm |
getEmail, getFormAction, getId, getPassword, getPasswordConfirm, getSetCookie, setEmail, setFormAction, setId, setPassword, setPasswordConfirm, setSetCookie, validEmail |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebsiteSimpleUserForm
public WebsiteSimpleUserForm()
populateBean
public com.RuntimeCollective.webapps.bean.EntityBean populateBean(com.RuntimeCollective.webapps.bean.EntityBean bean)
throws java.sql.SQLException
- Populate a SimpleUser bean from this form.