| Line 21... |
Line 21... |
| 21 |
public static final long MOBILE_PHONES_CATEGORY = 10001;
|
21 |
public static final long MOBILE_PHONES_CATEGORY = 10001;
|
| 22 |
public static final long MOBILE_ACCESSORIES_CATEGORY = 10011;
|
22 |
public static final long MOBILE_ACCESSORIES_CATEGORY = 10011;
|
| 23 |
public static final long TABLETS_CATEGORY = 10010;
|
23 |
public static final long TABLETS_CATEGORY = 10010;
|
| 24 |
public static final long LAPTOPS_CATEGORY = 10050;
|
24 |
public static final long LAPTOPS_CATEGORY = 10050;
|
| 25 |
|
25 |
|
| - |
|
26 |
public static String[] facetDefIDs = new String[] {
|
| - |
|
27 |
"F_50010","F_50011","F_50002","F_50001", "F_50006", "F_50007", "F_500012", "F_500013", "F_500014", "F_500015" };
|
| - |
|
28 |
public static String[] facetLabels = new String[] {"Category","Sub Category","Price",
|
| - |
|
29 |
"Brand", "Data Connectivity", "Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity"
|
| - |
|
30 |
};
|
| 26 |
private static String getExportPath(){
|
31 |
private static String getExportPath(){
|
| 27 |
String exportPath=null;
|
32 |
String exportPath=null;
|
| 28 |
ConfigClient client = ConfigClient.getClient();
|
33 |
ConfigClient client = ConfigClient.getClient();
|
| 29 |
try{
|
34 |
try{
|
| 30 |
exportPath = client.get("export_entities_path");
|
35 |
exportPath = client.get("export_entities_path");
|