public interface ActivableEntityRestController<M extends BaseModelAbstract<I>,S extends ActivableEntityService<M,?,I,U>,I extends Comparable<? super I>,U>
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVATE_URL |
static String |
DEACTIVATE_URL |
| Modifier and Type | Method and Description |
|---|---|
default M |
disable(I id) |
default M |
enable(I id) |
S |
getService() |
U |
getUser() |
static final String ACTIVATE_URL
static final String DEACTIVATE_URL
Copyright © 2020. All rights reserved.