public interface PageDao
Modifier and Type | Method and Description |
---|---|
Page |
addPage(Page clonedPage) |
void |
delete(Page page) |
void |
detachPage(Page page) |
List<Page> |
findPageByURI(SandBox sandBox,
Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
findPageByURI(SandBox sandBox,
Locale locale,
String uri) |
Page |
readPageById(Long id) |
Map<String,PageField> |
readPageFieldsByPage(Page page) |
PageTemplate |
readPageTemplateById(Long id) |
Page |
updatePage(Page page) |
Copyright © 2013. All rights reserved.