Package com.hlcl.rql.util.as

Examples of com.hlcl.rql.util.as.PageArrayList.select()


   */
  public PageArrayList getNotAllowedChildPages() throws RQLException {

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

  /**
   * Liefert die Seite, die diesen MultiLink beinhaltet.
   */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.