Class CMSVersionBelongsToCMSItemPredicate

java.lang.Object
de.hybris.platform.cmsfacades.version.predicate.CMSVersionBelongsToCMSItemPredicate
All Implemented Interfaces:
BiPredicate<String,String>

public class CMSVersionBelongsToCMSItemPredicate extends Object implements BiPredicate<String,String>
Predicate to test if a cms version belongs to a cms item model

Returns TRUE if both the cms version and cms item exists AND the cms version belongs to the cms item; FALSE otherwise.

  • Constructor Details

    • CMSVersionBelongsToCMSItemPredicate

      public CMSVersionBelongsToCMSItemPredicate()
  • Method Details