Uses of Interface
org.opencrx.kernel.home1.cci.EMailAccount

Packages that use EMailAccount
org.opencrx.kernel.home1.cci   
org.opencrx.mail.workflow   
 

Uses of EMailAccount in org.opencrx.kernel.home1.cci
 

Classes in org.opencrx.kernel.home1.cci that implement EMailAccount
 class EMailAccountImpl
           
 

Methods in org.opencrx.kernel.home1.cci that return EMailAccount
 EMailAccount EMailAccountClassImpl.createEMailAccount()
           
 EMailAccount EMailAccountClass.createEMailAccount()
          Creates an instance of class EMailAccount.
 EMailAccount EMailAccountClassImpl.createEMailAccount(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 EMailAccount EMailAccountClass.createEMailAccount(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class EMailAccount based on all required attributes.
 EMailAccount EMailAccountClassImpl.extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 EMailAccount EMailAccountClass.extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class EMailAccount based on the superclass BasicObject and all required attributes not included in this superclass.
 EMailAccount EMailAccountClassImpl.extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 EMailAccount EMailAccountClass.extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class EMailAccount based on the superclass ContextCapable and all required attributes not included in this superclass.
 EMailAccount EMailAccountClassImpl.extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 EMailAccount EMailAccountClass.extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class EMailAccount based on the superclass ExtentCapable and all required attributes not included in this superclass.
 EMailAccount EMailAccountClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 EMailAccount EMailAccountClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class EMailAccount based on the superclass ViewCapable and all required attributes not included in this superclass.
 EMailAccount EMailAccountClassImpl.getEMailAccount(Object object)
           
 EMailAccount EMailAccountClass.getEMailAccount(Object object)
          Creates an instance of class EMailAccount based on the specified Object instance.
 EMailAccount UserHomeImpl.getEMailAccount(String id)
           
 EMailAccount UserHome.getEMailAccount(String id)
          Retrieves the value for the reference eMailAccount for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.home1.cci with parameters of type EMailAccount
 void UserHomeImpl.addEMailAccount(EMailAccount newValue)
           
 void UserHome.addEMailAccount(EMailAccount newValue)
           
 void UserHomeImpl.addEMailAccount(String id, EMailAccount newValue)
           
 void UserHome.addEMailAccount(String id, EMailAccount newValue)
           
 void UserHomeImpl.setEMailAccount(EMailAccount[] newValue)
           
 

Uses of EMailAccount in org.opencrx.mail.workflow
 

Methods in org.opencrx.mail.workflow with parameters of type EMailAccount
protected  javax.mail.Address[] SendMailWorkflow.setRecipients(javax.mail.Message message, RefPackage_1_0 rootPkg, Path targetIdentity, EMailAccount eMailAccount)
           
protected  javax.mail.Address[] MailWorkflow.setRecipients(javax.mail.Message message, RefPackage_1_0 rootPkg, Path targetIdentity, EMailAccount eMailAccount)
           
 



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.