public interface ServiceInterceptorServiceLocal extends ServiceInterceptorService, CRUDServiceLocal<ServiceInterceptor,ServiceInterceptorDTO,ServiceInterceptorData,java.lang.Void>
ServiceInterceptorService| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTR_CONTEXT
Script variable: the
ServiceInterceptorContext |
static java.lang.String |
ATTR_INTERCEPTOR
Script variable: the interceptor
|
static java.lang.String |
ATTR_OPERATION
Script variable: the service operation
|
static java.lang.String |
ATTR_SERVICE
Script variable: the service being invoked
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasEnabledInterceptors(Network network)
Returns whether the given network has at least one enabled service interceptor
|
java.util.List<ServiceInterceptor> |
resolveInterceptors(Network network,
java.lang.Class<? extends Service> serviceInterface,
java.lang.reflect.Method operation)
Resolve the service interceptors to be applied to an invocation
|
disableAllInterceptorsInNetwork, list, saveOrderfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savestatic final java.lang.String ATTR_INTERCEPTOR
static final java.lang.String ATTR_SERVICE
static final java.lang.String ATTR_OPERATION
static final java.lang.String ATTR_CONTEXT
ServiceInterceptorContextboolean hasEnabledInterceptors(Network network)
java.util.List<ServiceInterceptor> resolveInterceptors(Network network, java.lang.Class<? extends Service> serviceInterface, java.lang.reflect.Method operation)