Uses of Class
org.openiam.idm.srvc.selfregistration.dto.NewStepBean
-
Packages that use NewStepBean Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.selfregistration -
-
Uses of NewStepBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type NewStepBean Modifier and Type Method Description SelfRegistrationStepDtoSelfRegistrationWorkflowService. newStep(NewStepBean newStepBean) -
Uses of NewStepBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type NewStepBean Modifier and Type Method Description SelfRegistrationStepDtoSelfRegistrationWorkflowServiceImpl. newStep(NewStepBean newStepBean) -
Uses of NewStepBean in org.openiam.srvc.selfregistration
Methods in org.openiam.srvc.selfregistration with parameters of type NewStepBean Modifier and Type Method Description SelfRegistrationStepDtoSelfRegistrationWorkflowWebService. newStep(NewStepBean dto)Method is used to create a new Self Registration StepSelfRegistrationStepDto.SelfRegistrationStepDtoSelfRegistrationWorkflowWebServiceImpl. newStep(NewStepBean dto)
-