Uses of Class
org.openiam.idm.searchbeans.SupervisorSearchBean
-
-
Uses of SupervisorSearchBean in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service with parameters of type SupervisorSearchBean Modifier and Type Method Description List<Supervisor>UserDataService. findSupervisors(SupervisorSearchBean sb)Returns list of Supervisor objects for given search criteria.UserListResponseUserDataService. getSubordinatesDto(SupervisorSearchBean sb, UserCollection[] dependants, int from, int size, List<SortParam> sortBy)Returns list of User objects, this list contains subordinate users for given user id(their superior). -
Uses of SupervisorSearchBean in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl with parameters of type SupervisorSearchBean Modifier and Type Method Description List<Supervisor>UserMgr. findSupervisors(SupervisorSearchBean sb)UserListResponseUserMgr. getSubordinatesDto(SupervisorSearchBean sb, UserCollection[] dependants, int from, int size, List<SortParam> sortBy)this is the best we can do w/ current supervisors <-> superiors implementation TODO: review / rewrite supervisors <-> superiors approach in 4.2.2+ -
Uses of SupervisorSearchBean in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom with parameters of type SupervisorSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<SupervisorEntity>SupervisorRepositoryCustom. find(SupervisorSearchBean searchBean, org.springframework.data.domain.Pageable pageable)find items by search bean -
Uses of SupervisorSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type SupervisorSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<SupervisorEntity>SupervisorRepositoryImpl. find(SupervisorSearchBean sb, org.springframework.data.domain.Pageable pageable) -
Uses of SupervisorSearchBean in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type SupervisorSearchBean Modifier and Type Method Description List<Supervisor>UserDataWebService. findSupervisors(SupervisorSearchBean supervisorSearchBean)Call to find supervisors by various criteriaList<Supervisor>UserDataWebServiceImpl. findSupervisors(SupervisorSearchBean supervisorSearchBean)
-