public abstract class PaginatedEntityCRUDService<ENTITY extends umun.iam.model.Meta> extends EntityCRUDService<ENTITY>
| Modifier and Type | Field and Description |
|---|---|
static int |
PAGE_SIZE |
| Constructor and Description |
|---|
PaginatedEntityCRUDService() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.domain.Slice<ENTITY> |
addPrefs(org.springframework.data.domain.Slice<ENTITY> slice) |
org.springframework.data.domain.Slice<ENTITY> |
read(int page) |
org.springframework.data.domain.Slice<ENTITY> |
read(NamedEntity filter,
int page) |
org.springframework.data.domain.Slice<ENTITY> |
read(Set<Long> ids,
int page) |
addPrefs, afterCreate, create, delete, getCreateOptions, getEntityName, getEntityService, getFilterService, getRepository, read, read, read, read, readOrFail, setValuesOnUpdate, setVariablesOnCreate, update, validateCreate, validateDelete, validateUpdatepublic static final int PAGE_SIZE
public org.springframework.data.domain.Slice<ENTITY> read(int page)
public org.springframework.data.domain.Slice<ENTITY> read(NamedEntity filter, int page) throws umun.core.constants.ValidationException
umun.core.constants.ValidationExceptionpublic org.springframework.data.domain.Slice<ENTITY> read(Set<Long> ids, int page) throws umun.core.constants.ValidationException
umun.core.constants.ValidationExceptionCopyright © 2022 Pivotal Software, Inc.. All rights reserved.