Interface CMSTypeRestrictionDao

All Known Implementing Classes:
DefaultCMSTypeRestrictionDao

public interface CMSTypeRestrictionDao
The Interface CMSTypeRestrictionDao for finding valid component types (type restrictions).
  • Method Details

    • getTypeRestrictionsForPageTemplate

      List<CMSComponentTypeModel> getTypeRestrictionsForPageTemplate(PageTemplateModel pageTemplate)
      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 CMSComponentTypeModel that are valid for the given page template.