Subversion Repositories SmartDukaan

Rev

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

Rev 12626 Rev 13425
Line 38... Line 38...
38
	public static final long MOBILE_ACCESSORIES_CATEGORY = 10011;
38
	public static final long MOBILE_ACCESSORIES_CATEGORY = 10011;
39
	public static final long TABLETS_CATEGORY = 10010;
39
	public static final long TABLETS_CATEGORY = 10010;
40
    public static final long LAPTOPS_CATEGORY = 10050;
40
    public static final long LAPTOPS_CATEGORY = 10050;
41
    public static final long CAMERAS_CATEGORY = 11001;
41
    public static final long CAMERAS_CATEGORY = 11001;
42
    
42
    
-
 
43
    @SuppressWarnings("serial")
-
 
44
	public static final Map<String, String> NET_BANKING_CODES_MAP = Collections.unmodifiableMap(
-
 
45
    		new HashMap<String, String>(){
-
 
46
	    		{
-
 
47
	    			put("1004","AXIB");
-
 
48
	    			put("1127","CITNB");
-
 
49
	    			put("1135","CRPB");
-
 
50
	    			put("1029","FEDB");
-
 
51
	    			put("1007","HDFB");
-
 
52
	    			put("1016","ICIB");
-
 
53
	    			put("1147","CBIB");
-
 
54
	    			put("1146","YESB");
-
 
55
	    			put("1214","BOIB");
-
 
56
	    			put("1215","CUBB");
-
 
57
	    			put("1216","UNIB");
-
 
58
	    			put("1224","CABB");
-
 
59
/*	    			put("1154","");
-
 
60
	    			put("1210","");
-
 
61
	    			put("1148","");
-
 
62
	    			put("1273","");*/
-
 
63
	    			put("1015","JAKB");
-
 
64
	    			put("1133","KRKB");
-
 
65
	    			put("1032","SBIB");
-
 
66
	    			put("1034","SBHB");
-
 
67
	    			put("1038","SBMB");
-
 
68
	    			put("1039","SBTB");
-
 
69
	    			put("1143","INDB");
-
 
70
	    			put("1212","UBIB");
-
 
71
	    			put("1213","INOB");
-
 
72
	    			put("1229","BOMB");
-
 
73
	    		}
-
 
74
    		});
-
 
75
    
43
    static Map<Long, String> providersMap;
76
    static Map<Long, String> providersMap;
44
    static Map<Long, String> mobileProvidersMap;
77
    static Map<Long, String> mobileProvidersMap;
45
    static Map<Long, String> dthProvidersMap;
78
    static Map<Long, String> dthProvidersMap;
46
    static Map<Long, List<RechargePlan>> operatorPlanMap = new HashMap<Long, List<RechargePlan>>(); 
79
    static Map<Long, List<RechargePlan>> operatorPlanMap = new HashMap<Long, List<RechargePlan>>(); 
47
    private static Map<String, Map<String, String>> uriOperatorMap = new HashMap<String, Map<String,String>>();
80
    private static Map<String, Map<String, String>> uriOperatorMap = new HashMap<String, Map<String,String>>();