Subversion Repositories SmartDukaan

Rev

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

Rev 29269 Rev 29285
Line 15... Line 15...
15
	void addAuthUser(AuthUser authUser) throws ProfitMandiBusinessException;
15
	void addAuthUser(AuthUser authUser) throws ProfitMandiBusinessException;
16
	void changePassword(String emailOrMobile, String oldHashedPassword, String hashedPassword)
16
	void changePassword(String emailOrMobile, String oldHashedPassword, String hashedPassword)
17
			throws ProfitMandiBusinessException;
17
			throws ProfitMandiBusinessException;
18
	
18
	
19
	String getNameByEmailId(String email);
19
	String getNameByEmailId(String email);
20
	List<Integer> getDirectReportee(int authId);
20
	List<Integer> getDirectReportees(int authId);
-
 
21
	List<Integer> getAllReportees(int authId);
21
	
22
	
22
}
23
}