Package org.cyclos.services.system
Interface IpAddressService
-
- All Superinterfaces:
CRUDService<IpAddressDTO,IpAddressData,Void>,Service
- All Known Subinterfaces:
IpAddressServiceLocal
public interface IpAddressService extends CRUDService<IpAddressDTO,IpAddressData,Void>
Service interface for IP addresses
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Page<IpAddressVO>search(IpAddressQuery params)Searches for IP addresses according to the given query parametersPage<IpAddressLogVO>searchLogs(IpAddressLogQuery params)Searches for IP address logs according to the given query parameters-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
search
Page<IpAddressVO> search(IpAddressQuery params) throws FrameworkException
Searches for IP addresses according to the given query parameters- Throws:
FrameworkException
-
searchLogs
Page<IpAddressLogVO> searchLogs(IpAddressLogQuery params) throws FrameworkException
Searches for IP address logs according to the given query parameters- Throws:
FrameworkException
-
-