Package com.tridion.broker.querying.sorting

Examples of com.tridion.broker.querying.sorting.SortParameter


    curentToken = tokens.getFirst();
    while (curentToken != null) {
      SortColumn sortColumn = getSortColumn();
      SortDirection sortDirection = getSortDirection();
      log.debug("Add SortParameter(" + sortColumn + ", " + sortDirection + ")");
      sortParameters.add(new SortParameter(sortColumn, sortDirection));
    }
  }
View Full Code Here

TOP

Related Classes of com.tridion.broker.querying.sorting.SortParameter

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.