Subversion Repositories SmartDukaan

Rev

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

Rev 26422 Rev 26460
Line 59... Line 59...
59
 
59
 
60
	public Map<Integer, List<Integer>> getAuthUserIdPartnerIdMapping();
60
	public Map<Integer, List<Integer>> getAuthUserIdPartnerIdMapping();
61
 
61
 
62
	public List<String> getAuthUserByPartnerId(int fofoId);
62
	public List<String> getAuthUserByPartnerId(int fofoId);
63
 
63
 
64
	public Map<Integer, List<Integer>> getL1L2Mapping();
64
	public Map<Integer, List<Integer>> getL2L1Mapping();
65
 
65
 
66
 
66
 
67
}
67
}