Class RepaymentWithPostDatedChecksWritePlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.repaymentwithpostdatedchecks.service.RepaymentWithPostDatedChecksWritePlatformServiceImpl
- All Implemented Interfaces:
RepaymentWithPostDatedChecksWritePlatformService
public class RepaymentWithPostDatedChecksWritePlatformServiceImpl
extends Object
implements RepaymentWithPostDatedChecksWritePlatformService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultbouncePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeletePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdatePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Field Details
-
NAME
- See Also:
-
AMOUNT
- See Also:
-
ACCOUNT_NO
- See Also:
-
LOCALE
- See Also:
-
CHECK_NO
- See Also:
-
INSTALLMENT_ID
- See Also:
-
REPAYMENT_WITH_POST_DATED_CHECKS
- See Also:
-
-
Constructor Details
-
RepaymentWithPostDatedChecksWritePlatformServiceImpl
public RepaymentWithPostDatedChecksWritePlatformServiceImpl()
-
-
Method Details
-
updatePostDatedChecks
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updatePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updatePostDatedChecksin interfaceRepaymentWithPostDatedChecksWritePlatformService
-
bouncePostDatedChecks
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult bouncePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
bouncePostDatedChecksin interfaceRepaymentWithPostDatedChecksWritePlatformService
-
deletePostDatedChecks
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deletePostDatedChecks(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
deletePostDatedChecksin interfaceRepaymentWithPostDatedChecksWritePlatformService
-