Class EditPostDatedChecksHandler
java.lang.Object
org.apache.fineract.portfolio.repaymentwithpostdatedchecks.handler.EditPostDatedChecksHandler
- All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler
@Service
@CommandType(entity="REPAYMENT_WITH_POSTDATEDCHECKS",
action="UPDATE")
public class EditPostDatedChecksHandler
extends Object
implements org.apache.fineract.commands.handler.NewCommandSourceHandler
-
Constructor Summary
ConstructorsConstructorDescriptionEditPostDatedChecksHandler(RepaymentWithPostDatedChecksWritePlatformService repaymentWithPostDatedChecksWritePlatformService) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultprocessCommand(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
EditPostDatedChecksHandler
@Autowired public EditPostDatedChecksHandler(RepaymentWithPostDatedChecksWritePlatformService repaymentWithPostDatedChecksWritePlatformService)
-
-
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
-