Subversion Repositories SmartDukaan

Rev

Rev 6888 | Rev 6998 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6888 Rev 6896
Line 46... Line 46...
46
                                                                                                                                                      RechargeOrderStatus.RECHARGE_FAILED_REFUNDED,
46
                                                                                                                                                      RechargeOrderStatus.RECHARGE_FAILED_REFUNDED,
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 final List<String> multiValuedFacet = Arrays.asList("F_50006");
51
    public static String[] facetDefIDs = new String[] {
52
    public static String[] facetDefIDs = new String[] {
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", "F_50031" };
53
    	"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", "F_50031", "F_50032" };
53
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Availability", "Data Connectivity", 
54
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Availability", "Data Connectivity", 
54
    	"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor",
55
    	"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor",
55
    	"Capacity", "Class", "Capacity", "Capacity", "Type", "Interface", "Resolution", "Optical Zoom", "Display Size", "Effective Resolution", "Availability", "Operating System" };
56
    	"Capacity", "Class", "Capacity", "Capacity", "Type", "Interface", "Resolution", "Optical Zoom", "Display Size", "Effective Resolution", "Availability", "Operating System", "Screen Size" };
56
    
57
    
57
    public static String[] rootfacetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001","F_50028"};
58
    public static String[] rootfacetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001","F_50028"};
58
    public static String[] rootfacetLabels = new String[] {"Category","Sub Category","Price", "Brand","Availability"};
59
    public static String[] rootfacetLabels = new String[] {"Category","Sub Category","Price", "Brand","Availability"};
59
    
60
    
60
    static {
61
    static {