Uses of Class
org.openiam.idm.srvc.selfregistration.domain.SelfRegistrationStepEntity
-
Packages that use SelfRegistrationStepEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository.impl -
-
Uses of SelfRegistrationStepEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return SelfRegistrationStepEntity Modifier and Type Method Description SelfRegistrationStepEntitySelfRegistrationStepDozerConverter. convertEntity(SelfRegistrationStepEntity entity, boolean isDeep)SelfRegistrationStepEntitySelfRegistrationStepDozerConverter. convertToEntity(SelfRegistrationStepDto dto, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type SelfRegistrationStepEntity Modifier and Type Method Description List<SelfRegistrationStepEntity>SelfRegistrationStepDozerConverter. convertToEntityList(List<SelfRegistrationStepDto> list, boolean isDeep)Set<SelfRegistrationStepEntity>SelfRegistrationStepDozerConverter. convertToEntitySet(Set<SelfRegistrationStepDto> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type SelfRegistrationStepEntity Modifier and Type Method Description SelfRegistrationStepEntitySelfRegistrationStepDozerConverter. convertEntity(SelfRegistrationStepEntity entity, boolean isDeep)SelfRegistrationStepDtoSelfRegistrationStepDozerConverter. convertToDTO(SelfRegistrationStepEntity entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type SelfRegistrationStepEntity Modifier and Type Method Description List<SelfRegistrationStepDto>SelfRegistrationStepDozerConverter. convertToDTOList(List<SelfRegistrationStepEntity> list, boolean isDeep)Set<SelfRegistrationStepDto>SelfRegistrationStepDozerConverter. convertToDTOSet(Set<SelfRegistrationStepEntity> set, boolean isDeep) -
Uses of SelfRegistrationStepEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type SelfRegistrationStepEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<SelfRegistrationStepEntity>SelfRegistrationStepRepositoryImpl. buildSpecifications(SelfRegistrationStepSearchBean sb)protected Class<SelfRegistrationStepEntity>SelfRegistrationStepRepositoryImpl. getEntityClass()protected AbstractKeyNameEntityRepository<SelfRegistrationStepEntity,String>SelfRegistrationStepRepositoryImpl. getRepository()
-