Package org.cyclos.model.users.users
Interface BasicUserRegistrationDataByManager
-
- All Superinterfaces:
BasicUserRegistrationData,SimpleBasicUserRegistrationData
- All Known Implementing Classes:
OperatorRegistrationData,UserRegistrationData
public interface BasicUserRegistrationDataByManager extends BasicUserRegistrationData
Definitions for data objects that have properties set by manager when registering a basic user
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAllowSetSendActivationEmail()voidsetAllowSetSendActivationEmail(boolean allow)-
Methods inherited from interface org.cyclos.model.users.users.BasicUserRegistrationData
getPasswordsData, setPasswordsData
-
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
-
-