Subversion Repositories SmartDukaan

Rev

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

Rev 32172 Rev 32822
Line 45... Line 45...
45
 
45
 
46
	void updateRisk();
46
	void updateRisk();
47
 
47
 
48
	List<Loan> getDefaultLoan();
48
	List<Loan> getDefaultLoan();
49
 
49
 
-
 
50
	List<Loan> getLoanALert();
-
 
51
 
50
	public List<Loan> getDueDateCrossLoan();
52
	public List<Loan> getDueDateCrossLoan();
51
 
53
 
52
	public boolean isDefaultLoan(int loanId, LocalDate time);
54
	public boolean isDefaultLoan(int loanId, LocalDate time);
53
 
55
 
54
 
56