public interface IdentifiableService<I extends Identifiable>
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
I |
create() |
de.digitalcollections.core.model.api.paging.PageResponse<I> |
find(de.digitalcollections.core.model.api.paging.PageRequest pageRequest) |
I |
get(UUID uuid) |
I |
save(I identifiable) |
I |
update(I identifiable) |
long count()
I create()
de.digitalcollections.core.model.api.paging.PageResponse<I> find(de.digitalcollections.core.model.api.paging.PageRequest pageRequest)
I save(I identifiable) throws IdentifiableServiceException
IdentifiableServiceExceptionI update(I identifiable) throws IdentifiableServiceException
IdentifiableServiceExceptionCopyright © 2018. All rights reserved.