Package org.fao.geonet.repository.statistic

Examples of org.fao.geonet.repository.statistic.SearchRequestRepository.selectAllDistinctAttributes()


            dateFrom = new ISODate(dateFromParam);
            dateTo = new ISODate(dateToParam);

            // TODO : if ByServiceType
            if (byType) {
                final List<String> serviceTypes = requestRepository.selectAllDistinctAttributes(SearchRequest_
                        .service);
                for (String serviceType : serviceTypes) {
                    Element results = buildQuery(requestRepository, serviceType, dateFrom, dateTo, graphicType);

                    results.setAttribute("service", serviceType);
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.