Interface UserPropertiesRpcService
- All Known Implementing Classes:
UserPropertiesRpcServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface UserPropertiesRpcService
-
Method Summary
Modifier and TypeMethodDescriptionUserDtoupdateProperties(UserDto user, List<UserPropertyDto> addedProperties, List<UserPropertyDto> modifiedProperties, List<UserPropertyDto> removedProperties)
-
Method Details
-
getPropertyKeys
- Throws:
ServerCallFailedException
-
updateProperties
UserDto updateProperties(UserDto user, List<UserPropertyDto> addedProperties, List<UserPropertyDto> modifiedProperties, List<UserPropertyDto> removedProperties) throws ServerCallFailedException - Throws:
ServerCallFailedException
-