public class DecoratorService extends FaxToMailServiceSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE |
protected org.nuiton.decorator.DecoratorProvider |
decoratorProvider
Delegate decorator provider.
|
static String |
SEPARATOR |
serviceContext| Constructor and Description |
|---|
DecoratorService() |
| Modifier and Type | Method and Description |
|---|---|
<O> org.nuiton.decorator.Decorator<O> |
getDecorator(O object) |
<O> org.nuiton.decorator.Decorator<O> |
getDecorator(O object,
String name) |
<O> org.nuiton.decorator.Decorator<O> |
getDecoratorByType(Class<O> type) |
<O> org.nuiton.decorator.Decorator<O> |
getDecoratorByType(Class<O> type,
String name) |
void |
setServiceContext(FaxToMailServiceContext context) |
getApplicationConfig, getClientService, getConfigurationService, getDecoratorService, getEmailService, getMailFolderService, getNow, getPersistenceContext, getReferentielService, getWebApplicationContext, newServicepublic static final String SEPARATOR
public static final String DATE
protected org.nuiton.decorator.DecoratorProvider decoratorProvider
public <O> org.nuiton.decorator.Decorator<O> getDecorator(O object)
public <O> org.nuiton.decorator.Decorator<O> getDecorator(O object,
String name)
public <O> org.nuiton.decorator.Decorator<O> getDecoratorByType(Class<O> type)
public <O> org.nuiton.decorator.Decorator<O> getDecoratorByType(Class<O> type, String name)
public void setServiceContext(FaxToMailServiceContext context)
setServiceContext in interface FaxToMailServicesetServiceContext in class FaxToMailServiceSupportCopyright © 2014 CodeLutin. All rights reserved.