public interface ActivableEntityService<M extends BaseModelAbstract<I>,R extends ActivableEntityRepository<I,U> & BaseRepository<M,?,I,U>,I extends Comparable<? super I>,U>
| Modifier and Type | Method and Description |
|---|---|
default M |
disable(I id,
U user) |
default M |
enable(I id,
U user) |
R |
getRepository() |
Copyright © 2020. All rights reserved.