Revision 39:e450611bea1f src/my/com/upass/maybank/MaybankFacadeImpl.java

View differences:

src/my/com/upass/maybank/MaybankFacadeImpl.java
24 24

  
25 25
	@Override
26 26
	public int newAdminUser(
27
			String appAccessId, String hashedSecretKey, 
27
			String appAccessId, String hashedSecretKey,
28 28
			String username, String hashedPassword) {
29
		
29

  
30 30
		throw new NotImplementedException();
31 31
	}
32 32

  
......
46 46
	}
47 47

  
48 48
	@Override
49
	public int changePan(
50
			String appAccessId, String hashedSecretKey, 
51
			String username, String pan1) {
52
		
49
	public int convertPublicToM2u(
50
			String appAccessId, String hashedSecretKey,
51
			String username, String pan1, String pan2) {
52

  
53 53
		// TODO Auto-generated method stub
54 54
		throw new NotImplementedException();
55 55
	}
56 56

  
57 57
	@Override
58
	public int changePan2(
59
			String appAccessId, String hashedSecretKey, 
60
			String username, String pan2) {
61
		
58
	public ResponseElement lookupUsername(
59
			String appAccessId, String hashedSecretKey,
60
			String username) {
61

  
62
		final Response response = super.lookupUsername_internal(appAccessId, hashedSecretKey, username);
63
		return new ResponseElement(response);
64
	}
65

  
66
	@Override
67
	public ResponseElement lookupPublicUserName(
68
			String appAccessId, String hashedSecretKey,
69
			String username) {
70

  
62 71
		// TODO Auto-generated method stub
63 72
		throw new NotImplementedException();
64 73
	}
65 74

  
66 75
	@Override
67
	public int convertPublicToM2u(
68
			String appAccessId, String hashedSecretKey, 
69
			String username, String pan1, String pan2) {
70
		
71
		// TODO Auto-generated method stub
72
		throw new NotImplementedException();
73
	}
74

  
75
	@Override
76
	public ResponseElement lookupUserName(
77
			String appAccessId, String hashedSecretKey, 
78
			String username) {
79
		
80
		// TODO Auto-generated method stub
81
		throw new NotImplementedException();
82
	}
83

  
84
	@Override
85
	public ResponseElement lookupPublicUserName(
86
			String appAccessId, String hashedSecretKey, 
87
			String username) {
88
		
89
		// TODO Auto-generated method stub
90
		throw new NotImplementedException();
91
	}
92

  
93
	@Override
94
	public ResponseElement lookupUserNameByGroup(
76
	public ResponseElement lookupUsernameByGroup(
95 77
			String appAccessId, String hashedSecretKey,
96 78
			String username) {
97
		
79

  
98 80
		// TODO Auto-generated method stub
99 81
		throw new NotImplementedException();
100 82
	}
101 83

  
102 84
	@Override
103 85
	public ResponseElement lookupPan(
104
			String appAccessId, String hashedSecretKey, 
86
			String appAccessId, String hashedSecretKey,
105 87
			String pan1) {
106
		
88

  
107 89
		// TODO Auto-generated method stub
108 90
		throw new NotImplementedException();
109 91
	}
110 92

  
111 93
	@Override
112 94
	public ResponseElement lookupPan2(
113
			String appAccessId, String hashedSecretKey, 
95
			String appAccessId, String hashedSecretKey,
114 96
			String pan2) {
115
		
97

  
116 98
		// TODO Auto-generated method stub
117 99
		throw new NotImplementedException();
118 100
	}
......
121 103
	public ResponseElement lookupPanCc(
122 104
			String appAccessId, String hashedSecretKey,
123 105
			String panCC) {
124
		
106

  
125 107
		// TODO Auto-generated method stub
126 108
		throw new NotImplementedException();
127 109
	}
128 110

  
129 111
	@Override
130 112
	public int deleteUser(
131
			String appAccessId, String hashedSecretKey, 
113
			String appAccessId, String hashedSecretKey,
132 114
			String username) {
133
		
115

  
134 116
		// TODO Auto-generated method stub
135 117
		throw new NotImplementedException();
136 118
	}
137 119

  
138 120
	@Override
139 121
	public ResponseElement searchUserByFilter(
140
			String appAccessId, String hashedSecretKey, 
122
			String appAccessId, String hashedSecretKey,
141 123
			String searchFilter) {
142
		
124

  
125
		// TODO Auto-generated method stub
126
		throw new NotImplementedException();
127
	}
128

  
129
	@Override
130
	public int changeIdNo(
131
			String appAccessId, String hashedSecretKey,
132
			String username, String idNo) {
133

  
143 134
		// TODO Auto-generated method stub
144 135
		throw new NotImplementedException();
145 136
	}

Also available in: Unified diff