The interface for any TaskCommand that is to be used to save e-mail activity server configuration data.
Field Summary | |
static java.lang.String | COPYRIGHT Copyright. |
Method Summary | |
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 |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public void setEmailConfigurationId(java.lang.Integer emailConfigurationId)
public java.lang.Integer getEmailConfigurationId()
public void setName(java.lang.String name)
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)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.