@Service public class WebpageServiceImpl extends Object implements WebpageService<Webpage>
| Constructor and Description |
|---|
WebpageServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
Webpage |
create() |
de.digitalcollections.core.model.api.paging.PageResponse<Webpage> |
find(de.digitalcollections.core.model.api.paging.PageRequest pageRequest) |
Webpage |
get(UUID uuid) |
Webpage |
save(Webpage webpage,
org.springframework.validation.Errors results) |
Webpage |
save(Webpage webpage,
UUID websiteUUID,
org.springframework.validation.Errors results) |
void |
setWebpageRepository(WebpageRepository webpageRepository) |
Webpage |
update(Webpage webpage,
org.springframework.validation.Errors results) |
public long count()
count in interface IdentifiableService<Webpage>public Webpage create()
create in interface IdentifiableService<Webpage>public de.digitalcollections.core.model.api.paging.PageResponse<Webpage> find(de.digitalcollections.core.model.api.paging.PageRequest pageRequest)
find in interface IdentifiableService<Webpage>public Webpage get(UUID uuid)
get in interface IdentifiableService<Webpage>public Webpage save(Webpage webpage, org.springframework.validation.Errors results) throws IdentifiableServiceException
save in interface IdentifiableService<Webpage>IdentifiableServiceExceptionpublic Webpage save(Webpage webpage, UUID websiteUUID, org.springframework.validation.Errors results) throws IdentifiableServiceException
save in interface WebpageService<Webpage>IdentifiableServiceExceptionpublic void setWebpageRepository(WebpageRepository webpageRepository)
public Webpage update(Webpage webpage, org.springframework.validation.Errors results) throws IdentifiableServiceException
update in interface IdentifiableService<Webpage>IdentifiableServiceExceptionCopyright © 2018. All rights reserved.