Class LoanRescheduleRequestWritePlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformServiceImpl
- All Implemented Interfaces:
org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformService
@Service
public class LoanRescheduleRequestWritePlatformServiceImpl
extends Object
implements org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultapprove(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) org.apache.fineract.infrastructure.core.data.CommandProcessingResultcreate(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) create a new instance of the LoanRescheduleRequest object from the JsonCommand object and persistorg.apache.fineract.infrastructure.core.data.CommandProcessingResultreject(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
-
Constructor Details
-
LoanRescheduleRequestWritePlatformServiceImpl
public LoanRescheduleRequestWritePlatformServiceImpl()
-
-
Method Details
-
create
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) create a new instance of the LoanRescheduleRequest object from the JsonCommand object and persist- Specified by:
createin interfaceorg.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformService- Returns:
- CommandProcessingResult object
-
approve
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult approve(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) - Specified by:
approvein interfaceorg.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformService
-
reject
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult reject(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) - Specified by:
rejectin interfaceorg.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformService
-