Class StaffWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.organisation.staff.service.StaffWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
StaffWritePlatformService

public class StaffWritePlatformServiceJpaRepositoryImpl extends Object implements StaffWritePlatformService
  • Constructor Details

    • StaffWritePlatformServiceJpaRepositoryImpl

      public StaffWritePlatformServiceJpaRepositoryImpl()
  • Method Details

    • createStaff

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createStaff(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createStaff in interface StaffWritePlatformService
    • updateStaff

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateStaff(Long staffId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateStaff in interface StaffWritePlatformService