Uses of Class
org.openiam.base.response.list.SimulationReqListResponse
-
Packages that use SimulationReqListResponse Package Description org.openiam.srvc.idm -
-
Uses of SimulationReqListResponse in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm that return SimulationReqListResponse Modifier and Type Method Description SimulationReqListResponse
ManagedSystemWebService. 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 reqsSimulationReqListResponse
ManagedSystemWebServiceImpl. fetchPendingSimulationReq(SimulationReqSearchBean searchBean)
SimulationReqListResponse
ManagedSystemWebService. 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.SimulationReqListResponse
ManagedSystemWebServiceImpl. getSimulationReqs(SimulationReqSearchBean searchBean, int from, int size)
-