Class CollateralManagementWritePlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.collateralmanagement.service.CollateralManagementWritePlatformServiceImpl
- All Implemented Interfaces:
CollateralManagementWritePlatformService
public class CollateralManagementWritePlatformServiceImpl
extends Object
implements CollateralManagementWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateCollateral(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteCollateral(Long collateralId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateCollateral(Long collateralId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
-
Constructor Details
-
CollateralManagementWritePlatformServiceImpl
public CollateralManagementWritePlatformServiceImpl()
-
-
Method Details
-
createCollateral
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createCollateral(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) - Specified by:
createCollateralin interfaceCollateralManagementWritePlatformService
-
updateCollateral
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCollateral(Long collateralId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) - Specified by:
updateCollateralin interfaceCollateralManagementWritePlatformService
-
deleteCollateral
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteCollateral(Long collateralId) - Specified by:
deleteCollateralin interfaceCollateralManagementWritePlatformService
-