Uses of Class
org.wcb.autohome.implementations.EmailHeaderBean

Packages that use EmailHeaderBean
org.wcb.autohome   
org.wcb.autohome.factories   
org.wcb.autohome.interfaces   
org.wcb.autohome.util   
 

Uses of EmailHeaderBean in org.wcb.autohome
 

Methods in org.wcb.autohome that return EmailHeaderBean
 EmailHeaderBean AutoHomeSession.getEmailInformation()
          This allows the getting of email configruations from the HASConfig.ini file in a single object bean.
 

Methods in org.wcb.autohome with parameters of type EmailHeaderBean
 void AutoHomeSession.setEmailInformation(EmailHeaderBean bean)
          This sets the configuration files settings from a bean object.
 

Uses of EmailHeaderBean in org.wcb.autohome.factories
 

Methods in org.wcb.autohome.factories that return EmailHeaderBean
 EmailHeaderBean HAGateway.getEmailInformation()
          Gets Email information from the property file and puts it into an object that can be used by the application.
 

Methods in org.wcb.autohome.factories with parameters of type EmailHeaderBean
 void HAGateway.setEmailInformation(EmailHeaderBean emailBean)
          This takes the EmailHeaderBean and saves it into the HASConfig.ini file for use by the application on its next start up.
 

Uses of EmailHeaderBean in org.wcb.autohome.interfaces
 

Methods in org.wcb.autohome.interfaces that return EmailHeaderBean
 EmailHeaderBean IHAGateway.getEmailInformation()
           
 

Methods in org.wcb.autohome.interfaces with parameters of type EmailHeaderBean
 void IHAGateway.setEmailInformation(EmailHeaderBean bean)
           
 

Uses of EmailHeaderBean in org.wcb.autohome.util
 

Constructors in org.wcb.autohome.util with parameters of type EmailHeaderBean
EmailService(EmailHeaderBean eBean)
           
 



Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.