Uses of Class
org.openiam.idm.srvc.user.dto.Supervisor
-
-
Uses of Supervisor in org.openiam.base.response.data
Methods in org.openiam.base.response.data that return Supervisor Modifier and Type Method Description Supervisor
SupervisorResponse. getSupervisor()
Methods in org.openiam.base.response.data with parameters of type Supervisor Modifier and Type Method Description void
SupervisorResponse. setSupervisor(Supervisor supervisor)
-
Uses of Supervisor in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return types with arguments of type Supervisor Modifier and Type Method Description List<Supervisor>
UserRabbitMQService. getSupervisors(String id, UserCollection[] dependants, int from, int size)
List<Supervisor>
UserRabbitMQService. getSupervisorsWithTypes(String id, UserCollection[] dependants, int from, int size)
-
Uses of Supervisor in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return Supervisor Modifier and Type Method Description Supervisor
SupervisorDozerConverter. convertDTO(Supervisor entity, boolean isDeep)
Supervisor
SupervisorDozerConverter. convertToDTO(SupervisorEntity userEntity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type Supervisor Modifier and Type Method Description List<Supervisor>
SupervisorDozerConverter. convertToDTOList(List<SupervisorEntity> list, boolean isDeep)
Set<Supervisor>
SupervisorDozerConverter. convertToDTOSet(Set<SupervisorEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type Supervisor Modifier and Type Method Description Supervisor
SupervisorDozerConverter. convertDTO(Supervisor entity, boolean isDeep)
SupervisorEntity
SupervisorDozerConverter. convertToEntity(Supervisor entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type Supervisor Modifier and Type Method Description List<SupervisorEntity>
SupervisorDozerConverter. convertToEntityList(List<Supervisor> list, boolean isDeep)
Set<SupervisorEntity>
SupervisorDozerConverter. convertToEntitySet(Set<Supervisor> set, boolean isDeep)
-
Uses of Supervisor in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return Supervisor Modifier and Type Method Description Supervisor
UserDataService. findSupervisorDto(String superiorId, String subordinateId)
Gets Supervisor for given search criteria.Supervisor
UserDataService. getPrimarySupervisorDto(String employeeId)
Returns the primary supervisor for this employee.Methods in org.openiam.esb.core.user.service that return types with arguments of type Supervisor Modifier and Type Method Description List<Supervisor>
UserDataService. findSupervisors(SupervisorSearchBean sb)
Returns list of Supervisor objects for given search criteria.List<Supervisor>
UserDataService. getAllSuperiorsDto(int from, int size)
Returns list of User objects for given range. -
Uses of Supervisor in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return Supervisor Modifier and Type Method Description Supervisor
UserMgr. findSupervisorDto(String superiorId, String subordinateId)
Supervisor
UserMgr. getPrimarySupervisorDto(String employeeId)
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type Supervisor Modifier and Type Method Description List<Supervisor>
UserMgr. findSupervisors(SupervisorSearchBean sb)
List<Supervisor>
UserMgr. getAllSuperiorsDto(int from, int size)
-
Uses of Supervisor in org.openiam.idm.provisioning.diff.model.user
Constructors in org.openiam.idm.provisioning.diff.model.user with parameters of type Supervisor Constructor Description SuperiorSubordinateDiff(Supervisor newObject, Supervisor oldObject)
-
Uses of Supervisor in org.openiam.idm.srvc.user.dto
Methods in org.openiam.idm.srvc.user.dto with parameters of type Supervisor Modifier and Type Method Description void
User. addSubordinate(Supervisor supervisor)
-
Uses of Supervisor in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return Supervisor Modifier and Type Method Description Supervisor
UserDataWebService. findSupervisor(String superiorId, String subordinateId)
gets a supervisor Object based on the Superior ID and Subordinate IDSupervisor
UserDataWebServiceImpl. findSupervisor(String superiorId, String subordinateId)
Supervisor
UserDataWebService. getPrimarySupervisor(String employeeId)
Returns the primary supervisor for this employee.Supervisor
UserDataWebServiceImpl. getPrimarySupervisor(String employeeId)
Methods in org.openiam.srvc.user that return types with arguments of type Supervisor Modifier and Type Method Description List<Supervisor>
UserDataWebService. findSupervisors(SupervisorSearchBean supervisorSearchBean)
Call to find supervisors by various criteriaList<Supervisor>
UserDataWebServiceImpl. findSupervisors(SupervisorSearchBean supervisorSearchBean)
List<Supervisor>
UserDataWebService. getAllSuperiors(int from, int size)
returns a paged List of all Supervisors in the systemList<Supervisor>
UserDataWebServiceImpl. getAllSuperiors(int from, int size)
-