Uses of Class
org.openiam.idm.srvc.selfregistration.domain.SelfRegistrationWorkflowEntity
-
Packages that use SelfRegistrationWorkflowEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.service.impl org.openiam.esb.repository org.openiam.esb.repository.impl -
-
Uses of SelfRegistrationWorkflowEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return SelfRegistrationWorkflowEntity Modifier and Type Method Description SelfRegistrationWorkflowEntity
SelfRegistrationWorkflowDozerConverter. convertEntity(SelfRegistrationWorkflowEntity entity, boolean isDeep)
SelfRegistrationWorkflowEntity
SelfRegistrationWorkflowDozerConverter. convertToEntity(SelfRegistrationWorkflowDto dto, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type SelfRegistrationWorkflowEntity Modifier and Type Method Description List<SelfRegistrationWorkflowEntity>
SelfRegistrationWorkflowDozerConverter. convertToEntityList(List<SelfRegistrationWorkflowDto> list, boolean isDeep)
Set<SelfRegistrationWorkflowEntity>
SelfRegistrationWorkflowDozerConverter. convertToEntitySet(Set<SelfRegistrationWorkflowDto> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type SelfRegistrationWorkflowEntity Modifier and Type Method Description SelfRegistrationWorkflowEntity
SelfRegistrationWorkflowDozerConverter. convertEntity(SelfRegistrationWorkflowEntity entity, boolean isDeep)
SelfRegistrationWorkflowDto
SelfRegistrationWorkflowDozerConverter. convertToDTO(SelfRegistrationWorkflowEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type SelfRegistrationWorkflowEntity Modifier and Type Method Description List<SelfRegistrationWorkflowDto>
SelfRegistrationWorkflowDozerConverter. convertToDTOList(List<SelfRegistrationWorkflowEntity> list, boolean isDeep)
Set<SelfRegistrationWorkflowDto>
SelfRegistrationWorkflowDozerConverter. convertToDTOSet(Set<SelfRegistrationWorkflowEntity> set, boolean isDeep)
-
Uses of SelfRegistrationWorkflowEntity in org.openiam.esb.core.service.impl
-
Uses of SelfRegistrationWorkflowEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return SelfRegistrationWorkflowEntity Modifier and Type Method Description SelfRegistrationWorkflowEntity
SelfRegistrationWorkflowRepository. findFirstByContentProviderId(String contentProviderId)
Methods in org.openiam.esb.repository that return types with arguments of type SelfRegistrationWorkflowEntity Modifier and Type Method Description List<SelfRegistrationWorkflowEntity>
SelfRegistrationWorkflowRepository. findAllByContentProviderIdAndActive(String id, boolean active)
-
Uses of SelfRegistrationWorkflowEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type SelfRegistrationWorkflowEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<SelfRegistrationWorkflowEntity>
SelfRegistrationWorkflowRepositoryImpl. buildSpecifications(SelfRegistrationWorkflowSearchBean sb)
protected Class<SelfRegistrationWorkflowEntity>
SelfRegistrationWorkflowRepositoryImpl. getEntityClass()
protected AbstractKeyNameEntityRepository<SelfRegistrationWorkflowEntity,String>
SelfRegistrationWorkflowRepositoryImpl. getRepository()
-