Subversion Repositories SmartDukaan

Rev

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

Rev 31020 Rev 31110
Line 43... Line 43...
43
 
43
 
44
	public List<Loan> getDefaultLoan();
44
	public List<Loan> getDefaultLoan();
45
 
45
 
46
	public boolean isDefaultLoan(int loanId, LocalDate time);
46
	public boolean isDefaultLoan(int loanId, LocalDate time);
47
 
47
 
48
	public void setLimit(int fofoId, BigDecimal availableLimit, BigDecimal utiliazationAmount);
-
 
49
}
48
}