infraservice methods
This commit is contained in:
parent
a4e4425740
commit
805ce3195a
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<groupId>com.loafle.overflow</groupId>
|
||||
<artifactId>commons-java</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0.52-SNAPSHOT</version>
|
||||
<version>1.0.53-SNAPSHOT</version>
|
||||
<name>com.loafle.overflow.commons-java</name>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user