com.hlcl.rql.util.as
Class PageGuidMapPageFilter

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

public class PageGuidMapPageFilter
extends PageFilterImpl

Author:
lejafr Dieser Filer liefert true, falls die page guid der gegebenen Seite in der Map enthalten ist.

Constructor Summary
PageGuidMapPageFilter(java.util.Map pageGuidMap)
          constructor comment.
 
Method Summary
 boolean check(Page page)
          Liefert true, falls die page guid der gegebenen Seite in der Map enthalten ist.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageGuidMapPageFilter

public PageGuidMapPageFilter(java.util.Map pageGuidMap)
constructor comment.

Method Detail

check

public boolean check(Page page)
              throws RQLException
Liefert true, falls die page guid der gegebenen Seite in der Map enthalten ist.

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