|
|
@ -1,4 +1,5 @@ |
|
|
|
<%@page import="java.util.HashMap"%> |
|
|
|
<%@page import="java.util.TreeMap"%> |
|
|
|
|
|
|
|
<%@page import="java.util.SortedMap"%> |
|
|
|
<%@page import="java.util.Map"%> |
|
|
|
<%@page import="java.util.Map"%> |
|
|
|
<%@page import="java.math.BigInteger"%> |
|
|
|
<%@page import="java.math.BigInteger"%> |
|
|
|
<%@page import="java.util.ArrayList"%> |
|
|
|
<%@page import="java.util.ArrayList"%> |
|
|
@ -25,8 +26,8 @@ |
|
|
|
List<Object[]> j = IntPraticaLocalServiceUtil.filtraPraticheIntegrazioni(dataInizioLavori, dataFineLavori); |
|
|
|
List<Object[]> j = IntPraticaLocalServiceUtil.filtraPraticheIntegrazioni(dataInizioLavori, dataFineLavori); |
|
|
|
Map<String, BigInteger> stati; |
|
|
|
Map<String, BigInteger> stati; |
|
|
|
Map<String, BigInteger> integrazioni; |
|
|
|
Map<String, BigInteger> integrazioni; |
|
|
|
stati = new HashMap<String, BigInteger>(); |
|
|
|
stati = new TreeMap<String, BigInteger>(); |
|
|
|
integrazioni = new HashMap<String, BigInteger>(); |
|
|
|
integrazioni = new TreeMap<String, BigInteger>(); |
|
|
|
for(int p=1;p<=10;p++){ |
|
|
|
for(int p=1;p<=10;p++){ |
|
|
|
stati.put("P"+p, BigInteger.valueOf(0)); |
|
|
|
stati.put("P"+p, BigInteger.valueOf(0)); |
|
|
|
stati.put("Q"+p, BigInteger.valueOf(0)); |
|
|
|
stati.put("Q"+p, BigInteger.valueOf(0)); |
|
|
@ -77,7 +78,7 @@ |
|
|
|
for(int p=1;p<=10;p++){ |
|
|
|
for(int p=1;p<=10;p++){ |
|
|
|
stati.put("P"+p, BigInteger.valueOf(0)); |
|
|
|
stati.put("P"+p, BigInteger.valueOf(0)); |
|
|
|
stati.put("Q"+p, BigInteger.valueOf(0)); |
|
|
|
stati.put("Q"+p, BigInteger.valueOf(0)); |
|
|
|
integrazioni.put("Q"+p, BigInteger.valueOf(0)); |
|
|
|
integrazioni.put("P"+p, BigInteger.valueOf(0)); |
|
|
|
integrazioni.put("Q"+p, BigInteger.valueOf(0)); |
|
|
|
integrazioni.put("Q"+p, BigInteger.valueOf(0)); |
|
|
|
} |
|
|
|
} |
|
|
|
%> |
|
|
|
%> |
|
|
|