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 SelfRegistrationStepDto
SelfRegistrationStepDozerConverter. convertDTO(SelfRegistrationStepDto entity, boolean isDeep)
SelfRegistrationStepDto
SelfRegistrationStepDozerConverter. 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 SelfRegistrationStepDto
SelfRegistrationStepDozerConverter. convertDTO(SelfRegistrationStepDto entity, boolean isDeep)
SelfRegistrationStepEntity
SelfRegistrationStepDozerConverter. 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 SelfRegistrationStepDto
SelfRegistrationWorkflowService. getStep(String id)
SelfRegistrationStepDto
SelfRegistrationWorkflowService. newStep(NewStepBean newStepBean)
SelfRegistrationStepDto
SelfRegistrationWorkflowService. 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 SelfRegistrationStepDto
SelfRegistrationWorkflowService. 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 SelfRegistrationStepDto
SelfRegistrationWorkflowServiceImpl. getStep(String id)
SelfRegistrationStepDto
SelfRegistrationWorkflowServiceImpl. newStep(NewStepBean newStepBean)
SelfRegistrationStepDto
SelfRegistrationWorkflowServiceImpl. 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 SelfRegistrationStepDto
SelfRegistrationWorkflowServiceImpl. 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 SelfRegistrationStepDto
SelfRegistrationWorkflowWebService. getStep(String id)
is used to getSelfRegistrationWorkflowDto
SelfRegistrationStepDto
SelfRegistrationWorkflowWebServiceImpl. getStep(String id)
SelfRegistrationStepDto
SelfRegistrationWorkflowWebService. newStep(NewStepBean dto)
Method is used to create a new Self Registration StepSelfRegistrationStepDto
.SelfRegistrationStepDto
SelfRegistrationWorkflowWebServiceImpl. newStep(NewStepBean dto)
Methods in org.openiam.srvc.selfregistration with parameters of type SelfRegistrationStepDto Modifier and Type Method Description SelfRegistrationStepDtoResponse
SelfRegistrationWorkflowWebService. saveStep(SelfRegistrationStepDto dto)
is used to saveSelfRegistrationStepDto
SelfRegistrationStepDtoResponse
SelfRegistrationWorkflowWebServiceImpl. saveStep(SelfRegistrationStepDto dto)
-