Package org.openiam.esb.am.service
Interface GeoLocationIpService
-
- All Known Implementing Classes:
GeoLocationIpServiceImpl
public interface GeoLocationIpService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DbIPGeo>
findBeans(DbIPGeoSearchBean searchBean, int from, int size)
DbIPGeo
findByIp(InetAddress ip)
DbIpGeoStatus
getDbIpGeoStatus()
Long
getRowCount()
void
uploadGeoInfo(FileRequest fileName)
-
-
-
Method Detail
-
findBeans
List<DbIPGeo> findBeans(DbIPGeoSearchBean searchBean, int from, int size) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
findByIp
DbIPGeo findByIp(InetAddress ip) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
uploadGeoInfo
void uploadGeoInfo(FileRequest fileName) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
getDbIpGeoStatus
DbIpGeoStatus getDbIpGeoStatus() throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
getRowCount
Long getRowCount() throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
-