public class PublicRegistrationData extends AbstractRegistrationData
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<AgreementVO,PublicRegistrationData> |
AGREEMENTS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationImageVO,PublicRegistrationData> |
REPORT_LOGO |
static BasicProperty<java.lang.Boolean,PublicRegistrationData> |
USE_CAPTCHA |
ADDRESS_DATA, CAN_CREATE_ADDRESS, CAN_CREATE_IMAGES, CAN_CREATE_LANDLINE_PHONE, CAN_CREATE_MOBILE_PHONE, EMAIL_VALIDATION, GENERATED_USERNAME, LAND_LINE_PHONE_DATA, LAND_LINE_REQUIRED, MOBILE_PHONE_DATA, MOBILE_REQUIRED, PASSWORDS_DATAADDRESS_CONFIGURATION, ADDRESS_LIST_DATA, EMAIL_PENDING_VALIDATION, EMAIL_REQUIRED, GROUP_SET, IMAGES, MAX_IMAGES, PHONE_CONFIGURATION, PHONE_LIST_DATA, PROFILE_FIELD_ACTIONSCAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
PublicRegistrationData() |
PublicRegistrationData(Property<T,? super PublicRegistrationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<AgreementVO> |
getAgreements() |
ConfigurationImageVO |
getReportLogo() |
boolean |
isUseCaptcha() |
void |
setAgreements(java.util.List<AgreementVO> agreements) |
void |
setReportLogo(ConfigurationImageVO reportLogo) |
void |
setUseCaptcha(boolean useCaptcha) |
getAddressData, getLandLinePhoneData, getMobilePhoneData, getPasswordsData, isCanCreateAddress, isCanCreateImages, isCanCreateLandlinePhone, isCanCreateMobilePhone, isEmailValidation, isGeneratedUsername, isLandLineRequired, isMobileRequired, setAddressData, setCanCreateAddress, setCanCreateImages, setCanCreateLandlinePhone, setCanCreateMobilePhone, setEmailValidation, setGeneratedUsername, setLandLinePhoneData, setLandLineRequired, setMobilePhoneData, setMobileRequired, setPasswordsDatagetAddressConfiguration, getAddressListData, getEmailPendingValidation, getGroupSet, getImages, getMaxImages, getPhoneConfiguration, getPhoneListData, getProfileFieldActions, isEmailRequired, setAddressConfiguration, setAddressListData, setEmailPendingValidation, setEmailRequired, setGroupSet, setImages, setMaxImages, setPhoneConfiguration, setPhoneListData, setProfileFieldActionsgetConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProfileFieldActions, isEmailRequired, setEmailRequired, setProfileFieldActionspublic static final java.lang.String CLASS_NAME
public static final ListProperty<AgreementVO,PublicRegistrationData> AGREEMENTS
public static final BasicProperty<ConfigurationImageVO,PublicRegistrationData> REPORT_LOGO
public static final BasicProperty<java.lang.Boolean,PublicRegistrationData> USE_CAPTCHA
public PublicRegistrationData()
public PublicRegistrationData(Property<T,? super PublicRegistrationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AbstractRegistrationDatapublic java.util.List<AgreementVO> getAgreements()
public void setAgreements(java.util.List<AgreementVO> agreements)
public ConfigurationImageVO getReportLogo()
public void setReportLogo(ConfigurationImageVO reportLogo)
public boolean isUseCaptcha()
public void setUseCaptcha(boolean useCaptcha)
public java.lang.String className()
className in class AbstractRegistrationData