Modifier and Type | Method and Description |
---|---|
UserDto |
LoginHandler.isAuthenticated() |
Modifier and Type | Method and Description |
---|---|
UserDto |
LoginHandlerImpl.isAuthenticated() |
Modifier and Type | Method and Description |
---|---|
Widget |
LocalDecimalFormatUserProfileViewContentHooker.getComponent(UserDto user) |
Modifier and Type | Method and Description |
---|---|
Widget |
PdfPreviewUserProfileViewContentHooker.getComponent(UserDto user) |
Modifier and Type | Method and Description |
---|---|
Widget |
UserProfileViewContentHook.getComponent(UserDto user) |
Modifier and Type | Method and Description |
---|---|
void |
UserDtoSetStatusPostProcessor.adaptDto(User user,
UserDto userDto) |
Modifier and Type | Method and Description |
---|---|
void |
AccountInhibitionServiceDao.getAccountInhibitionConfiguration(UserDto user,
<any> callback) |
void |
AccountInhibitionServiceDao.getInhibitionState(UserDto user,
<any> callback) |
Modifier and Type | Method and Description |
---|---|
AccountInhibitionConfiguration |
AccountInhibitionRpcService.getAccountInhibitionConfiguration(UserDto user) |
void |
AccountInhibitionRpcServiceAsync.getAccountInhibitionConfiguration(UserDto user,
<any> callback) |
InhibitionState |
AccountInhibitionRpcService.getInhibitionState(UserDto user) |
void |
AccountInhibitionRpcServiceAsync.getInhibitionState(UserDto user,
<any> callback) |
Modifier and Type | Method and Description |
---|---|
void |
ActivateUserRpcService.activateAccount(UserDto user,
boolean force) |
void |
ActivateUserRpcServiceAsync.activateAccount(UserDto user,
boolean force,
<any> callback) |
void |
ActivateUserServiceDao.activateAccount(UserDto user,
boolean force,
<any> callback) |
Modifier and Type | Method and Description |
---|---|
void |
ActivateUserRpcServiceImpl.activateAccount(UserDto user,
boolean force) |
AccountInhibitionConfiguration |
AccountInhibitionRpcServiceImpl.getAccountInhibitionConfiguration(UserDto user) |
InhibitionState |
AccountInhibitionRpcServiceImpl.getInhibitionState(UserDto user) |
Modifier and Type | Method and Description |
---|---|
void |
UserDtoSetStatusPostProcessor.adaptDto(User user,
UserDto userDto) |
Modifier and Type | Method and Description |
---|---|
UserDto |
ReportScheduleDefinition.getExecutor() |
UserDto |
ReportServerJobFilterDto.getFromUser() |
UserDto |
ReportServerJobFilterDto.getOwner() |
UserDto |
ReportServerJobFilterDto.getScheduledBy() |
UserDto |
ReportServerJobFilterDto.getToUser() |
Modifier and Type | Method and Description |
---|---|
static PropertyAccessor<ReportServerJobFilterDto,UserDto> |
ReportServerJobFilterDto.getFromUserPropertyAccessor() |
static PropertyAccessor<ReportServerJobFilterDto,UserDto> |
ReportServerJobFilterDto.getOwnerPropertyAccessor() |
static PropertyAccessor<ReportServerJobFilterDto,UserDto> |
ReportServerJobFilterDto.getScheduledByPropertyAccessor() |
static PropertyAccessor<ReportServerJobFilterDto,UserDto> |
ReportServerJobFilterDto.getToUserPropertyAccessor() |
Modifier and Type | Method and Description |
---|---|
void |
ReportScheduleDefinition.setExecutor(UserDto executor) |
void |
ReportServerJobFilterDto.setFromUser(UserDto fromUser) |
void |
ReportServerJobFilterDto.setOwner(UserDto owner) |
void |
ReportServerJobFilterDto.setScheduledBy(UserDto scheduledBy) |
void |
ReportServerJobFilterDto.setToUser(UserDto toUser) |
Modifier and Type | Method and Description |
---|---|
UserDto |
SchedulerUsersConfigurationForm.getExecutor() |
Modifier and Type | Method and Description |
---|---|
UserDto |
ReportScheduleJobListInformation.getExecutor() |
Modifier and Type | Method and Description |
---|---|
boolean |
ReportScheduleJobInformation.isOwner(UserDto user) |
void |
ReportScheduleJobListInformation.setExecutor(UserDto executor) |
Modifier and Type | Method and Description |
---|---|
UserDto |
TeamSpaceDto.getOwner() |
Modifier and Type | Method and Description |
---|---|
static PropertyAccessor<TeamSpaceDto,UserDto> |
TeamSpaceDto.getOwnerPropertyAccessor() |
Modifier and Type | Method and Description |
---|---|
static StrippedDownTeamSpaceMemberDto |
StrippedDownTeamSpaceMemberDto.createForOwner(UserDto user) |
void |
TeamSpaceDto.setOwner(UserDto owner) |
Modifier and Type | Method and Description |
---|---|
UserDto |
AuthenticateResultDto.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticateResultDto.setUser(UserDto user) |
Constructor and Description |
---|
AuthenticateResultDto(boolean valid,
UserDto user) |
Modifier and Type | Method and Description |
---|---|
void |
GroupDto.setUsers(java.util.Set<UserDto> users) |
Modifier and Type | Class and Description |
---|---|
class |
UserDtoDec
Dto Decorator for
UserDto |
Modifier and Type | Method and Description |
---|---|
static StrippedDownUser |
StrippedDownUser.fromUser(UserDto user) |
Modifier and Type | Method and Description |
---|---|
void |
UserManagerDao.changeActiveUserData(UserDto userDto,
<any> callback) |
void |
UserManagerDao.getOrganisationalUnitDetailsAsHtml(UserDto userDto,
<any> callback) |
void |
UserManagerDao.getUserDetailsAsHtml(UserDto userDto,
<any> callback) |
void |
UserManagerDao.getUserGroupDetailsAsHtml(UserDto userDto,
<any> callback) |
Modifier and Type | Method and Description |
---|---|
UserDto |
SFFCUserSelector.getUser() |
Modifier and Type | Method and Description |
---|---|
UserDto |
UserManagerRpcService.changeActiveUserData(UserDto userDto) |
Modifier and Type | Method and Description |
---|---|
UserDto |
UserManagerRpcService.changeActiveUserData(UserDto userDto) |
void |
UserManagerRpcServiceAsync.changeActiveUserData(UserDto userDto,
<any> callback) |
SafeHtml |
UserManagerRpcService.getOrganisationalUnitDetailsAsHtml(UserDto userDto) |
void |
UserManagerRpcServiceAsync.getOrganisationalUnitDetailsAsHtml(UserDto userDto,
<any> callback) |
SafeHtml |
UserManagerRpcService.getUserDetailsAsHtml(UserDto userDto) |
void |
UserManagerRpcServiceAsync.getUserDetailsAsHtml(UserDto userDto,
<any> callback) |
SafeHtml |
UserManagerRpcService.getUserGroupDetailsAsHtml(UserDto userDto) |
void |
UserManagerRpcServiceAsync.getUserGroupDetailsAsHtml(UserDto userDto,
<any> callback) |
Modifier and Type | Method and Description |
---|---|
UserDto |
UserManagerRpcServiceImpl.changeActiveUserData(UserDto userDto) |
Modifier and Type | Method and Description |
---|---|
UserDto |
UserManagerRpcServiceImpl.changeActiveUserData(UserDto userDto) |
SafeHtml |
UserManagerRpcServiceImpl.getOrganisationalUnitDetailsAsHtml(UserDto userDto) |
SafeHtml |
UserManagerRpcServiceImpl.getUserDetailsAsHtml(UserDto userDto) |
SafeHtml |
UserManagerRpcServiceImpl.getUserGroupDetailsAsHtml(UserDto userDto) |
Modifier and Type | Method and Description |
---|---|
User |
Dto2UserGenerator.createPoso(UserDto dto) |
User |
Dto2UserGenerator.createUnmanagedPoso(UserDto dto) |
User |
Dto2UserGenerator.loadAndMergePoso(UserDto dto) |
User |
Dto2UserGenerator.loadPoso(UserDto dto) |
void |
Dto2UserGenerator.mergePoso(UserDto dto,
User poso) |
void |
Dto2UserGenerator.mergeUnmanagedPoso(UserDto dto,
User poso) |
void |
Dto2UserGenerator.postProcessCreate(UserDto dto,
User poso) |
void |
Dto2UserGenerator.postProcessCreateUnmanaged(UserDto dto,
User poso) |
void |
Dto2UserGenerator.postProcessLoad(UserDto dto,
User poso) |
void |
Dto2UserGenerator.postProcessMerge(UserDto dto,
User poso) |
Modifier and Type | Method and Description |
---|---|
void |
User2DtoPostProcessor.dtoCreated(User user,
UserDto userDto) |
void |
User2DtoPostProcessor.dtoInstantiated(User arg0,
UserDto arg1) |
Modifier and Type | Method and Description |
---|---|
void |
UserDtoPostProcessorHook.adaptDto(User user,
UserDto userDto) |
Modifier and Type | Method and Description |
---|---|
Widget |
UserProfileViewContentHook.getComponent(UserDto user) |
Modifier and Type | Method and Description |
---|---|
void |
UserPropertiesDao.updateProperties(UserDto user,
java.util.List<UserPropertyDto> addedProperties,
java.util.List<UserPropertyDto> modifiedProperties,
java.util.List<UserPropertyDto> removedProperties,
<any> callback) |
Modifier and Type | Method and Description |
---|---|
UserDto |
UserPropertiesRpcService.updateProperties(UserDto user,
java.util.List<UserPropertyDto> addedProperties,
java.util.List<UserPropertyDto> modifiedProperties,
java.util.List<UserPropertyDto> removedProperties) |
Modifier and Type | Method and Description |
---|---|
UserDto |
UserPropertiesRpcService.updateProperties(UserDto user,
java.util.List<UserPropertyDto> addedProperties,
java.util.List<UserPropertyDto> modifiedProperties,
java.util.List<UserPropertyDto> removedProperties) |
void |
UserPropertiesRpcServiceAsync.updateProperties(UserDto user,
java.util.List<UserPropertyDto> addedProperties,
java.util.List<UserPropertyDto> modifiedProperties,
java.util.List<UserPropertyDto> removedProperties,
<any> callback) |
Modifier and Type | Method and Description |
---|---|
UserDto |
UserPropertiesRpcServiceImpl.updateProperties(UserDto userDto,
java.util.List<UserPropertyDto> addedProperties,
java.util.List<UserPropertyDto> modifiedProperties,
java.util.List<UserPropertyDto> removedProperties) |
Modifier and Type | Method and Description |
---|---|
UserDto |
UserPropertiesRpcServiceImpl.updateProperties(UserDto userDto,
java.util.List<UserPropertyDto> addedProperties,
java.util.List<UserPropertyDto> modifiedProperties,
java.util.List<UserPropertyDto> removedProperties) |