infraservice methods
This commit is contained in:
@@ -40,9 +40,15 @@ public interface InfraService {
|
||||
@WebappAPI
|
||||
Page<Infra> readAllByProbeID(Long probeID, PageParams pageParams) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<Infra> readAllInfraByProbeID(Long probeID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Page<Infra> readAllByDomainID(Long domainID, PageParams pageParams) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<Infra> readAllInfraByDomainID(Long domainID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<InfraZone> readAllInfraZoneByProbeDomainID(Long probeDomainID) throws OverflowException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user