W - domain objectpublic interface WebpageService<W extends Webpage> extends ResourceService<W>
| Modifier and Type | Method and Description |
|---|---|
W |
get(UUID uuid,
Locale locale) |
W |
save(W webpage,
UUID uuid) |
W get(UUID uuid, Locale locale) throws IdentifiableServiceException
IdentifiableServiceExceptionW save(W webpage, UUID uuid) throws IdentifiableServiceException
IdentifiableServiceExceptionCopyright © 2018. All rights reserved.