Uses of Class
org.openiam.idm.srvc.user.dto.TerminatedUserDto
-
Packages that use TerminatedUserDto Package Description org.openiam.esb.core.batch.tasks org.openiam.esb.core.user.service org.openiam.esb.core.user.service.impl -
-
Uses of TerminatedUserDto in org.openiam.esb.core.batch.tasks
Methods in org.openiam.esb.core.batch.tasks that return types with arguments of type TerminatedUserDto Modifier and Type Method Description List<TerminatedUserDto>
TerminatedUsersReportHelper. getTerminatedUsers(Set<String> targetUsers, Date fromDate, Date toDate)
-
Uses of TerminatedUserDto in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return types with arguments of type TerminatedUserDto Modifier and Type Method Description List<TerminatedUserDto>
UserDataService. getTerminatedUserListForReport(Set<String> targetUsers, Date fromDate, Date toDate)
-
Uses of TerminatedUserDto in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type TerminatedUserDto Modifier and Type Method Description List<TerminatedUserDto>
UserMgr. getTerminatedUserListForReport(Set<String> targetUsers, Date fromDate, Date toDate)
-