Class EmailPageTypeCodePredicate

java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.EmailPageTypeCodePredicate
All Implemented Interfaces:
Predicate<String>

@Deprecated(since="2005", forRemoval=true) public class EmailPageTypeCodePredicate extends Object implements Predicate<String>
Deprecated, for removal: This API element is subject to removal in a future version.
since 2005, no longer needed.
Predicate to test if a given page type code is a EmailPage code.

Note that the email page type is defined in acceleratorservices and having a reference to the model in this extension creates a circular dependency.

  • Constructor Details

    • EmailPageTypeCodePredicate

      public EmailPageTypeCodePredicate()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • test

      public boolean test(String pageTypeCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      test in interface Predicate<String>