@Service public class ContentTreeServiceImpl extends Object implements ContentTreeService<ContentTree>
| Constructor and Description |
|---|
ContentTreeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
ContentTree |
create() |
de.digitalcollections.core.model.api.paging.PageResponse<ContentTree> |
find(de.digitalcollections.core.model.api.paging.PageRequest pageRequest) |
ContentTree |
get(UUID uuid) |
List<ContentNode> |
getRootNodes(ContentTree contentTree) |
ContentTree |
save(ContentTree contentTree) |
void |
setRepository(ContentTreeRepository contentTreeRepository) |
ContentTree |
update(ContentTree contentTree) |
public long count()
count in interface IdentifiableService<ContentTree>public ContentTree create()
create in interface IdentifiableService<ContentTree>public de.digitalcollections.core.model.api.paging.PageResponse<ContentTree> find(de.digitalcollections.core.model.api.paging.PageRequest pageRequest)
find in interface IdentifiableService<ContentTree>public ContentTree get(UUID uuid)
get in interface IdentifiableService<ContentTree>public List<ContentNode> getRootNodes(ContentTree contentTree)
getRootNodes in interface ContentTreeService<ContentTree>public ContentTree save(ContentTree contentTree) throws IdentifiableServiceException
save in interface IdentifiableService<ContentTree>IdentifiableServiceExceptionpublic ContentTree update(ContentTree contentTree) throws IdentifiableServiceException
update in interface IdentifiableService<ContentTree>IdentifiableServiceExceptionpublic void setRepository(ContentTreeRepository contentTreeRepository)
Copyright © 2018. All rights reserved.