Uses of Class
org.openiam.idm.srvc.otp.domain.OTPProviderAttributeEntity
-
Packages that use OTPProviderAttributeEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.otp.service.imp -
-
Uses of OTPProviderAttributeEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return OTPProviderAttributeEntity Modifier and Type Method Description OTPProviderAttributeEntity
OtpProviderAttributeDozerConverter. convertEntity(OTPProviderAttributeEntity userEntity, boolean isDeep)
OTPProviderAttributeEntity
OtpProviderAttributeDozerConverter. convertToEntity(OTPProviderAttribute entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type OTPProviderAttributeEntity Modifier and Type Method Description List<OTPProviderAttributeEntity>
OtpProviderAttributeDozerConverter. convertToEntityList(List<OTPProviderAttribute> list, boolean isDeep)
Set<OTPProviderAttributeEntity>
OtpProviderAttributeDozerConverter. convertToEntitySet(Set<OTPProviderAttribute> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type OTPProviderAttributeEntity Modifier and Type Method Description OTPProviderAttributeEntity
OtpProviderAttributeDozerConverter. convertEntity(OTPProviderAttributeEntity userEntity, boolean isDeep)
OTPProviderAttribute
OtpProviderAttributeDozerConverter. convertToDTO(OTPProviderAttributeEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type OTPProviderAttributeEntity Modifier and Type Method Description List<OTPProviderAttribute>
OtpProviderAttributeDozerConverter. convertToDTOList(List<OTPProviderAttributeEntity> list, boolean isDeep)
Set<OTPProviderAttribute>
OtpProviderAttributeDozerConverter. convertToDTOSet(Set<OTPProviderAttributeEntity> set, boolean isDeep)
-
Uses of OTPProviderAttributeEntity in org.openiam.esb.core.otp.service.imp
Method parameters in org.openiam.esb.core.otp.service.imp with type arguments of type OTPProviderAttributeEntity Modifier and Type Method Description protected void
OTPProviderServiceImpl. mergeAttributes(OTPProviderEntity parentFromDB, Map<String,OTPProviderAttributeEntity> fromUI)
-