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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    create(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    delete(Long resourceId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    update(Long resourceId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      create in interface EmailWritePlatformService
    • update

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(Long resourceId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      update in interface EmailWritePlatformService
    • delete

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult delete(Long resourceId)
      Specified by:
      delete in interface EmailWritePlatformService