|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PageDao
Created by bpolster.
| Method Summary | |
|---|---|
Page |
addPage(Page clonedPage)
|
void |
delete(Page page)
|
void |
detachPage(Page page)
|
List<Page> |
findPageByURI(Locale fullLocale,
Locale languageOnlyLocale,
String uri)
|
List<Page> |
findPageByURI(Locale locale,
String uri)
|
List<Page> |
readAllPages()
Returns all pages, regardless of any sandbox they are apart of |
List<PageTemplate> |
readAllPageTemplates()
Returns all page templates, regardless of any sandbox they are apart of |
Page |
readPageById(Long id)
|
PageTemplate |
readPageTemplateById(Long id)
|
PageTemplate |
savePageTemplate(PageTemplate template)
Saves the given PageTemplate |
Page |
updatePage(Page page)
|
| Method Detail |
|---|
Page readPageById(Long id)
PageTemplate readPageTemplateById(Long id)
PageTemplate savePageTemplate(PageTemplate template)
PageTemplate
template - the PageTemplate to save
PageTemplatePage updatePage(Page page)
void delete(Page page)
Page addPage(Page clonedPage)
List<Page> readAllPages()
List<PageTemplate> readAllPageTemplates()
PageTemplates configured in the system
List<Page> findPageByURI(Locale fullLocale,
Locale languageOnlyLocale,
String uri)
List<Page> findPageByURI(Locale locale,
String uri)
void detachPage(Page page)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||