Class LoanPointInTimeServiceImpl
java.lang.Object
org.apache.fineract.portfolio.loanaccount.service.LoanPointInTimeServiceImpl
- All Implemented Interfaces:
LoanPointInTimeService
@Service
@Transactional
public class LoanPointInTimeServiceImpl
extends Object
implements LoanPointInTimeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieveAt(Long loanId, LocalDate date) retrieveAt(List<Long> loanIds, LocalDate date)
-
Constructor Details
-
LoanPointInTimeServiceImpl
public LoanPointInTimeServiceImpl()
-
-
Method Details
-
retrieveAt
- Specified by:
retrieveAtin interfaceLoanPointInTimeService
-
retrieveAt
- Specified by:
retrieveAtin interfaceLoanPointInTimeService
-