Package org.cyclos.model.users.users
Interface BasicUserRegistrationData
-
- All Superinterfaces:
SimpleBasicUserRegistrationData
- All Known Subinterfaces:
BasicUserRegistrationDataByManager
- All Known Implementing Classes:
AbstractRegistrationData,OperatorRegistrationData,PublicRegistrationData,UserRegistrationData
public interface BasicUserRegistrationData extends SimpleBasicUserRegistrationData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PasswordRegistrationData>getPasswordsData()voidsetPasswordsData(List<PasswordRegistrationData> passwordsData)-
Methods inherited from interface org.cyclos.model.users.users.SimpleBasicUserRegistrationData
getLandLinePhoneData, getMaxLandLinePhones, getMaxMobilePhones, getMobilePhoneData, getPhoneConfiguration, getProfileFieldActions, isCanCreateLandlinePhone, isCanCreateMobilePhone, isEmailRequired, isEnablePrivacy, isGeneratedUsername, isLandLineRequired, isMobileRequired, setCanCreateLandlinePhone, setCanCreateMobilePhone, setEmailRequired, setEmailValidation, setEnablePrivacy, setGeneratedUsername, setLandLinePhoneData, setLandLineRequired, setMaxLandLinePhones, setMaxMobilePhones, setMobilePhoneData, setMobileRequired, setPhoneConfiguration, setProfileFieldActions
-
-
-
-
Method Detail
-
getPasswordsData
List<PasswordRegistrationData> getPasswordsData()
-
setPasswordsData
void setPasswordsData(List<PasswordRegistrationData> passwordsData)
-
-