public interface ServiceInterceptorService extends CRUDService<ServiceInterceptorDTO,ServiceInterceptorData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
void |
disableAllInterceptorsInNetwork(NetworkVO network)
Disables all service interceptors in the given network.
|
java.util.List<ServiceInterceptorVO> |
list()
Lists all available service interceptors
|
void |
saveOrder(java.util.List<java.lang.Long> ids)
Updates the order field according to the given ids sequence
|
getData, getDataForNew, load, remove, removeAll, savevoid disableAllInterceptorsInNetwork(NetworkVO network) throws FrameworkException
FrameworkExceptionjava.util.List<ServiceInterceptorVO> list() throws FrameworkException
FrameworkExceptionvoid saveOrder(@NotNull
java.util.List<java.lang.Long> ids)
throws FrameworkException
FrameworkException