Uses of Class
org.openiam.idm.srvc.selfregistration.dto.SelfRegistrationStepDto
-
Packages that use SelfRegistrationStepDto Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.selfregistration -
-
Uses of SelfRegistrationStepDto in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return SelfRegistrationStepDto Modifier and Type Method Description SelfRegistrationStepDtoSelfRegistrationStepDozerConverter. convertDTO(SelfRegistrationStepDto entity, boolean isDeep)SelfRegistrationStepDtoSelfRegistrationStepDozerConverter. convertToDTO(SelfRegistrationStepEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type SelfRegistrationStepDto Modifier and Type Method Description List<SelfRegistrationStepDto>SelfRegistrationStepDozerConverter. convertToDTOList(List<SelfRegistrationStepEntity> list, boolean isDeep)Set<SelfRegistrationStepDto>SelfRegistrationStepDozerConverter. convertToDTOSet(Set<SelfRegistrationStepEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type SelfRegistrationStepDto Modifier and Type Method Description SelfRegistrationStepDtoSelfRegistrationStepDozerConverter. convertDTO(SelfRegistrationStepDto entity, boolean isDeep)SelfRegistrationStepEntitySelfRegistrationStepDozerConverter. convertToEntity(SelfRegistrationStepDto dto, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type SelfRegistrationStepDto Modifier and Type Method Description List<SelfRegistrationStepEntity>SelfRegistrationStepDozerConverter. convertToEntityList(List<SelfRegistrationStepDto> list, boolean isDeep)Set<SelfRegistrationStepEntity>SelfRegistrationStepDozerConverter. convertToEntitySet(Set<SelfRegistrationStepDto> set, boolean isDeep) -
Uses of SelfRegistrationStepDto in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return SelfRegistrationStepDto Modifier and Type Method Description SelfRegistrationStepDtoSelfRegistrationWorkflowService. getStep(String id)SelfRegistrationStepDtoSelfRegistrationWorkflowService. newStep(NewStepBean newStepBean)SelfRegistrationStepDtoSelfRegistrationWorkflowService. save(SelfRegistrationStepDto target)Methods in org.openiam.esb.core.service that return types with arguments of type SelfRegistrationStepDto Modifier and Type Method Description org.springframework.data.domain.Page<SelfRegistrationStepDto>SelfRegistrationWorkflowService. findSteps(SelfRegistrationStepSearchBean searchBean, boolean deepCopy, int from, int size)Methods in org.openiam.esb.core.service with parameters of type SelfRegistrationStepDto Modifier and Type Method Description SelfRegistrationStepDtoSelfRegistrationWorkflowService. save(SelfRegistrationStepDto target) -
Uses of SelfRegistrationStepDto in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return SelfRegistrationStepDto Modifier and Type Method Description SelfRegistrationStepDtoSelfRegistrationWorkflowServiceImpl. getStep(String id)SelfRegistrationStepDtoSelfRegistrationWorkflowServiceImpl. newStep(NewStepBean newStepBean)SelfRegistrationStepDtoSelfRegistrationWorkflowServiceImpl. save(SelfRegistrationStepDto dto)Methods in org.openiam.esb.core.service.impl that return types with arguments of type SelfRegistrationStepDto Modifier and Type Method Description org.springframework.data.domain.Page<SelfRegistrationStepDto>SelfRegistrationWorkflowServiceImpl. findSteps(SelfRegistrationStepSearchBean searchBean, boolean deepCopy, int from, int size)Methods in org.openiam.esb.core.service.impl with parameters of type SelfRegistrationStepDto Modifier and Type Method Description SelfRegistrationStepDtoSelfRegistrationWorkflowServiceImpl. save(SelfRegistrationStepDto dto) -
Uses of SelfRegistrationStepDto in org.openiam.srvc.selfregistration
Methods in org.openiam.srvc.selfregistration that return SelfRegistrationStepDto Modifier and Type Method Description SelfRegistrationStepDtoSelfRegistrationWorkflowWebService. getStep(String id)is used to getSelfRegistrationWorkflowDtoSelfRegistrationStepDtoSelfRegistrationWorkflowWebServiceImpl. getStep(String id)SelfRegistrationStepDtoSelfRegistrationWorkflowWebService. newStep(NewStepBean dto)Method is used to create a new Self Registration StepSelfRegistrationStepDto.SelfRegistrationStepDtoSelfRegistrationWorkflowWebServiceImpl. newStep(NewStepBean dto)Methods in org.openiam.srvc.selfregistration with parameters of type SelfRegistrationStepDto Modifier and Type Method Description SelfRegistrationStepDtoResponseSelfRegistrationWorkflowWebService. saveStep(SelfRegistrationStepDto dto)is used to saveSelfRegistrationStepDtoSelfRegistrationStepDtoResponseSelfRegistrationWorkflowWebServiceImpl. saveStep(SelfRegistrationStepDto dto)
-