Uses of Class
org.openiam.idm.srvc.continfo.domain.AddressEntity
-
-
Uses of AddressEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AddressEntity Modifier and Type Method Description AddressEntity
AddressDozerConverter. convertEntity(AddressEntity entity, boolean isDeep)
AddressEntity
AddressDozerConverter. convertToEntity(Address entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AddressEntity Modifier and Type Method Description List<AddressEntity>
AddressDozerConverter. convertToEntityList(List<Address> list, boolean isDeep)
Set<AddressEntity>
AddressDozerConverter. convertToEntitySet(Set<Address> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type AddressEntity Modifier and Type Method Description AddressEntity
AddressDozerConverter. convertEntity(AddressEntity entity, boolean isDeep)
Address
AddressDozerConverter. convertToDTO(AddressEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AddressEntity Modifier and Type Method Description List<Address>
AddressDozerConverter. convertToDTOList(List<AddressEntity> list, boolean isDeep)
Set<Address>
AddressDozerConverter. convertToDTOSet(Set<AddressEntity> set, boolean isDeep)
-
Uses of AddressEntity in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return types with arguments of type AddressEntity Modifier and Type Method Description List<AddressEntity>
UserDataService. getAddressList(AddressSearchBean searchBean, int from, int size)
Returns list of AddressEntity objects that matches given search criteria. -
Uses of AddressEntity in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type AddressEntity Modifier and Type Method Description List<AddressEntity>
UserMgr. getAddressList(AddressSearchBean searchBean, int from, int size)
-
Uses of AddressEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type AddressEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<AddressEntity>
AddressRepositoryImpl. buildSpecifications(AddressSearchBean sb)
protected Class<AddressEntity>
AddressRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<AddressEntity,String>
AddressRepositoryImpl. getRepository()
-
Uses of AddressEntity in org.openiam.idm.srvc.user.domain
Methods in org.openiam.idm.srvc.user.domain that return AddressEntity Modifier and Type Method Description AddressEntity
UserEntity. getDefaultAddress()
Methods in org.openiam.idm.srvc.user.domain with parameters of type AddressEntity Modifier and Type Method Description void
UserEntity. addAddress(AddressEntity address)
-