Interface PageDisplayConditionService
- All Known Implementing Classes:
DefaultPageDisplayConditionService
public interface PageDisplayConditionService
Service to determine the display conditions available for all page types defined in a catalog version. A display
condition determines if a page is a PRIMARY page or a VARIATION page. It is used with page restrictions.
-
Method Summary
Modifier and TypeMethodDescriptionFinds all display conditions available for the active catalog version.getDisplayConditions(CatalogVersionModel catalogVersion) Finds all display conditions available for the given catalog version.
-
Method Details
-
getDisplayConditions
List<DisplayConditionData> getDisplayConditions()Finds all display conditions available for the active catalog version.- Returns:
- a list of
-
getDisplayConditions
Finds all display conditions available for the given catalog version.- Parameters:
catalogVersion- the catalog version- Returns:
- a list of
-