Subversion Repositories SmartDukaan

Rev

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

Rev 30771 Rev 34077
Line 15... Line 15...
15
	void changePassword(String emailOrMobile, String oldHashedPassword, String hashedPassword)
15
	void changePassword(String emailOrMobile, String oldHashedPassword, String hashedPassword)
16
			throws ProfitMandiBusinessException;
16
			throws ProfitMandiBusinessException;
17
	
17
	
18
	String getNameByEmailId(String email);
18
	String getNameByEmailId(String email);
19
	List<Integer> getDirectReportees(int authId);
19
	List<Integer> getDirectReportees(int authId);
-
 
20
 
-
 
21
	List<AuthUser> getAllManagers(int authId);
-
 
22
 
20
	List<Integer> getAllReportees(int authId);
23
	List<Integer> getAllReportees(int authId);
21
 
24
 
22
 
25
 
23
}
26
}