Class CollateralReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.collateral.service.CollateralReadPlatformServiceImpl
- All Implemented Interfaces:
CollateralReadPlatformService
public class CollateralReadPlatformServiceImpl
extends Object
implements CollateralReadPlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.portfolio.collateral.data.CollateralDataretrieveCollateral(Long loanId, Long collateralId) List<org.apache.fineract.portfolio.collateral.data.CollateralData> retrieveCollaterals(Long loanId) List<org.apache.fineract.portfolio.collateral.data.CollateralData> retrieveCollateralsForValidLoan(Long loanId) Validates the passed in loanId before retrieving Collaterals for the same
-
Constructor Details
-
CollateralReadPlatformServiceImpl
public CollateralReadPlatformServiceImpl()
-
-
Method Details
-
retrieveCollaterals
public List<org.apache.fineract.portfolio.collateral.data.CollateralData> retrieveCollaterals(Long loanId) - Specified by:
retrieveCollateralsin interfaceCollateralReadPlatformService
-
retrieveCollateral
public org.apache.fineract.portfolio.collateral.data.CollateralData retrieveCollateral(Long loanId, Long collateralId) - Specified by:
retrieveCollateralin interfaceCollateralReadPlatformService
-
retrieveCollateralsForValidLoan
public List<org.apache.fineract.portfolio.collateral.data.CollateralData> retrieveCollateralsForValidLoan(Long loanId) Description copied from interface:CollateralReadPlatformServiceValidates the passed in loanId before retrieving Collaterals for the same- Specified by:
retrieveCollateralsForValidLoanin interfaceCollateralReadPlatformService- Parameters:
loanId-- Returns:
-