public class EmailConfigurationSaveTaskCmdImpl extends TaskCommandImpl implements EmailConfigurationSaveTaskCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
Constructor and Description |
---|
EmailConfigurationSaveTaskCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getAccount()
Gets the account name used to connect to the e-mail server.
|
java.lang.String | getAddress()
Gets the e-mail address of the account used on the e-mail server.
|
java.lang.String | getDescription()
Gets the description of the e-mail configuration.
|
java.lang.Integer | getEmailConfigurationId()
Gets the ID of the e-mail configuration.
|
java.lang.String | getEmailServer()
Gets the host name of the e-mail server for this configuration.
|
java.lang.String | getHost()
Gets the commerce host that will run the e-mail activities for the given store.
|
java.lang.String | getName()
Gets the name of the e-mail configuration.
|
java.lang.String | getPassword()
Gets the account password used to connect to the e-mail server.
|
java.lang.Integer | getPort()
Gets the port through which connections will be made to the e-mail server.
|
java.lang.Integer | getStoreEntityId()
get the ID of the store associated with the e-mail configuration.
|
java.lang.Integer | getTime()
Gets the time of day (as number of minutes since 00:00) when communication with this server will be attempted to complete the jobs assigned.
|
java.lang.Integer | getType()
Gets the type of e-mail server being configured.
|
void | setAccount(java.lang.String account)
Sets the account to be used on the e-mail server that will be logged into for performing e-mail activity jobs.
|
void | setAddress(java.lang.String address)
Sets the e-mail address of the account on the e-mail server.
|
void | setDescription(java.lang.String description)
Sets 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)
Sets the ID of the e-mail configuration This is only to be called if an update to an existing configuration is required.
|
void | setEmailServer(java.lang.String emailServer)
Sets the hostname of the server to use for e-mail activities (either inbound or outbound).
|
void | setHost(java.lang.String host)
Sets the commerce host used to perform e-mail activity jobs.
|
void | setName(java.lang.String name)
Sets the name of the e-mail configuration.
|
void | setPassword(java.lang.String password)
Sets the password to the account on the e-mail server.
|
void | setPort(java.lang.Integer port)
Sets the port number through which to connect to the e-mail server.
|
void | setStoreEntityId(java.lang.Integer storeEntityId)
Sets the ID of the store for the e-mail configuration.
|
void | setTime(java.lang.Integer time)
Sets the time of a day when inbound or outbound e-mail activities will occur.
|
void | setType(java.lang.Integer type)
Sets the type of the e-mail configuration.
|
public static final java.lang.String COPYRIGHT
public void setEmailConfigurationId(java.lang.Integer emailConfigurationId)
public java.lang.Integer getEmailConfigurationId()
public void setName(java.lang.String name)
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.Integer getStoreEntityId()
public java.lang.Integer getType()
public java.lang.String getHost()
public java.lang.String getEmailServer()
public java.lang.Integer getPort()
public java.lang.String getAddress()
public java.lang.String getAccount()
public java.lang.String getPassword()
public java.lang.Integer getTime()
public void setDescription(java.lang.String description)
public void setStoreEntityId(java.lang.Integer storeEntityId)
public void setType(java.lang.Integer type)
public void setHost(java.lang.String host)
public void setEmailServer(java.lang.String emailServer)
public void setAccount(java.lang.String account)
public void setPort(java.lang.Integer port)
public void setPassword(java.lang.String password)
public void setTime(java.lang.Integer time)
public void setAddress(java.lang.String address)
public 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)