Uses of Class
org.openiam.idm.srvc.geo.dto.DbIPGeo
-
Packages that use DbIPGeo Package Description org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.core.dozer.converter org.openiam.script org.openiam.srvc.am -
-
Uses of DbIPGeo in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return DbIPGeo Modifier and Type Method Description DbIPGeo
GeoLocationIpService. findByIp(InetAddress ip)
Methods in org.openiam.esb.am.service that return types with arguments of type DbIPGeo Modifier and Type Method Description List<DbIPGeo>
GeoLocationIpService. findBeans(DbIPGeoSearchBean searchBean, int from, int size)
-
Uses of DbIPGeo in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return DbIPGeo Modifier and Type Method Description DbIPGeo
GeoLocationIpServiceImpl. findByIp(InetAddress ip)
Return geolocation information by IP.Methods in org.openiam.esb.am.service.impl that return types with arguments of type DbIPGeo Modifier and Type Method Description List<DbIPGeo>
GeoLocationIpServiceImpl. findBeans(DbIPGeoSearchBean searchBean, int from, int size)
-
Uses of DbIPGeo in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return DbIPGeo Modifier and Type Method Description DbIPGeo
DbIPGeoDozerConverter. convertDTO(DbIPGeo entity, boolean isDeep)
DbIPGeo
DbIPGeoDozerConverter. convertToDTO(DbIPGeoEntity dbIPGeoEntity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type DbIPGeo Modifier and Type Method Description List<DbIPGeo>
DbIPGeoDozerConverter. convertToDTOList(List<DbIPGeoEntity> list, boolean isDeep)
Set<DbIPGeo>
DbIPGeoDozerConverter. convertToDTOSet(Set<DbIPGeoEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type DbIPGeo Modifier and Type Method Description DbIPGeo
DbIPGeoDozerConverter. convertDTO(DbIPGeo entity, boolean isDeep)
DbIPGeoEntity
DbIPGeoDozerConverter. convertToEntity(DbIPGeo entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type DbIPGeo Modifier and Type Method Description List<DbIPGeoEntity>
DbIPGeoDozerConverter. convertToEntityList(List<DbIPGeo> list, boolean isDeep)
Set<DbIPGeoEntity>
DbIPGeoDozerConverter. convertToEntitySet(Set<DbIPGeo> set, boolean isDeep)
-
Uses of DbIPGeo in org.openiam.script
Methods in org.openiam.script that return DbIPGeo Modifier and Type Method Description abstract DbIPGeo
AbstractCustomIpGeoRequest. getIpInfo(String ip)
-
Uses of DbIPGeo in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return DbIPGeo Modifier and Type Method Description DbIPGeo
AuthenticationRuleWebService. getGeoByIp(String ip)
return geo location informationDbIPGeo
AuthenticationRuleWebServiceImpl. getGeoByIp(String ip)
-