Class PageService
java.lang.Object
com.persequor.saga.modules.mobile.service.PageService
- All Implemented Interfaces:
IPageService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deletePage
(Page page) getAncestry
(List<Page> allPages, String childPageId) getPages()
getPagesById
(Set<UUID> ids) getSubMenuPages
(PageConfiguration pageConfiguration) void
-
Constructor Details
-
PageService
-
-
Method Details
-
savePage
- Specified by:
savePage
in interfaceIPageService
-
deletePage
- Specified by:
deletePage
in interfaceIPageService
-
getPages
- Specified by:
getPages
in interfaceIPageService
-
getPage
- Specified by:
getPage
in interfaceIPageService
-
getPagesById
- Specified by:
getPagesById
in interfaceIPageService
-
getSubMenuPages
- Specified by:
getSubMenuPages
in interfaceIPageService
-
getAncestry
- Specified by:
getAncestry
in interfaceIPageService
-