public interface TreeEntityService<M extends BaseModelAbstract<I> & TreeEntityModel<M>,C extends BaseCriteria<I> & TreeEntityCriteria<I>,R extends BaseRepository<M,C,I,U> & TreeEntityRepository<M,I,U>,I extends Comparable<? super I>,U>
| Modifier and Type | Method and Description |
|---|---|
C |
getEmptyCriteria() |
M |
getEmptyModel() |
org.slf4j.Logger |
getLogger() |
R |
getRepository() |
default M |
getTree(I rootId,
U user) |
default M |
getTree(U user) |
default M |
toTree(List<M> list) |
Copyright © 2020. All rights reserved.