| Line 27... |
Line 27... |
| 27 |
public static final long TABLETS_CATEGORY = 10010;
|
27 |
public static final long TABLETS_CATEGORY = 10010;
|
| 28 |
public static final long LAPTOPS_CATEGORY = 10050;
|
28 |
public static final long LAPTOPS_CATEGORY = 10050;
|
| 29 |
public static final long CAMERAS_CATEGORY = 11001;
|
29 |
public static final long CAMERAS_CATEGORY = 11001;
|
| 30 |
|
30 |
|
| 31 |
public static String[] facetDefIDs = new String[] {
|
31 |
public static String[] facetDefIDs = new String[] {
|
| 32 |
"F_50010","F_50011","F_50002","F_50001", "F_50006", "F_50007", "F_50012", "F_50013", "F_50014", "F_50015", "F_50017", "F_50018", "F_50019", "F_50020", "F_50021", "F_50022", "F_50023", "F_50024", "F_50025", "F_50026" };
|
32 |
"F_50010","F_50011","F_50002","F_50001", "F_50006", "F_50007", "F_50012", "F_50013", "F_50014", "F_50015", "F_50017", "F_50018", "F_50019", "F_50020", "F_50021", "F_50022", "F_50023", "F_50024", "F_50025", "F_50026", "F_50027" };
|
| 33 |
public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity",
|
33 |
public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity",
|
| 34 |
"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor",
|
34 |
"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor",
|
| 35 |
"Capacity", "Class", "Capacity", "Capacity", "Type", "Interface", "Resolution", "Optical Zoom", "Display Size" };
|
35 |
"Capacity", "Class", "Capacity", "Capacity", "Type", "Interface", "Resolution", "Optical Zoom", "Display Size", "Effective Resolution" };
|
| 36 |
public static String[] rootfacetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001"};
|
36 |
public static String[] rootfacetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001"};
|
| 37 |
public static String[] rootfacetLabels = new String[] {"Category","Sub Category","Price", "Brand"};
|
37 |
public static String[] rootfacetLabels = new String[] {"Category","Sub Category","Price", "Brand"};
|
| 38 |
private static String getExportPath(){
|
38 |
private static String getExportPath(){
|
| 39 |
String exportPath=null;
|
39 |
String exportPath=null;
|
| 40 |
ConfigClient client = ConfigClient.getClient();
|
40 |
ConfigClient client = ConfigClient.getClient();
|