@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> |
getRootNodes(Website website) |
Website |
save(Website website,
org.springframework.validation.Errors results) |
void |
setWebsiteRepository(WebsiteRepository websiteRepository) |
Website |
update(Website website,
org.springframework.validation.Errors results) |
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>@Transactional(readOnly=false) public Website save(Website website, org.springframework.validation.Errors results) throws IdentifiableServiceException
save in interface IdentifiableService<Website>IdentifiableServiceException@Transactional(readOnly=false) public Website update(Website website, org.springframework.validation.Errors results) throws IdentifiableServiceException
update in interface IdentifiableService<Website>IdentifiableServiceExceptionpublic void setWebsiteRepository(WebsiteRepository websiteRepository)
public List<Webpage> getRootNodes(Website website)
getRootNodes in interface WebsiteService<Website>Copyright © 2018. All rights reserved.