public interface DecoratorService extends FaxToMailService
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE |
static String |
SEPARATOR |
| 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) |
static final String SEPARATOR
static final String DATE
<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)
setServiceContext in interface FaxToMailServiceCopyright © 2014–2016 CodeLutin. All rights reserved.