Class LoanProductWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.portfolio.loanproduct.service.LoanProductWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
org.apache.fineract.portfolio.loanproduct.service.LoanProductWritePlatformService
public class LoanProductWritePlatformServiceJpaRepositoryImpl
extends Object
implements org.apache.fineract.portfolio.loanproduct.service.LoanProductWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateLoanProduct(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateLoanProduct(Long loanProductId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
LoanProductWritePlatformServiceJpaRepositoryImpl
public LoanProductWritePlatformServiceJpaRepositoryImpl()
-
-
Method Details
-
createLoanProduct
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createLoanProduct(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createLoanProductin interfaceorg.apache.fineract.portfolio.loanproduct.service.LoanProductWritePlatformService
-
updateLoanProduct
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateLoanProduct(Long loanProductId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updateLoanProductin interfaceorg.apache.fineract.portfolio.loanproduct.service.LoanProductWritePlatformService
-