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) | 
getRequestpublic 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 UserPropertiesRpcServiceServerCallFailedExceptionpublic java.util.List<java.lang.String> getPropertyKeys()
                                                 throws ServerCallFailedException
getPropertyKeys in interface UserPropertiesRpcServiceServerCallFailedException