Class B2BDocumentDueDateRangePredicate
- java.lang.Object
-
- de.hybris.platform.accountsummaryaddon.document.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 Summary
Constructors Constructor Description B2BDocumentDueDateRangePredicate(NumberOfDayRange dateRange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(java.lang.Object doc)
-
-
-
Constructor Detail
-
B2BDocumentDueDateRangePredicate
public B2BDocumentDueDateRangePredicate(NumberOfDayRange dateRange)
-
-