Uses of Class
com.jalios.jcms.mail.AbstractMailProvider
-
Packages that use AbstractMailProvider Package Description com.jalios.jcms.admin.mail com.jalios.jcms.mail com.jalios.jcms.mail.providers -
-
Uses of AbstractMailProvider in com.jalios.jcms.admin.mail
Fields in com.jalios.jcms.admin.mail declared as AbstractMailProvider Modifier and Type Field Description AbstractMailProvider
AdminMailConfigurationHandler.MailProviderDisplay. provider
Methods in com.jalios.jcms.admin.mail that return AbstractMailProvider Modifier and Type Method Description AbstractMailProvider
EditMailProviderHandler. getMailProvider()
Methods in com.jalios.jcms.admin.mail with parameters of type AbstractMailProvider Modifier and Type Method Description static AbstractMailEditHandler
AdminMailConfigurationUtil. getEditHandler(AbstractMailProvider mailProvider)
java.util.Map<java.lang.String,java.lang.String>
AdminMailConfigurationHandler. getProviderPropertiesMap(AbstractMailProvider provider)
Constructors in com.jalios.jcms.admin.mail with parameters of type AbstractMailProvider Constructor Description MailProviderDisplay(AbstractMailProvider provider, boolean isDeleted)
-
Uses of AbstractMailProvider in com.jalios.jcms.mail
Fields in com.jalios.jcms.mail declared as AbstractMailProvider Modifier and Type Field Description protected AbstractMailProvider
MailAccount. provider
Methods in com.jalios.jcms.mail that return AbstractMailProvider Modifier and Type Method Description AbstractMailProvider
AbstractMailEditHandler. getMailProvider()
AbstractMailProvider
MailAccount. getProvider()
AbstractMailProvider
MailManager. getSendMailProvider()
Methods in com.jalios.jcms.mail that return types with arguments of type AbstractMailProvider Modifier and Type Method Description java.util.Map<java.lang.String,AbstractMailProvider>
MailManager. getProviderMap()
Methods in com.jalios.jcms.mail with parameters of type AbstractMailProvider Modifier and Type Method Description void
AbstractMailEditHandler. setMailProvider(AbstractMailProvider mailProvider)
Method parameters in com.jalios.jcms.mail with type arguments of type AbstractMailProvider Modifier and Type Method Description static MailAccount
MailAccount. getMailAccount(java.lang.String label, java.lang.String name, LangProperties props, java.util.Map<java.lang.String,AbstractMailProvider> providerMap)
protected void
MailFetcher. initWithProviderMap(java.util.Map<java.lang.String,AbstractMailProvider> providerMap)
Constructors in com.jalios.jcms.mail with parameters of type AbstractMailProvider Constructor Description MailAccount(java.lang.String name, java.lang.String label, Member author, Workspace ws, AbstractMailProvider provider, java.lang.String mbox, java.lang.String schedule, boolean expunge)
Constructor parameters in com.jalios.jcms.mail with type arguments of type AbstractMailProvider Constructor Description MailFetcher(java.util.Map<java.lang.String,AbstractMailProvider> providerMap)
-
Uses of AbstractMailProvider in com.jalios.jcms.mail.providers
Subclasses of AbstractMailProvider in com.jalios.jcms.mail.providers Modifier and Type Class Description class
LegacyMailProvider
-