Package org.cyclos.model.users.users
Class PublicRegistrationDTO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityDTO>,AccountOwner,InternalAccountOwner,IEntity,INamedEntity,ModelWithCustomValues<UserCustomFieldValueDTO>,BasicUserRegistrationDTO,IUser,SimpleBasicUserRegistrationDTO
public class PublicRegistrationDTO extends AbstractUserRegistrationDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,PublicRegistrationDTO>AGREEMENTstatic SetProperty<AgreementVO,PublicRegistrationDTO>AGREEMENTSstatic BasicProperty<CaptchaResponseDTO,PublicRegistrationDTO>CAPTCHA_RESPONSEstatic StringCLASS_NAMEstatic BasicProperty<String,PublicRegistrationDTO>EXTERNAL_PAYMENT_TOKENstatic BasicProperty<String,PublicRegistrationDTO>IDENTITY_PROVIDER_REQUEST_IDstatic BasicProperty<String,PublicRegistrationDTO>INVITE_TOKENstatic BasicProperty<String,PublicRegistrationDTO>USER_AGENT_ID-
Fields inherited from class org.cyclos.model.users.users.AbstractUserRegistrationDTO
CONTACT_INFOS, PASSWORDS, SECURITY_ANSWER, SECURITY_QUESTION
-
Fields inherited from class org.cyclos.model.users.users.AbstractSimpleUserRegistrationDTO
ADDRESSES, LAND_LINE_PHONES, MOBILE_PHONES, NFC_TOKEN, UPLOADED_IMAGES
-
Fields inherited from class org.cyclos.model.users.users.UserDTO
CUSTOM_VALUES, GROUP, HIDE_EMAIL
-
Fields inherited from class org.cyclos.model.users.users.BasicUserDTO
EMAIL, USERNAME
-
Fields inherited from class org.cyclos.model.NamedEntityDTO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description PublicRegistrationDTO()PublicRegistrationDTO(Long id)PublicRegistrationDTO(Property<T,? super PublicRegistrationDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()Set<AgreementVO>getAgreements()CaptchaResponseDTOgetCaptchaResponse()StringgetExternalPaymentToken()StringgetIdentityProviderRequestId()StringgetInviteToken()StringgetUserAgentId()booleanisAgreement()voidsetAgreement(boolean agreement)voidsetAgreements(Set<AgreementVO> agreements)voidsetCaptchaResponse(CaptchaResponseDTO captchaResponse)voidsetExternalPaymentToken(String externalPaymentToken)voidsetIdentityProviderRequestId(String identityProviderRequestId)voidsetInviteToken(String inviteToken)voidsetUserAgentId(String userAgentId)-
Methods inherited from class org.cyclos.model.users.users.AbstractUserRegistrationDTO
getContactInfos, getPasswords, getSecurityAnswer, getSecurityQuestion, setContactInfos, setPasswords, setSecurityAnswer, setSecurityQuestion
-
Methods inherited from class org.cyclos.model.users.users.AbstractSimpleUserRegistrationDTO
getAddresses, getLandLinePhones, getMobilePhones, getNfcToken, getUploadedImages, setAddresses, setLandLinePhones, setMobilePhones, setNfcToken, setUploadedImages
-
Methods inherited from class org.cyclos.model.users.users.UserDTO
getCustomValues, getGroup, isHideEmail, setCustomValues, setGroup, setHideEmail
-
Methods inherited from class org.cyclos.model.users.users.BasicUserDTO
getEmail, getUsername, setEmail, setUsername, toString
-
Methods inherited from class org.cyclos.model.NamedEntityDTO
compareTo, getName, setName
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
equals, getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.INamedEntity
getName, setName
-
Methods inherited from interface org.cyclos.model.users.users.SimpleBasicUserRegistrationDTO
getEmail, getLandLinePhones, getMobilePhones, getUsername, setEmail, setLandLinePhones, setMobilePhones, setUsername
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
AGREEMENT
public static final BasicProperty<Boolean,PublicRegistrationDTO> AGREEMENT
-
AGREEMENTS
public static final SetProperty<AgreementVO,PublicRegistrationDTO> AGREEMENTS
-
CAPTCHA_RESPONSE
public static final BasicProperty<CaptchaResponseDTO,PublicRegistrationDTO> CAPTCHA_RESPONSE
-
EXTERNAL_PAYMENT_TOKEN
public static final BasicProperty<String,PublicRegistrationDTO> EXTERNAL_PAYMENT_TOKEN
-
IDENTITY_PROVIDER_REQUEST_ID
public static final BasicProperty<String,PublicRegistrationDTO> IDENTITY_PROVIDER_REQUEST_ID
-
INVITE_TOKEN
public static final BasicProperty<String,PublicRegistrationDTO> INVITE_TOKEN
-
USER_AGENT_ID
public static final BasicProperty<String,PublicRegistrationDTO> USER_AGENT_ID
-
-
Constructor Detail
-
PublicRegistrationDTO
public PublicRegistrationDTO()
-
PublicRegistrationDTO
public PublicRegistrationDTO(Long id)
-
PublicRegistrationDTO
public PublicRegistrationDTO(Property<T,? super PublicRegistrationDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAbstractUserRegistrationDTO
-
isAgreement
public boolean isAgreement()
-
setAgreement
public void setAgreement(boolean agreement)
-
getAgreements
public Set<AgreementVO> getAgreements()
-
setAgreements
public void setAgreements(Set<AgreementVO> agreements)
-
getCaptchaResponse
public CaptchaResponseDTO getCaptchaResponse()
-
setCaptchaResponse
public void setCaptchaResponse(CaptchaResponseDTO captchaResponse)
-
getExternalPaymentToken
public String getExternalPaymentToken()
-
setExternalPaymentToken
public void setExternalPaymentToken(String externalPaymentToken)
-
getIdentityProviderRequestId
public String getIdentityProviderRequestId()
-
setIdentityProviderRequestId
public void setIdentityProviderRequestId(String identityProviderRequestId)
-
getInviteToken
public String getInviteToken()
-
setInviteToken
public void setInviteToken(String inviteToken)
-
getUserAgentId
public String getUserAgentId()
-
setUserAgentId
public void setUserAgentId(String userAgentId)
-
-