Interface AppUserWritePlatformService

All Known Implementing Classes:
AppUserWritePlatformServiceJpaRepositoryImpl

public interface AppUserWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    changeUserPassword(Long userId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createUser(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteUser(Long userId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateUser(Long userId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • createUser

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createUser(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • changeUserPassword

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult changeUserPassword(Long userId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateUser

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateUser(Long userId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteUser

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteUser(Long userId)