Class B2BDocumentDueDateRangePredicate

  • All Implemented Interfaces:
    org.apache.commons.collections.Predicate

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

      • B2BDocumentDueDateRangePredicate

        public B2BDocumentDueDateRangePredicate​(NumberOfDayRange dateRange)
    • Method Detail

      • evaluate

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