Uses of Class
net.datenwerke.security.client.usermanager.dto.ie.StrippedDownUser
Packages that use StrippedDownUser
Package
Description
-
Uses of StrippedDownUser in net.datenwerke.rs.core.server.reportexport.events
Methods in net.datenwerke.rs.core.server.reportexport.events that return types with arguments of type StrippedDownUser -
Uses of StrippedDownUser in net.datenwerke.rs.emaildatasink.client.emaildatasink
Method parameters in net.datenwerke.rs.emaildatasink.client.emaildatasink with type arguments of type StrippedDownUserModifier and TypeMethodDescriptionvoidEmailDatasinkDao.exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String name, String folder, boolean compressed, String subject, String message, List<StrippedDownUser> recipients, <any> callback) -
Uses of StrippedDownUser in net.datenwerke.rs.emaildatasink.client.emaildatasink.rpc
Method parameters in net.datenwerke.rs.emaildatasink.client.emaildatasink.rpc with type arguments of type StrippedDownUserModifier and TypeMethodDescriptionvoidEmailDatasinkRpcService.exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed, String subject, String message, List<StrippedDownUser> recipients) voidEmailDatasinkRpcServiceAsync.exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String name, String folder, boolean compressed, String subject, String message, List<StrippedDownUser> recipients, <any> transformAndKeepCallback) -
Uses of StrippedDownUser in net.datenwerke.rs.emaildatasink.server.emaildatasink
Method parameters in net.datenwerke.rs.emaildatasink.server.emaildatasink with type arguments of type StrippedDownUserModifier and TypeMethodDescriptionvoidEmailDatasinkRpcServiceImpl.exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, String folder, boolean compressed, String subject, String message, List<StrippedDownUser> recipients) -
Uses of StrippedDownUser in net.datenwerke.rs.scheduler.client.scheduler.dto
Methods in net.datenwerke.rs.scheduler.client.scheduler.dto that return StrippedDownUserMethods in net.datenwerke.rs.scheduler.client.scheduler.dto that return types with arguments of type StrippedDownUserMethods in net.datenwerke.rs.scheduler.client.scheduler.dto with parameters of type StrippedDownUserModifier and TypeMethodDescriptionvoidReportScheduleDefinition.setScheduledBy(StrippedDownUser scheduledBy) Method parameters in net.datenwerke.rs.scheduler.client.scheduler.dto with type arguments of type StrippedDownUserModifier and TypeMethodDescriptionvoidReportScheduleDefinition.setOwners(List<StrippedDownUser> owners) -
Uses of StrippedDownUser in net.datenwerke.rs.scheduler.client.scheduler.schedulereportlist.dto
Methods in net.datenwerke.rs.scheduler.client.scheduler.schedulereportlist.dto that return StrippedDownUserMethods in net.datenwerke.rs.scheduler.client.scheduler.schedulereportlist.dto with parameters of type StrippedDownUserModifier and TypeMethodDescriptionvoidReportScheduleJobListInformation.setScheduledBy(StrippedDownUser scheduledBy) -
Uses of StrippedDownUser in net.datenwerke.security.client.usermanager.dto.ie
Methods in net.datenwerke.security.client.usermanager.dto.ie that return StrippedDownUserModifier and TypeMethodDescriptionstatic StrippedDownUserStrippedDownUser.fromUser(UserDto user) -
Uses of StrippedDownUser in net.datenwerke.security.ext.client.usermanager
Methods in net.datenwerke.security.ext.client.usermanager that return types with arguments of type StrippedDownUserModifier and TypeMethodDescriptionLoadableListStore<ListLoadConfig, StrippedDownUser, <any>> UserManagerUIService.getStrippedUserStore()LoadableListStore<ListLoadConfig, StrippedDownUser, <any>> UserManagerUIServiceImpl.getStrippedUserStore()Method parameters in net.datenwerke.security.ext.client.usermanager with type arguments of type StrippedDownUserModifier and TypeMethodDescriptionvoidUserManagerDao.fillStrippedDownUsersInfo(Collection<StrippedDownUser> users, <any> callback) -
Uses of StrippedDownUser in net.datenwerke.security.ext.client.usermanager.rpc
Methods in net.datenwerke.security.ext.client.usermanager.rpc that return types with arguments of type StrippedDownUserModifier and TypeMethodDescriptionUserManagerRpcService.getStrippedDownUsers(Collection<Long> ids) -
Uses of StrippedDownUser in net.datenwerke.security.ext.server.usermanager
Methods in net.datenwerke.security.ext.server.usermanager that return types with arguments of type StrippedDownUserModifier and TypeMethodDescriptionUserManagerRpcServiceImpl.getStrippedDownUsers(Collection<Long> ids)