public class FaxToMailServiceSupport extends Object implements FaxToMailService
| Modifier and Type | Field and Description |
|---|---|
protected FaxToMailServiceContext |
serviceContext |
| Constructor and Description |
|---|
FaxToMailServiceSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected FaxToMailConfiguration |
getApplicationConfig() |
ClientService |
getClientService() |
ConfigurationService |
getConfigurationService() |
DecoratorService |
getDecoratorService() |
EmailService |
getEmailService() |
MailFolderService |
getMailFolderService() |
protected Date |
getNow() |
protected FaxToMailTopiaPersistenceContext |
getPersistenceContext() |
ReferentielService |
getReferentielService() |
FaxToMailWebApplicationContext |
getWebApplicationContext() |
<E extends FaxToMailService> |
newService(Class<E> serviceClass) |
void |
setServiceContext(FaxToMailServiceContext serviceContext) |
protected FaxToMailServiceContext serviceContext
public void setServiceContext(FaxToMailServiceContext serviceContext)
setServiceContext in interface FaxToMailServiceprotected FaxToMailConfiguration getApplicationConfig()
protected Date getNow()
protected FaxToMailTopiaPersistenceContext getPersistenceContext()
public FaxToMailWebApplicationContext getWebApplicationContext()
public <E extends FaxToMailService> E newService(Class<E> serviceClass)
public DecoratorService getDecoratorService()
public ConfigurationService getConfigurationService()
public MailFolderService getMailFolderService()
public EmailService getEmailService()
public ReferentielService getReferentielService()
public ClientService getClientService()
Copyright © 2014 CodeLutin. All rights reserved.