Interface PageTemplateFacade
-
- All Known Implementing Classes:
DefaultPageTemplateFacade
public interface PageTemplateFacadeComponent facade interface which deals with methods related to page operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PageTemplateData>findPageTemplates(PageTemplateDTO pageTemplateDTO)Retrieves the list of page templates matching the given filters and filtered by type.
-
-
-
Method Detail
-
findPageTemplates
java.util.List<PageTemplateData> findPageTemplates(PageTemplateDTO pageTemplateDTO)
Retrieves the list of page templates matching the given filters and filtered by type. If the user doesnot have access to the provided page typeCode, thenTypePermissionExceptionis thrown.- Parameters:
pageTemplateDTO- dto containing search restrictions- Returns:
- a list of
PageTemplateData
-
-