public interface DmPageNavigationOrderService
Modifier and Type | Method and Description |
---|---|
boolean |
addNavOrder(String site,
String path,
org.dom4j.Document doc)
Always adds/overwrites the Document element with new unique nav order
|
void |
deleteSequencesForSite(String site) |
double |
getNewNavOrder(String site,
String path)
Return new navigation order
|
double |
getNewNavOrder(String site,
String path,
double currentMaxNavOrder) |
int |
getPageNavigationOrderIncrement() |
boolean |
updateNavOrder(String site,
String path,
org.dom4j.Document document)
Updates the Document element with new unique nav order if one does not exist
|
boolean addNavOrder(String site, String path, org.dom4j.Document doc)
doc
- boolean updateNavOrder(String site, String path, org.dom4j.Document document)
document
- void deleteSequencesForSite(String site)
int getPageNavigationOrderIncrement()
Copyright © 2020 CrafterCMS. All rights reserved.