Class B2BDocumentDueDateRangePredicate

java.lang.Object
de.hybris.platform.b2bacceleratorservices.document.B2BDocumentDueDateRangePredicate
All Implemented Interfaces:
org.apache.commons.collections.Predicate

public class B2BDocumentDueDateRangePredicate extends Object implements org.apache.commons.collections.Predicate
Predicate uses to filter all B2B Documents for a specific range of due dates.
  • Constructor Details

    • B2BDocumentDueDateRangePredicate

      public B2BDocumentDueDateRangePredicate(NumberOfDayRange dateRange)
  • Method Details

    • evaluate

      public boolean evaluate(Object doc)
      Specified by:
      evaluate in interface org.apache.commons.collections.Predicate