Class SmsChannelConfigurationDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.system.channelconfigurations.ChannelConfigurationDTO
-
- org.cyclos.model.system.channelconfigurations.SmsChannelConfigurationDTO
-
- All Implemented Interfaces:
Serializable,IEntity
public class SmsChannelConfigurationDTO extends ChannelConfigurationDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,SmsChannelConfigurationDTO>MOBILE_NUMBER_SOURCEstatic BasicProperty<String,SmsChannelConfigurationDTO>PASSWORDstatic BasicProperty<Boolean,SmsChannelConfigurationDTO>PASSWORD_SETstatic BasicProperty<CustomScriptVO,SmsChannelConfigurationDTO>SCRIPTstatic BasicProperty<String,SmsChannelConfigurationDTO>SCRIPT_PARAMETERSstatic BasicProperty<String,SmsChannelConfigurationDTO>SMS_MESSAGE_SOURCEstatic BasicProperty<String,SmsChannelConfigurationDTO>USERNAME-
Fields inherited from class org.cyclos.model.system.channelconfigurations.ChannelConfigurationDTO
ACCESS_PASSWORD, ALLOW_LOGIN, CHANNEL, CONFIGURATION, CONFIRMATION, CONFIRMATION_ONCE_PER_SESSION, DEFAULT_PRINCIPAL_TYPE, DEFINED, ENABLED, IDENTITY_PROVIDERS, IP_WHITELIST, LOCKED, LOGIN_CONFIRMATION, PAYMENT, PIN_CONFIGURATION, POS, PRINCIPAL_TYPES, PRINCIPAL_TYPES_ALLOWING_QR_CODE, REGISTRATION_WITH_IDENTITY_PROVIDERS, REQUIRE_AUTHENTICATION_FOR_DEVICE_CONFIRMATION, REQUIRE_TRUSTED_DEVICE_FOR_LOGIN, SESSION_TIMEOUT, SKIP_CONFIRMATION_FOR_TRUSTED_DEVICES, TRUSTED_DEVICE_ON_STARTUP, USE_IP_WHITELIST, USER_ACCESS
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description SmsChannelConfigurationDTO()SmsChannelConfigurationDTO(Long id)SmsChannelConfigurationDTO(Property<T,? super SmsChannelConfigurationDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetMobileNumberSource()StringgetPassword()CustomScriptVOgetScript()StringgetScriptParameters()StringgetSmsMessageSource()StringgetUsername()booleanisPasswordSet()voidsetMobileNumberSource(String mobileNumberSource)voidsetPassword(String password)voidsetPasswordSet(boolean passwordSet)voidsetScript(CustomScriptVO script)voidsetScriptParameters(String scriptParameters)voidsetSmsMessageSource(String smsMessageSource)voidsetUsername(String username)-
Methods inherited from class org.cyclos.model.system.channelconfigurations.ChannelConfigurationDTO
getAccessPassword, getChannel, getConfiguration, getConfirmation, getDefaultPrincipalType, getIdentityProviders, getIpWhitelist, getLoginConfirmation, getPayment, getPinConfiguration, getPos, getPrincipalTypes, getPrincipalTypesAllowingQrCode, getRegistrationWithIdentityProviders, getSessionTimeout, getTrustedDeviceOnStartup, getUserAccess, isAllowLogin, isConfirmationOncePerSession, isDefined, isEnabled, isLocked, isRequireAuthenticationForDeviceConfirmation, isRequireTrustedDeviceForLogin, isSkipConfirmationForTrustedDevices, isUseIpWhitelist, setAccessPassword, setAllowLogin, setChannel, setConfiguration, setConfirmation, setConfirmationOncePerSession, setDefaultPrincipalType, setDefined, setEnabled, setIdentityProviders, setIpWhitelist, setLocked, setLoginConfirmation, setPayment, setPinConfiguration, setPos, setPrincipalTypes, setPrincipalTypesAllowingQrCode, setRegistrationWithIdentityProviders, setRequireAuthenticationForDeviceConfirmation, setRequireTrustedDeviceForLogin, setSessionTimeout, setSkipConfirmationForTrustedDevices, setTrustedDeviceOnStartup, setUseIpWhitelist, setUserAccess
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
MOBILE_NUMBER_SOURCE
public static final BasicProperty<String,SmsChannelConfigurationDTO> MOBILE_NUMBER_SOURCE
-
PASSWORD
public static final BasicProperty<String,SmsChannelConfigurationDTO> PASSWORD
-
PASSWORD_SET
public static final BasicProperty<Boolean,SmsChannelConfigurationDTO> PASSWORD_SET
-
SCRIPT
public static final BasicProperty<CustomScriptVO,SmsChannelConfigurationDTO> SCRIPT
-
SCRIPT_PARAMETERS
public static final BasicProperty<String,SmsChannelConfigurationDTO> SCRIPT_PARAMETERS
-
SMS_MESSAGE_SOURCE
public static final BasicProperty<String,SmsChannelConfigurationDTO> SMS_MESSAGE_SOURCE
-
USERNAME
public static final BasicProperty<String,SmsChannelConfigurationDTO> USERNAME
-
-
Constructor Detail
-
SmsChannelConfigurationDTO
public SmsChannelConfigurationDTO()
-
SmsChannelConfigurationDTO
public SmsChannelConfigurationDTO(Long id)
-
SmsChannelConfigurationDTO
public SmsChannelConfigurationDTO(Property<T,? super SmsChannelConfigurationDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classChannelConfigurationDTO
-
getMobileNumberSource
public String getMobileNumberSource()
-
setMobileNumberSource
public void setMobileNumberSource(String mobileNumberSource)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
isPasswordSet
public boolean isPasswordSet()
-
setPasswordSet
public void setPasswordSet(boolean passwordSet)
-
getScript
public CustomScriptVO getScript()
-
setScript
public void setScript(CustomScriptVO script)
-
getScriptParameters
public String getScriptParameters()
-
setScriptParameters
public void setScriptParameters(String scriptParameters)
-
getSmsMessageSource
public String getSmsMessageSource()
-
setSmsMessageSource
public void setSmsMessageSource(String smsMessageSource)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
className
public String className()
- Overrides:
classNamein classChannelConfigurationDTO
-
-