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 SelfRegistrationWorkflowDto
SelfRegistrationWorkflowDozerConverter. convertDTO(SelfRegistrationWorkflowDto entity, boolean isDeep)
SelfRegistrationWorkflowDto
SelfRegistrationWorkflowDozerConverter. 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 SelfRegistrationWorkflowDto
SelfRegistrationWorkflowDozerConverter. convertDTO(SelfRegistrationWorkflowDto entity, boolean isDeep)
SelfRegistrationWorkflowEntity
SelfRegistrationWorkflowDozerConverter. 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 SelfRegistrationWorkflowDto
SelfRegistrationWorkflowService. save(SelfRegistrationWorkflowDto target)
Methods in org.openiam.esb.core.service with parameters of type SelfRegistrationWorkflowDto Modifier and Type Method Description SelfRegistrationWorkflowDto
SelfRegistrationWorkflowService. 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 SelfRegistrationWorkflowDto
SelfRegistrationWorkflowServiceImpl. save(SelfRegistrationWorkflowDto dto)
Methods in org.openiam.esb.core.service.impl with parameters of type SelfRegistrationWorkflowDto Modifier and Type Method Description SelfRegistrationWorkflowDto
SelfRegistrationWorkflowServiceImpl. 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 SelfRegistrationWorkflowDto
SelfRegistrationWorkflowWebService. getWorkflow(String id)
is used to getSelfRegistrationWorkflowDto
SelfRegistrationWorkflowDto
SelfRegistrationWorkflowWebServiceImpl. getWorkflow(String id)
Methods in org.openiam.srvc.selfregistration with parameters of type SelfRegistrationWorkflowDto Modifier and Type Method Description SelfRegistrationWorkflowDtoResponse
SelfRegistrationWorkflowWebService. saveWorkflow(SelfRegistrationWorkflowDto dto)
is used to saveSelfRegistrationWorkflowDto
SelfRegistrationWorkflowDtoResponse
SelfRegistrationWorkflowWebServiceImpl. saveWorkflow(SelfRegistrationWorkflowDto dto)
-