Class RecurringDepositAccountApplicationWithdrawnByApplicantCommandHandler
java.lang.Object
org.apache.fineract.portfolio.savings.handler.RecurringDepositAccountApplicationWithdrawnByApplicantCommandHandler
- All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler
@Service
@CommandType(entity="RECURRINGDEPOSITACCOUNT",
action="WITHDRAW")
public class RecurringDepositAccountApplicationWithdrawnByApplicantCommandHandler
extends Object
implements org.apache.fineract.commands.handler.NewCommandSourceHandler
-
Constructor Summary
ConstructorsConstructorDescriptionRecurringDepositAccountApplicationWithdrawnByApplicantCommandHandler(org.apache.fineract.portfolio.savings.service.DepositApplicationProcessWritePlatformService depositAccountWritePlatformService) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultprocessCommand(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
RecurringDepositAccountApplicationWithdrawnByApplicantCommandHandler
@Autowired public RecurringDepositAccountApplicationWithdrawnByApplicantCommandHandler(org.apache.fineract.portfolio.savings.service.DepositApplicationProcessWritePlatformService depositAccountWritePlatformService)
-
-
Method Details
-
processCommand
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult processCommand(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
processCommandin interfaceorg.apache.fineract.commands.handler.NewCommandSourceHandler
-