Subversion Repositories SmartDukaan

Rev

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

Rev 35848 Rev 35878
Line 48... Line 48...
48
 
48
 
49
	void updateRisk();
49
	void updateRisk();
50
 
50
 
51
	List<Loan> getDefaultLoans();
51
	List<Loan> getDefaultLoans();
52
 
52
 
53
	List<Loan> getDefaultLoanWithoutLimit();
-
 
54
 
-
 
55
	public List<Loan> getDueDateCrossLoan();
53
	public List<Loan> getDueDateCrossLoan();
56
 
54
 
57
	public List<Loan> getAllActiveLoan();
55
	public List<Loan> getAllActiveLoan();
58
 
56
 
59
	public boolean isDefaultLoan(int loanId, LocalDate time);
57
	public boolean isDefaultLoan(int loanId, LocalDate time);