@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) |
Webpage |
save(Webpage webpage,
UUID websiteUuid) |
void |
setRepository(WebpageRepository webpageRepository) |
Webpage |
update(Webpage webpage) |
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) throws IdentifiableServiceException
save in interface IdentifiableService<Webpage>IdentifiableServiceExceptionpublic Webpage save(Webpage webpage, UUID websiteUuid) throws IdentifiableServiceException
save in interface WebpageService<Webpage>IdentifiableServiceExceptionpublic Webpage update(Webpage webpage) throws IdentifiableServiceException
update in interface IdentifiableService<Webpage>IdentifiableServiceExceptionpublic void setRepository(WebpageRepository webpageRepository)
Copyright © 2018. All rights reserved.