com.hlcl.rql.util.as
Class LastChangedOnBeforePageFilter

java.lang.Object
  extended by com.hlcl.rql.util.as.PageFilterImpl
      extended by com.hlcl.rql.util.as.LastChangedOnBeforePageFilter
All Implemented Interfaces:
PageFilter

public class LastChangedOnBeforePageFilter
extends PageFilterImpl

Author:
lejafr Filtert alle Seiten, die vor (<, nicht =) dem gegebenen Datum geändert wurden.

Constructor Summary
LastChangedOnBeforePageFilter(ReddotDate marginDate)
          constructor comment.
 
Method Summary
 boolean check(Page page)
          Liefert true, falls die letze Änderung an der gegebenen Seite vor marginDate liegt.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastChangedOnBeforePageFilter

public LastChangedOnBeforePageFilter(ReddotDate marginDate)
constructor comment.

Method Detail

check

public boolean check(Page page)
              throws RQLException
Liefert true, falls die letze Änderung an der gegebenen Seite vor marginDate liegt.

Specified by:
check in interface PageFilter
Specified by:
check in class PageFilterImpl
Throws:
RQLException
See Also:
PageArrayList.select(PageFilter)