public interface EmailConfigurationSaveTaskCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer | getEmailConfigurationId()
Get the ID of the e-mail configuration.
|
void | setAccount(java.lang.String account)
Set the account of the e-mail configuration.
|
void | setAddress(java.lang.String address)
Set the address of the e-mail configuration.
|
void | setDescription(java.lang.String description)
Set the description of the e-mail Configuration.
|
void | setEmailConfigurationAttributes(java.lang.String name, java.lang.String description, java.lang.Integer storeEntityId, java.lang.Integer type, java.lang.String host, java.lang.String emailServer, java.lang.String account, java.lang.Integer port, java.lang.String password, java.lang.Integer time)
This method sets all the attributes needed to configure an e-mail server EXCEPT the primary key emailConfigurationId.
|
void | setEmailConfigurationId(java.lang.Integer emailConfigurationId)
Set the ID of the e-mail configuration.
|
void | setEmailServer(java.lang.String emailServer)
Set the e-mail server of the e-mail configuration.
|
void | setHost(java.lang.String host)
Set the commerce host of the e-mail configuration.
|
void | setName(java.lang.String name)
Set the name of the e-mail configuration.
|
void | setPassword(java.lang.String password)
Set the password for the account of the e-mail configuration.
|
void | setPort(java.lang.Integer port)
Set the port number of the e-mail configuration.
|
void | setStoreEntityId(java.lang.Integer storeEntityId)
Set the storeEntityId of the e-mail configuration.
|
void | setTime(java.lang.Integer time)
Set the time of a day for the e-mail configuration.
|
void | setType(java.lang.Integer type)
Set the type of the e-mail configuration.
|
static final java.lang.String COPYRIGHT
void setEmailConfigurationId(java.lang.Integer emailConfigurationId)
java.lang.Integer getEmailConfigurationId()
void setName(java.lang.String name)
void setDescription(java.lang.String description)
void setStoreEntityId(java.lang.Integer storeEntityId)
void setType(java.lang.Integer type)
void setHost(java.lang.String host)
void setEmailServer(java.lang.String emailServer)
void setAccount(java.lang.String account)
void setPort(java.lang.Integer port)
void setPassword(java.lang.String password)
void setTime(java.lang.Integer time)
void setAddress(java.lang.String address)
void setEmailConfigurationAttributes(java.lang.String name, java.lang.String description, java.lang.Integer storeEntityId, java.lang.Integer type, java.lang.String host, java.lang.String emailServer, java.lang.String account, java.lang.Integer port, java.lang.String password, java.lang.Integer time)