Package com.hlcl.rql.util.as

Examples of com.hlcl.rql.util.as.TemplatesPageFilter


   * Liefert eine Liste von Kindseiten, deren Template an diesem MultiLink nicht vorbelegt sind.
   */
  public PageArrayList getNotAllowedChildPages() throws RQLException {

    PageArrayList childs = getChildPages();
    TemplatesPageFilter filter = new TemplatesPageFilter(getAllowedTemplateNames(","), ",", true);
    return childs.select(filter);
  }
View Full Code Here

TOP

Related Classes of com.hlcl.rql.util.as.TemplatesPageFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.