Class UserPropertiesRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.usermanager.ext.server.properties.UserPropertiesRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,UserPropertiesRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class UserPropertiesRpcServiceImpl
extends SecuredRemoteServiceServlet
implements UserPropertiesRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionUserPropertiesRpcServiceImpl(DtoService dtoService, UserManagerService userService, UserPropertiesService userPropertiesService) -
Method Summary
Modifier and TypeMethodDescriptionUserDtoupdateProperties(UserDto userDto, List<UserPropertyDto> addedProperties, List<UserPropertyDto> modifiedProperties, List<UserPropertyDto> removedProperties) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
UserPropertiesRpcServiceImpl
public UserPropertiesRpcServiceImpl(DtoService dtoService, UserManagerService userService, UserPropertiesService userPropertiesService)
-
-
Method Details
-
updateProperties
public UserDto updateProperties(UserDto userDto, List<UserPropertyDto> addedProperties, List<UserPropertyDto> modifiedProperties, List<UserPropertyDto> removedProperties) throws ServerCallFailedException - Specified by:
updatePropertiesin interfaceUserPropertiesRpcService- Throws:
ServerCallFailedException
-
getPropertyKeys
- Specified by:
getPropertyKeysin interfaceUserPropertiesRpcService- Throws:
ServerCallFailedException
-