public class EditForm extends BaseValidatorForm
EditForm representing the EditUserProperties form.| Constructor and Description |
|---|
EditForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDepartment()
Getter for property department.
|
String |
getEmailAddress()
Getter for property email.
|
String |
getEnableLogin()
Getter for property enableLogin.
|
String |
getFirstName()
Getter for property firstName.
|
String |
getGroupConfigurationTimeout()
Get the groupConfigurationTimeout.
|
Integer |
getId() |
String |
getLastName()
Getter for property lastName.
|
String |
getName()
Getter for property userName.
|
String |
getPageRefreshPeriod()
Get the pageRefreshPeriod.
|
String |
getPhoneNumber()
Getter for property phoneNumber.
|
String |
getSmsAddress() |
boolean |
isEditingCurrentUser()
Get the editingCurrentUser.
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
setDepartment(String department)
Setter for property department.
|
void |
setEditingCurrentUser(boolean editingCurrentUser)
Set the editingCurrentUser.
|
void |
setEmailAddress(String emailAddress)
Setter for property email.
|
void |
setEnableLogin(String enableLogin)
Setter for property enableLogin.
|
void |
setFirstName(String firstName)
Setter for property firstName.
|
void |
setGroupConfigurationTimeout(String groupConfigurationTimeout)
Set the groupConfigurationTimeout.
|
void |
setId(Integer id) |
void |
setLastName(String lastName)
Setter for property lastName.
|
void |
setName(String name)
Setter for property userName.
|
void |
setPageRefreshPeriod(String pageRefreshPeriod)
Set the pageRefreshPeriod.
|
void |
setPhoneNumber(String phoneNumber)
Setter for property phoneNumber.
|
void |
setSmsAddress(String add) |
String |
toString() |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate the preferences associated with the current user if they are editing them.
|
getAdd, getCancel, getCreate, getDelete, getEnable, getInstall, getManualUninstall, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUninventory, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isInstallClicked, isManualUninstallClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setInstall, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUninventory, setUserset, shouldValidategetPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResultspublic Integer getId()
public void setId(Integer id)
public String getLastName()
public void setLastName(String lastName)
lastName - New value of property lastName.public String getFirstName()
public void setFirstName(String firstName)
firstName - New value of property firstName.public String getDepartment()
public void setDepartment(String department)
department - New value of property department.public String getName()
public void setName(String name)
userName - New value of property userName.public String getEmailAddress()
public void setEmailAddress(String emailAddress)
email - New value of property email.public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
phoneNumber - New value of property phoneNumber.public String getEnableLogin()
public void setEnableLogin(String enableLogin)
confirmPassword - New value of property enableLogin.public String getSmsAddress()
public void setSmsAddress(String add)
public String toString()
toString in class BaseValidatorFormpublic String getPageRefreshPeriod()
public void setPageRefreshPeriod(String pageRefreshPeriod)
pageRefreshPeriod - The pageRefreshPeriod to set.public String getGroupConfigurationTimeout()
public void setGroupConfigurationTimeout(String groupConfigurationTimeout)
groupConfigurationTimeout - The groupConfigurationTimeout to set.public boolean isEditingCurrentUser()
public void setEditingCurrentUser(boolean editingCurrentUser)
editingCurrentUser - The editingCurrentUser to set.public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
validate in class BaseValidatorFormpublic void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class BaseValidatorFormCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.