public class DecoratorServiceImpl extends FaxToMailServiceSupport implements DecoratorService
| Modifier and Type | Field and Description |
|---|---|
protected org.nuiton.decorator.DecoratorProvider |
decoratorProvider
Delegate decorator provider.
|
serviceContextDATE, SEPARATOR| Constructor and Description |
|---|
DecoratorServiceImpl() |
| 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, newServiceprotected org.nuiton.decorator.DecoratorProvider decoratorProvider
public <O> org.nuiton.decorator.Decorator<O> getDecorator(O object)
getDecorator in interface DecoratorServicepublic <O> org.nuiton.decorator.Decorator<O> getDecorator(O object,
String name)
getDecorator in interface DecoratorServicepublic <O> org.nuiton.decorator.Decorator<O> getDecoratorByType(Class<O> type)
getDecoratorByType in interface DecoratorServicepublic <O> org.nuiton.decorator.Decorator<O> getDecoratorByType(Class<O> type, String name)
getDecoratorByType in interface DecoratorServicepublic void setServiceContext(FaxToMailServiceContext context)
setServiceContext in interface DecoratorServicesetServiceContext in interface FaxToMailServicesetServiceContext in class FaxToMailServiceSupportCopyright © 2014–2016 CodeLutin. All rights reserved.