public class UserPropertiesDao extends Dao
| Constructor and Description | 
|---|
| UserPropertiesDao(UserPropertiesRpcServiceAsync rpcService) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | getPropertyKeys(<any> callback) | 
| void | updateProperties(UserDto user,
                java.util.List<UserPropertyDto> addedProperties,
                java.util.List<UserPropertyDto> modifiedProperties,
                java.util.List<UserPropertyDto> removedProperties,
                <any> callback) | 
detachDto, detachDtos, registerDto, registerDtoContainer, registerDtoContainer, registerDtospublic UserPropertiesDao(UserPropertiesRpcServiceAsync rpcService)
public void getPropertyKeys(<any> callback)
public void updateProperties(UserDto user, java.util.List<UserPropertyDto> addedProperties, java.util.List<UserPropertyDto> modifiedProperties, java.util.List<UserPropertyDto> removedProperties, <any> callback)