Examples of SaikuUniqueNameComparator


Examples of org.saiku.olap.util.SaikuUniqueNameComparator

                mset.add(m);
              }
            }

            members = ObjectUtil.convert2Simple(mset);
            Collections.sort(members, new SaikuUniqueNameComparator());

            break;
          }
          posIndex++;
        }
View Full Code Here

Examples of org.saiku.olap.util.SaikuUniqueNameComparator

//System.out.println("Header Time: " + new Double(header - start).intValue());
//System.out.println("Body   Time: " + new Double(body - header).intValue());
//System.out.println("Rest   Time: " + new Double(end- body).intValue());
      members = ObjectUtil.convert2Simple(mset);
      Collections.sort(members, new SaikuUniqueNameComparator());
      LOG.debug("Create Filters: Found members in the result or query: " + members.size());

      return new SaikuFilter(filtername, null, dimension, hierarchy, members);
    } catch (Exception e) {
      throw new SaikuServiceException("Error getFilter:" + filtername + " for query: " + queryName, e);
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.