Uses of Class
net.datenwerke.security.service.usermanager.entities.OrganisationalUnit
Packages that use OrganisationalUnit
Package
Description
-
Uses of OrganisationalUnit in net.datenwerke.security.service.usermanager
Methods in net.datenwerke.security.service.usermanager that return types with arguments of type OrganisationalUnitModifier and TypeMethodDescriptionUserManagerService.getAllOUs()UserManagerServiceImpl.getAllOUs()UserManagerService.getOUs(Collection<Long> ids) UserManagerServiceImpl.getOUs(Collection<Long> ids) UserManagerService.getOUsByName(String name) Searches for aOrganisationalUnitby its nameUserManagerServiceImpl.getOUsByName(String name) Methods in net.datenwerke.security.service.usermanager with parameters of type OrganisationalUnitModifier and TypeMethodDescriptionUserManagerService.getGroupsWithMember(OrganisationalUnit ou) UserManagerServiceImpl.getGroupsWithMember(OrganisationalUnit ou) -
Uses of OrganisationalUnit in net.datenwerke.security.service.usermanager.entities
Methods in net.datenwerke.security.service.usermanager.entities that return types with arguments of type OrganisationalUnitMethods in net.datenwerke.security.service.usermanager.entities with parameters of type OrganisationalUnitModifier and TypeMethodDescriptionvoidGroup.addOu(OrganisationalUnit ou) voidGroup.removeOu(OrganisationalUnit ou) Method parameters in net.datenwerke.security.service.usermanager.entities with type arguments of type OrganisationalUnit -
Uses of OrganisationalUnit in net.datenwerke.security.service.usermanager.entities.post
Methods in net.datenwerke.security.service.usermanager.entities.post with parameters of type OrganisationalUnitModifier and TypeMethodDescriptionvoidOU2DtoPostProcessor.dtoCreated(OrganisationalUnit ou, OrganisationalUnitDto ouDto) voidOU2DtoPostProcessor.dtoInstantiated(OrganisationalUnit arg0, OrganisationalUnitDto arg1)