Class RecurringDepositProductWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
org.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformService
public class RecurringDepositProductWritePlatformServiceJpaRepositoryImpl
extends Object
implements org.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreate(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultorg.apache.fineract.infrastructure.core.data.CommandProcessingResult
-
Constructor Details
-
RecurringDepositProductWritePlatformServiceJpaRepositoryImpl
public RecurringDepositProductWritePlatformServiceJpaRepositoryImpl()
-
-
Method Details
-
create
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createin interfaceorg.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformService
-
update
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updatein interfaceorg.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformService
-
delete
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult delete(Long productId) - Specified by:
deletein interfaceorg.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformService
-