Uses of Class
org.openiam.idm.searchbeans.SimulationReqSearchBean
-
Packages that use SimulationReqSearchBean Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.repository.impl org.openiam.srvc.idm -
-
Uses of SimulationReqSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type SimulationReqSearchBean Modifier and Type Method Description List<SimulationProvReqDto>SimulationReqService. fetchPendingSimulationReq(SimulationReqSearchBean sb)org.springframework.data.domain.Page<SimulationProvReqDto>SimulationReqService. findBeans(SimulationReqSearchBean gpsb, int from, int size) -
Uses of SimulationReqSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type SimulationReqSearchBean Modifier and Type Method Description List<SimulationProvReqDto>SimulationReqServiceImpl. fetchPendingSimulationReq(SimulationReqSearchBean request)org.springframework.data.domain.Page<SimulationProvReqDto>SimulationReqServiceImpl. findBeans(SimulationReqSearchBean gpsb, int from, int size) -
Uses of SimulationReqSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type SimulationReqSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<SimulationProvReqEntity>SimulationProvReqRepositoryImpl. buildSpecifications(SimulationReqSearchBean sb) -
Uses of SimulationReqSearchBean in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm with parameters of type SimulationReqSearchBean Modifier and Type Method Description SimulationReqListResponseManagedSystemWebService. fetchPendingSimulationReq(SimulationReqSearchBean searchBean)This method takes bean on which SimulationReqs can be loaded along Bean for this method accepts ID of simulationReq obj based on which we load previously existing reqsSimulationReqListResponseManagedSystemWebServiceImpl. fetchPendingSimulationReq(SimulationReqSearchBean searchBean)SimulationReqListResponseManagedSystemWebService. getSimulationReqs(SimulationReqSearchBean searchBean, int from, int size)This method takes bean on which SimulationReqs can be loaded along with from and size Bean accepts several params like ManagedSys id, userID, groupId etc.SimulationReqListResponseManagedSystemWebServiceImpl. getSimulationReqs(SimulationReqSearchBean searchBean, int from, int size)
-