Interface CMSTypeRestrictionDao
- All Known Implementing Classes:
DefaultCMSTypeRestrictionDao
public interface CMSTypeRestrictionDao
The Interface CMSTypeRestrictionDao for finding valid component types (type restrictions).
-
Method Summary
Modifier and TypeMethodDescriptiongetTypeRestrictionsForPageTemplate(PageTemplateModel pageTemplate) This method finds all valid component types (type restrictions) for the given page template.
-
Method Details
-
getTypeRestrictionsForPageTemplate
This method finds all valid component types (type restrictions) for the given page template.- Parameters:
pageTemplate- - the Page Template for which to find its valid component types- Returns:
- the list of
CMSComponentTypeModelthat are valid for the given page template.
-