Interface SiteChannelValidationStrategy
-
- All Known Implementing Classes:
DefaultSiteChannelValidationStrategy
public interface SiteChannelValidationStrategyStrategy interface for site channel validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvalidateSiteChannel(SiteChannel siteChannel)Validates theSiteChannel.
-
-
-
Method Detail
-
validateSiteChannel
boolean validateSiteChannel(SiteChannel siteChannel)
Validates theSiteChannel.- Parameters:
siteChannel- theSiteChannelto validate.- Returns:
trueif theSiteChannelis supported,falseotherwise
-
-