public abstract class EntityFilterService<ENTITY extends umun.iam.model.Meta> extends Object
| Constructor and Description |
|---|
EntityFilterService() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<ENTITY> |
read(NamedEntity filter) |
protected abstract org.springframework.data.domain.Slice<ENTITY> |
read(NamedEntity filter,
int page) |
protected abstract org.springframework.data.domain.Slice<ENTITY> read(NamedEntity filter, int page) throws umun.core.constants.ValidationException
umun.core.constants.ValidationExceptionprotected abstract List<ENTITY> read(NamedEntity filter) throws umun.core.constants.ValidationException
umun.core.constants.ValidationExceptionCopyright © 2022 Pivotal Software, Inc.. All rights reserved.