public class UserPropertiesRpcServiceImpl extends SecuredRemoteServiceServlet implements UserPropertiesRpcService
Constructor and Description |
---|
UserPropertiesRpcServiceImpl(DtoService dtoService,
UserManagerService userService,
UserPropertiesService userPropertiesService) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getPropertyKeys() |
UserDto |
updateProperties(UserDto userDto,
java.util.List<UserPropertyDto> addedProperties,
java.util.List<UserPropertyDto> modifiedProperties,
java.util.List<UserPropertyDto> removedProperties) |
getRequest
public UserPropertiesRpcServiceImpl(DtoService dtoService, UserManagerService userService, UserPropertiesService userPropertiesService)
public UserDto updateProperties(UserDto userDto, java.util.List<UserPropertyDto> addedProperties, java.util.List<UserPropertyDto> modifiedProperties, java.util.List<UserPropertyDto> removedProperties) throws ServerCallFailedException
updateProperties
in interface UserPropertiesRpcService
ServerCallFailedException
public java.util.List<java.lang.String> getPropertyKeys() throws ServerCallFailedException
getPropertyKeys
in interface UserPropertiesRpcService
ServerCallFailedException