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 BooleanField
Deprecated.static final StringField
Deprecated.static final StringField
Deprecated.static final IdentityField
Deprecated.static final RecordMeta<SmtpSettings>
Deprecated.static final StringField
Deprecated.static final EncodedStringField
Deprecated.static final IntField
Deprecated.static final LongField
Deprecated.static final StringField
Deprecated.static final BooleanField
Deprecated.static final StringField
Deprecated.static final BooleanField
Deprecated.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.int
getPort()
Deprecated.long
Deprecated.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.boolean
Deprecated.boolean
Deprecated.Use StartTlsboolean
Deprecated.Use Ssl/Tls portMethods inherited from class com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecord
getBoolean, getDoubleObj, getIntObj, getLongObj, getString, installDefaultValues
Methods 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:SRecordInstance
This 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
meta
variable is thus not Serialized, but it would not be anyway as it is usually static.- Specified by:
getMeta
in 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.
-