Revision 41:758ee93c26ca src/my/com/upass/maybank/MaybankFacade.java

View differences:

src/my/com/upass/maybank/MaybankFacade.java
41 41
			@WebParam(name = "hashedSecretKey") String hashedSecretKey,
42 42
			@WebParam(name = "username") String username);
43 43

  
44
	/*
45
	 * TODO: What kind of grouping is currently supported?
46
	 * As for the parameter:
47
	 * Instead of username, shouldn't it be groupname?
48
	 */
44 49
	@WebResult(name = "responseElement")
45 50
	ResponseElement lookupUsernameByGroup(
46 51
			@WebParam(name = "appAccessId") String appAccessId,
47 52
			@WebParam(name = "hashedSecretKey") String hashedSecretKey,
48 53
			@WebParam(name = "username") String username);
49 54

  
50
	/*
51
	 * TODO: What kind of grouping is currently supported?
52
	 * As for the parameter:
53
	 * Instead of username, shouldn't it be groupname?
54
	 */
55 55
	@WebResult(name = "responseElement")
56
	ResponseElement lookupPan(
56
	ResponseElement lookupPan1(
57 57
			@WebParam(name = "appAccessId") String appAccessId,
58 58
			@WebParam(name = "hashedSecretKey") String hashedSecretKey,
59 59
			@WebParam(name = "pan1") String pan1);
......
80 80
	ResponseListElement searchUserByFilter(
81 81
			@WebParam(name = "appAccessId") String appAccessId,
82 82
			@WebParam(name = "hashedSecretKey") String hashedSecretKey,
83
			@XmlJavaTypeAdapter(MapAdapter.class) 
84
			@WebParam(name = "searchFilter") Map<String, String> searchFilter);
83
			@XmlJavaTypeAdapter(MapAdapter.class) @WebParam(name = "searchFilter") Map<String, String> searchFilter);
85 84

  
86 85
	@WebResult(name = "responseCode")
87 86
	int changeIdNo(

Also available in: Unified diff