Class EmailWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.infrastructure.campaigns.email.service.EmailWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
EmailWritePlatformService
@Service
public class EmailWritePlatformServiceJpaRepositoryImpl
extends Object
implements EmailWritePlatformService
-
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
-
EmailWritePlatformServiceJpaRepositoryImpl
public EmailWritePlatformServiceJpaRepositoryImpl()
-
-
Method Details
-
create
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createin interfaceEmailWritePlatformService
-
update
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(Long resourceId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updatein interfaceEmailWritePlatformService
-
delete
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult delete(Long resourceId) - Specified by:
deletein interfaceEmailWritePlatformService
-