Uses of Class
org.openiam.idm.srvc.user.domain.SupervisorEntity
-
-
Uses of SupervisorEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return SupervisorEntity Modifier and Type Method Description SupervisorEntitySupervisorDozerConverter. convertEntity(SupervisorEntity userEntity, boolean isDeep)SupervisorEntitySupervisorDozerConverter. convertToEntity(Supervisor entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type SupervisorEntity Modifier and Type Method Description List<SupervisorEntity>SupervisorDozerConverter. convertToEntityList(List<Supervisor> list, boolean isDeep)Set<SupervisorEntity>SupervisorDozerConverter. convertToEntitySet(Set<Supervisor> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type SupervisorEntity Modifier and Type Method Description SupervisorEntitySupervisorDozerConverter. convertEntity(SupervisorEntity userEntity, boolean isDeep)SupervisorSupervisorDozerConverter. convertToDTO(SupervisorEntity userEntity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type SupervisorEntity Modifier and Type Method Description List<Supervisor>SupervisorDozerConverter. convertToDTOList(List<SupervisorEntity> list, boolean isDeep)Set<Supervisor>SupervisorDozerConverter. convertToDTOSet(Set<SupervisorEntity> set, boolean isDeep) -
Uses of SupervisorEntity in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return SupervisorEntity Modifier and Type Method Description SupervisorEntityUserDataService. findSupervisor(String superiorId, String subordinateId)Gets SupervisorEntity for given search criteria.SupervisorEntityUserDataService. getPrimarySupervisor(String employeeId)Returns the primary supervisor for this employee.Methods in org.openiam.esb.core.user.service that return types with arguments of type SupervisorEntity Modifier and Type Method Description org.springframework.data.domain.Page<SupervisorEntity>UserDataService. getSuperiors(String userId, int from, int size)Returns list of UserEntity objects for given search criteria, it returns list of superiors for user. -
Uses of SupervisorEntity in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return SupervisorEntity Modifier and Type Method Description SupervisorEntityUserMgr. findSupervisor(String superiorId, String subordinateId)SupervisorEntityUserMgr. getPrimarySupervisor(String employeeId)Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type SupervisorEntity Modifier and Type Method Description org.springframework.data.domain.Page<SupervisorEntity>UserMgr. getSuperiors(String userId, int from, int size) -
Uses of SupervisorEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return SupervisorEntity Modifier and Type Method Description SupervisorEntitySupervisorRepository. findPrimarySupervisor(String employeeId)find findPrimarySupervisor by employeeIdMethods in org.openiam.esb.repository that return types with arguments of type SupervisorEntity Modifier and Type Method Description org.springframework.data.domain.Page<SupervisorEntity>SupervisorRepository. findSupervisors(String employeeId, org.springframework.data.domain.Pageable page) -
Uses of SupervisorEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type SupervisorEntity 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 SupervisorEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type SupervisorEntity Modifier and Type Method Description org.springframework.data.domain.Page<SupervisorEntity>SupervisorRepositoryImpl. find(SupervisorSearchBean sb, org.springframework.data.domain.Pageable pageable)
-