Uses of Class
org.openiam.idm.srvc.selfregistration.dto.SelfRegistrationWorkflowDto
-
Packages that use SelfRegistrationWorkflowDto 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 SelfRegistrationWorkflowDto in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return SelfRegistrationWorkflowDto Modifier and Type Method Description SelfRegistrationWorkflowDtoSelfRegistrationWorkflowDozerConverter. convertDTO(SelfRegistrationWorkflowDto entity, boolean isDeep)SelfRegistrationWorkflowDtoSelfRegistrationWorkflowDozerConverter. convertToDTO(SelfRegistrationWorkflowEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type SelfRegistrationWorkflowDto Modifier and Type Method Description List<SelfRegistrationWorkflowDto>SelfRegistrationWorkflowDozerConverter. convertToDTOList(List<SelfRegistrationWorkflowEntity> list, boolean isDeep)Set<SelfRegistrationWorkflowDto>SelfRegistrationWorkflowDozerConverter. convertToDTOSet(Set<SelfRegistrationWorkflowEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type SelfRegistrationWorkflowDto Modifier and Type Method Description SelfRegistrationWorkflowDtoSelfRegistrationWorkflowDozerConverter. convertDTO(SelfRegistrationWorkflowDto entity, boolean isDeep)SelfRegistrationWorkflowEntitySelfRegistrationWorkflowDozerConverter. convertToEntity(SelfRegistrationWorkflowDto dto, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type SelfRegistrationWorkflowDto Modifier and Type Method Description List<SelfRegistrationWorkflowEntity>SelfRegistrationWorkflowDozerConverter. convertToEntityList(List<SelfRegistrationWorkflowDto> list, boolean isDeep)Set<SelfRegistrationWorkflowEntity>SelfRegistrationWorkflowDozerConverter. convertToEntitySet(Set<SelfRegistrationWorkflowDto> set, boolean isDeep) -
Uses of SelfRegistrationWorkflowDto in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return SelfRegistrationWorkflowDto Modifier and Type Method Description SelfRegistrationWorkflowDtoSelfRegistrationWorkflowService. save(SelfRegistrationWorkflowDto target)Methods in org.openiam.esb.core.service with parameters of type SelfRegistrationWorkflowDto Modifier and Type Method Description SelfRegistrationWorkflowDtoSelfRegistrationWorkflowService. save(SelfRegistrationWorkflowDto target) -
Uses of SelfRegistrationWorkflowDto in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return SelfRegistrationWorkflowDto Modifier and Type Method Description SelfRegistrationWorkflowDtoSelfRegistrationWorkflowServiceImpl. save(SelfRegistrationWorkflowDto dto)Methods in org.openiam.esb.core.service.impl with parameters of type SelfRegistrationWorkflowDto Modifier and Type Method Description SelfRegistrationWorkflowDtoSelfRegistrationWorkflowServiceImpl. save(SelfRegistrationWorkflowDto dto) -
Uses of SelfRegistrationWorkflowDto in org.openiam.srvc.selfregistration
Methods in org.openiam.srvc.selfregistration that return SelfRegistrationWorkflowDto Modifier and Type Method Description SelfRegistrationWorkflowDtoSelfRegistrationWorkflowWebService. getWorkflow(String id)is used to getSelfRegistrationWorkflowDtoSelfRegistrationWorkflowDtoSelfRegistrationWorkflowWebServiceImpl. getWorkflow(String id)Methods in org.openiam.srvc.selfregistration with parameters of type SelfRegistrationWorkflowDto Modifier and Type Method Description SelfRegistrationWorkflowDtoResponseSelfRegistrationWorkflowWebService. saveWorkflow(SelfRegistrationWorkflowDto dto)is used to saveSelfRegistrationWorkflowDtoSelfRegistrationWorkflowDtoResponseSelfRegistrationWorkflowWebServiceImpl. saveWorkflow(SelfRegistrationWorkflowDto dto)
-