Class SmtpSettings
java.lang.Object
simpleorm.dataset.SRecordInstance
com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecord
com.inductiveautomation.ignition.gateway.smtp.SmtpSettings
- All Implemented Interfaces:
Serializable
Deprecated.
Filename: SmtpSettings.java
Created on Jan 15, 2015
Author: Kathy Applebaum
Copyright Inductive Automation 2015
Project: SRGateway
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class simpleorm.dataset.SRecordInstance
SRecordInstance.BrokenOptimisticLockException -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BooleanFieldDeprecated.static final StringFieldDeprecated.static final StringFieldDeprecated.static final IdentityFieldDeprecated.static final RecordMeta<SmtpSettings>Deprecated.static final StringFieldDeprecated.static final EncodedStringFieldDeprecated.static final IntFieldDeprecated.static final LongFieldDeprecated.static final StringFieldDeprecated.static final BooleanFieldDeprecated.static final StringFieldDeprecated.static final BooleanFieldDeprecated.Fields inherited from class com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecord
DEFAULT_VALUE, FORM_META_KEY, INDEXED, UNIQUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getId()Deprecated.RecordMeta<?>getMeta()Deprecated.This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance.getName()Deprecated.Deprecated.intgetPort()Deprecated.longDeprecated.Deprecated.The list of protocols is comma separated (to be nicer to users) but needs to be whitespace delimited when actually set on the property.Deprecated.booleanDeprecated.booleanDeprecated.Use StartTlsbooleanDeprecated.Use Ssl/Tls portMethods inherited from class com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecord
getBoolean, getDoubleObj, getIntObj, getLongObj, getString, installDefaultValuesMethods inherited from class simpleorm.dataset.SRecordInstance
allFields, assertNewRow, assertNotNewRow, defineInitialValue, deleteRecord, doQueryRecord, doValidateRecord, equals, findReference, findReference, findReference, findReference, getBigDecimal, getBytes, getDataSet, getDate, getDouble, getEnum, getInitialValue, getInt, getLogger, getLong, getObject, getRawArrayValue, getReferenceNoQuery, getTime, getTimestamp, hashCode, isAttached, isDeleted, isDirty, isDirty, isEmpty, isNewRow, isNotDestroyed, isNull, isReadOnly, isValid, onQueryRecord, onValidateField, onValidateRecord, setBigDecimal, setBoolean, setBytes, setDate, setDirty, setDouble, setEmpty, setEnum, setInt, setLong, setNewRow, setNull, setObject, setObject, setRawArrayValue, setReadOnly, setReference, setString, setTime, setTimestamp, toString, validatePrimaryKeys, wasInCache
-
Field Details
-
META
Deprecated. -
Id
Deprecated. -
Name
Deprecated. -
Description
Deprecated. -
Hostname
Deprecated. -
Port
Deprecated. -
UseSSLPort
Deprecated. -
StartTlsEnabled
Deprecated. -
Username
Deprecated. -
Password
Deprecated. -
SmtpTimeout
Deprecated. -
DebugModeEnabled
Deprecated. -
SSLProtocols
Deprecated.
-
-
Constructor Details
-
SmtpSettings
public SmtpSettings()Deprecated.
-
-
Method Details
-
getMeta
Deprecated.Description copied from class:SRecordInstanceThis must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-SRecord getMeta() { return meta; };The actual
metavariable is thus not Serialized, but it would not be anyway as it is usually static.- Specified by:
getMetain classPersistentRecord
-
getId
Deprecated. -
getName
Deprecated. -
getHostname
Deprecated. -
getPort
public int getPort()Deprecated. -
isUseSSLport
public boolean isUseSSLport()Deprecated.Use Ssl/Tls port -
isStartTlsEnabled
public boolean isStartTlsEnabled()Deprecated.Use StartTls -
getSslProtocols
Deprecated.The list of protocols is comma separated (to be nicer to users) but needs to be whitespace delimited when actually set on the property. -
getUsername
Deprecated. -
getPassword
Deprecated. -
getSmtpTimeout
public long getSmtpTimeout()Deprecated. -
isDebugModeEnabled
public boolean isDebugModeEnabled()Deprecated.
-