@Service public class WebsiteServiceImpl extends Object implements WebsiteService<Website>
| Constructor and Description |
|---|
WebsiteServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
Website |
create() |
de.digitalcollections.core.model.api.paging.PageResponse<Website> |
find(de.digitalcollections.core.model.api.paging.PageRequest pageRequest) |
Website |
get(UUID uuid) |
List<Webpage> |
getRootPages(Website website) |
Website |
save(Website website) |
void |
setRepository(WebsiteRepository websiteRepository) |
Website |
update(Website website) |
public long count()
count in interface IdentifiableService<Website>public Website create()
create in interface IdentifiableService<Website>public de.digitalcollections.core.model.api.paging.PageResponse<Website> find(de.digitalcollections.core.model.api.paging.PageRequest pageRequest)
find in interface IdentifiableService<Website>public Website get(UUID uuid)
get in interface IdentifiableService<Website>public List<Webpage> getRootPages(Website website)
getRootPages in interface WebsiteService<Website>public Website save(Website website) throws IdentifiableServiceException
save in interface IdentifiableService<Website>IdentifiableServiceExceptionpublic Website update(Website website) throws IdentifiableServiceException
update in interface IdentifiableService<Website>IdentifiableServiceExceptionpublic void setRepository(WebsiteRepository websiteRepository)
Copyright © 2018. All rights reserved.