| Line 47... |
Line 47... |
| 47 |
RechargeOrderStatus.PAYMENT_SUCCESSFUL}));
|
47 |
RechargeOrderStatus.PAYMENT_SUCCESSFUL}));
|
| 48 |
|
48 |
|
| 49 |
public static Map<RechargeOrderStatus, String> statusMap = new HashMap<RechargeOrderStatus, String>();
|
49 |
public static Map<RechargeOrderStatus, String> statusMap = new HashMap<RechargeOrderStatus, String>();
|
| 50 |
|
50 |
|
| 51 |
public static String[] facetDefIDs = new String[] {
|
51 |
public static String[] facetDefIDs = new String[] {
|
| 52 |
"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", "F_50028" };
|
52 |
"F_50010","F_50011","F_50002","F_50001", "F_50028", "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", "F_50028" };
|
| 53 |
public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity",
|
53 |
public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Availability", "Data Connectivity",
|
| 54 |
"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor",
|
54 |
"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor",
|
| 55 |
"Capacity", "Class", "Capacity", "Capacity", "Type", "Interface", "Resolution", "Optical Zoom", "Display Size", "Effective Resolution", "Availability" };
|
55 |
"Capacity", "Class", "Capacity", "Capacity", "Type", "Interface", "Resolution", "Optical Zoom", "Display Size", "Effective Resolution", "Availability" };
|
| 56 |
public static String[] rootfacetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001","F_50028"};
|
56 |
public static String[] rootfacetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001","F_50028"};
|
| 57 |
public static String[] rootfacetLabels = new String[] {"Category","Sub Category","Price", "Brand","Availability"};
|
57 |
public static String[] rootfacetLabels = new String[] {"Category","Sub Category","Price", "Brand","Availability"};
|
| 58 |
|
58 |
|