david-PC\david
2018-06-12 f240ac3ccd37c541cab2c21cfc433d3510999a3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
package straumann;
 
import java.lang.reflect.Array;
import java.util.List;
 
import foundation.callable.Callable;
import foundation.persist.sql.NamedSQL;
 
public class ChartConsole extends Callable{
    
    @Override
    protected void doReceive(String[] paths) throws Exception {
        if (paths.length == 2) {
            String operator = paths[1];
            
            if ("getChartOperator".equalsIgnoreCase(operator)) {
                getChartOperator();
            }
        }
        
    }
 
    private void getChartOperator() throws Exception {
        String categoryList [] = new ChartConsole()  = [];
        String sqlName = request.getParameter("sqlname");
        String xType = request.getParameter("xtype");
        String haveRate = request.getParameter("haveRate");
        NamedSQL namedSQL = NamedSQL.getInstance("getDistributorTotalKPI");
        
        
    }
}