Interface AppUserWritePlatformService
- All Known Implementing Classes:
AppUserWritePlatformServiceJpaRepositoryImpl
public interface AppUserWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultchangeUserPassword(Long userId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateUser(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteUser(Long userId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateUser(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
-