Uses of Class
org.exoplatform.services.wcm.utils.AbstractQueryBuilder.ORDERBY

Packages that use AbstractQueryBuilder.ORDERBY
org.exoplatform.services.wcm.utils   
 

Uses of AbstractQueryBuilder.ORDERBY in org.exoplatform.services.wcm.utils
 

Methods in org.exoplatform.services.wcm.utils that return AbstractQueryBuilder.ORDERBY
static AbstractQueryBuilder.ORDERBY AbstractQueryBuilder.ORDERBY.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractQueryBuilder.ORDERBY[] AbstractQueryBuilder.ORDERBY.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.exoplatform.services.wcm.utils with parameters of type AbstractQueryBuilder.ORDERBY
abstract  void AbstractQueryBuilder.orderBy(java.lang.String properyName, AbstractQueryBuilder.ORDERBY orderby)
          Order by.
 void XPathQueryBuilder.orderBy(java.lang.String properyName, AbstractQueryBuilder.ORDERBY orderby)
           
 void SQLQueryBuilder.orderBy(java.lang.String properyName, AbstractQueryBuilder.ORDERBY orderby)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.