|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.logicaldoc.web.admin.UserForm
public class UserForm
Form for user editing
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
---|---|
UserForm()
|
Method Summary | |
---|---|
void |
assignGroups()
Moves the selected available groups to the allowed groups list associated to a menu |
void |
filterAllowedGroups(javax.faces.event.ValueChangeEvent event)
Filters the allowed groups if group's name contains the string on "Filter" input text |
void |
filterAvailableGroups(javax.faces.event.ValueChangeEvent event)
Filters the available groups if group's name contains the string on "Filter" input text |
java.lang.String |
getAllowedGroupFilter()
|
java.util.Collection<javax.faces.model.SelectItem> |
getAllowedGroups()
|
java.lang.String |
getAvailableGroupFilter()
|
java.util.Collection<javax.faces.model.SelectItem> |
getAvailableGroups()
|
javax.faces.component.UIInput |
getCityControl()
|
com.logicaldoc.util.config.PropertiesBean |
getConfig()
|
javax.faces.component.UIInput |
getCountryControl()
|
javax.faces.component.UIInput |
getEmailControl()
|
javax.faces.component.UIInput |
getFirstNameControl()
|
long[] |
getGroup()
|
int |
getGroupCount()
|
java.util.List<com.logicaldoc.core.security.Group> |
getGroups()
|
javax.faces.component.UIInput |
getLanguageControl()
|
javax.faces.component.UIInput |
getNameControl()
|
java.lang.String |
getPassword()
|
javax.faces.component.UIInput |
getPasswordExpiresControl()
|
javax.faces.component.UIInput |
getPhone2Control()
|
javax.faces.component.UIInput |
getPhoneControl()
|
javax.faces.component.UIInput |
getPostalCodeControl()
|
java.lang.String |
getRepass()
|
long[] |
getSelectedAllowedGroups()
|
long[] |
getSelectedAvailableGroups()
|
javax.faces.component.UIInput |
getStateControl()
|
javax.faces.component.UIInput |
getStreetControl()
|
com.logicaldoc.core.security.User |
getUser()
|
boolean |
isCreateNew()
|
boolean |
isPasswordExpires()
|
java.lang.String |
save()
|
java.lang.String |
savePassword()
|
void |
setAllowedGroupFilter(java.lang.String allowedGroupFilter)
|
void |
setAllowedGroups(java.util.Collection<javax.faces.model.SelectItem> allowedGroups)
|
void |
setAvailableGroupFilter(java.lang.String availableGroupFilter)
|
void |
setAvailableGroups(java.util.Collection<javax.faces.model.SelectItem> availableGroups)
|
void |
setCityControl(javax.faces.component.UIInput cityControl)
|
void |
setCountryControl(javax.faces.component.UIInput countryControl)
|
void |
setCreateNew(boolean createNew)
|
void |
setEmailControl(javax.faces.component.UIInput emailControl)
|
void |
setFirstNameControl(javax.faces.component.UIInput firstNameControl)
|
void |
setGroup(long[] group)
|
void |
setGroups(java.util.List<com.logicaldoc.core.security.Group> groups)
|
void |
setLanguageControl(javax.faces.component.UIInput languageControl)
|
void |
setNameControl(javax.faces.component.UIInput nameControl)
|
void |
setPassword(java.lang.String password)
|
void |
setPasswordExpires(boolean passwordExpires)
|
void |
setPasswordExpiresControl(javax.faces.component.UIInput passwordExpiresControl)
|
void |
setPhone2Control(javax.faces.component.UIInput phone2Control)
|
void |
setPhoneControl(javax.faces.component.UIInput phoneControl)
|
void |
setPostalCodeControl(javax.faces.component.UIInput postalCodeControl)
|
void |
setRepass(java.lang.String repass)
|
void |
setSelectedAllowedGroups(long[] selectedAllowedGroups)
|
void |
setSelectedAvailableGroups(long[] selectedAvailableGroups)
|
void |
setStateControl(javax.faces.component.UIInput stateControl)
|
void |
setStreetControl(javax.faces.component.UIInput streetControl)
|
void |
setUser(com.logicaldoc.core.security.User usr)
|
void |
unassignGroups()
Moves the selected allowed groups to the available groups list associated to a menu |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
public UserForm()
Method Detail |
---|
public javax.faces.component.UIInput getFirstNameControl()
public javax.faces.component.UIInput getNameControl()
public void setNameControl(javax.faces.component.UIInput nameControl)
public javax.faces.component.UIInput getStreetControl()
public void setStreetControl(javax.faces.component.UIInput streetControl)
public javax.faces.component.UIInput getPostalCodeControl()
public void setPostalCodeControl(javax.faces.component.UIInput postalCodeControl)
public javax.faces.component.UIInput getCityControl()
public void setCityControl(javax.faces.component.UIInput cityControl)
public javax.faces.component.UIInput getCountryControl()
public void setCountryControl(javax.faces.component.UIInput countryControl)
public javax.faces.component.UIInput getLanguageControl()
public void setLanguageControl(javax.faces.component.UIInput languageControl)
public javax.faces.component.UIInput getEmailControl()
public void setEmailControl(javax.faces.component.UIInput emailControl)
public javax.faces.component.UIInput getPhoneControl()
public void setPhoneControl(javax.faces.component.UIInput phoneControl)
public void setCreateNew(boolean createNew)
public void setFirstNameControl(javax.faces.component.UIInput firstNameControl)
public java.util.List<com.logicaldoc.core.security.Group> getGroups()
public void setGroups(java.util.List<com.logicaldoc.core.security.Group> groups)
public long[] getSelectedAvailableGroups()
public void setSelectedAvailableGroups(long[] selectedAvailableGroups)
public long[] getSelectedAllowedGroups()
public void setSelectedAllowedGroups(long[] selectedAllowedGroups)
public java.lang.String getAvailableGroupFilter()
public void setAvailableGroupFilter(java.lang.String availableGroupFilter)
public java.lang.String getAllowedGroupFilter()
public void setAllowedGroupFilter(java.lang.String allowedGroupFilter)
public java.util.Collection<javax.faces.model.SelectItem> getAvailableGroups()
public void setAvailableGroups(java.util.Collection<javax.faces.model.SelectItem> availableGroups)
public java.util.Collection<javax.faces.model.SelectItem> getAllowedGroups()
public void setAllowedGroups(java.util.Collection<javax.faces.model.SelectItem> allowedGroups)
public com.logicaldoc.core.security.User getUser()
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public java.lang.String getRepass()
public void setRepass(java.lang.String repass)
public boolean isCreateNew()
public javax.faces.component.UIInput getStateControl()
public void setStateControl(javax.faces.component.UIInput stateControl)
public void setUser(com.logicaldoc.core.security.User usr)
public java.lang.String save()
public java.lang.String savePassword()
public com.logicaldoc.util.config.PropertiesBean getConfig()
public int getGroupCount()
public long[] getGroup()
public void setGroup(long[] group)
public void filterAvailableGroups(javax.faces.event.ValueChangeEvent event)
event
- public void filterAllowedGroups(javax.faces.event.ValueChangeEvent event)
event
- public void assignGroups()
public void unassignGroups()
public javax.faces.component.UIInput getPhone2Control()
public void setPhone2Control(javax.faces.component.UIInput phone2Control)
public boolean isPasswordExpires()
public void setPasswordExpires(boolean passwordExpires)
public javax.faces.component.UIInput getPasswordExpiresControl()
public void setPasswordExpiresControl(javax.faces.component.UIInput passwordExpiresControl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |