Exemplo n.º 1
0
 @Override
 public IQuery descending(IParam theParam) {
   myParamName = Constants.PARAM_SORT_DESC;
   myParamValue = theParam.getParamName();
   return myFor;
 }
Exemplo n.º 2
0
 @Override
 public IQuery defaultOrder(IParam theParam) {
   myParamName = Constants.PARAM_SORT;
   myParamValue = theParam.getParamName();
   return myFor;
 }