Class WithdrawClientCommandHandler
java.lang.Object
org.apache.fineract.portfolio.client.handler.WithdrawClientCommandHandler
- All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler
@Service
@CommandType(entity="CLIENT",
action="WITHDRAW")
public class WithdrawClientCommandHandler
extends Object
implements org.apache.fineract.commands.handler.NewCommandSourceHandler
-
Constructor Summary
ConstructorsConstructorDescriptionWithdrawClientCommandHandler(ClientWritePlatformService clientWritePlatformService) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultprocessCommand(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
WithdrawClientCommandHandler
@Autowired public WithdrawClientCommandHandler(ClientWritePlatformService clientWritePlatformService)
-
-
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
-